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

Eureka Client dependency conflict Jersey 1.x / Jersey 2.x #470

Closed
cforce opened this issue Jul 31, 2015 · 7 comments
Closed

Eureka Client dependency conflict Jersey 1.x / Jersey 2.x #470

cforce opened this issue Jul 31, 2015 · 7 comments

Comments

@cforce
Copy link

cforce commented Jul 31, 2015

We have to add the spring-boot-starter-jersey to put Jersyey 2.14 on the classpath. The mix of both versions lead to strange NoSuchMethodErrors during application startup! The only solution seems to be to use JAX-RX 1.x (Jersey 1) . How to deal with that?

Netflix/eureka#600 (comment)

@spencergibb
Copy link
Member

If netflix is not planning on doing anything, there's not much we can do.

@foo4u
Copy link

foo4u commented Sep 30, 2015

Not sure what the issue with upgrading to javax.ws.rs 2.0.1. Why stick with the very outdated javax.ws.rs:jsr311-api:1.1.1?

@spencergibb
Copy link
Member

We don't control the dependency, it's a Netflix/eureka issue. They don't plan on upgrading in the near term.

@spencergibb
Copy link
Member

Now that I made my last comment, looks like things are changing! See this comment from the netflix team.

@foo4u
Copy link

foo4u commented Sep 30, 2015

Hi @spencergibb yes, I asked them directly about this. Good news. Let's keep an eye for that to hit master. 👍

@cforce
Copy link
Author

cforce commented Oct 8, 2015

Yes, hope it happens soon too

@spencergibb
Copy link
Member

I'm going to close this. We track eureka changes regularly. We'll get the changes when they come. Though we won't be implementing a client api in jersey 2, we would wait for netflix or the community to add that.

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

3 participants