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

Dependency version for jersey-apache-client4 should be 1.11 instead of 1.8 #93

Closed
Srinathc opened this issue Mar 25, 2014 · 1 comment
Closed

Comments

@Srinathc
Copy link

Since eureka-client directly depends on ribbon-httpclient version 0.3.10, it should use jersey-apache-client4 version 1.11 which is compatible with it instead of version 1.8.

Here is the output of maven enforcer plugin which points to the discrepancy:
Dependency convergence error for com.sun.jersey.contribs:jersey-apache-client4:1.11 paths to dependency are:

  +-com.netflix.eureka:eureka-client:1.1.127
    +-com.netflix.ribbon:ribbon-httpclient:0.3.10
      +-com.sun.jersey.contribs:jersey-apache-client4:1.11
and
  +-com.netflix.eureka:eureka-client:1.1.127
    +-com.sun.jersey.contribs:jersey-apache-client4:1.8
NiteshKant pushed a commit to NiteshKant/eureka that referenced this issue Apr 15, 2014
1) Implementing clean shutdown of client. Moved away from Timer to ScheduledExecutorService as it gives better control of shutdown by interrupting the running thread, which is what we want.
 2)
NiteshKant added a commit that referenced this issue Apr 15, 2014
@NiteshKant
Copy link
Contributor

Fixed in eureka-1.1.128

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

No branches or pull requests

2 participants