Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue #142 #155

Merged
merged 5 commits into from
Aug 20, 2014
Merged

Fix Issue #142 #155

merged 5 commits into from
Aug 20, 2014

Conversation

allenxwang
Copy link

  • Added builders for HttpResourceGroup and HttpRequestTemplate
  • Make RibbonTransportFactory dependent on ClientConfigFactory and added APIs to create clients based on name

@cloudbees-pull-request-builder

ribbon-pull-requests #162 SUCCESS
This pull request looks good

public static class DefaultRibbonTransportFactory extends RibbonTransportFactory {
@Inject
public DefaultRibbonTransportFactory(ClientConfigFactory clientConfigFactory) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having @Inject annotation here forces all ribbon users to depend on the javax.inject.jar. Previously we had all injections isolated to ribbon-guice module.

tbak pushed a commit that referenced this pull request Aug 20, 2014
@tbak tbak merged commit 4bd4aa3 into Netflix:master Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants