eureka
eureka copied to clipboard
Potential dependency conflicts?
After import spring-cloud-starter-netflix-eureka-client into my project, I got conflict warning when analyze my pom, it seems that eureka-client dependencies two different guava and servo-core versions.
For guava 19.0, some packages dependencies on the version above 30.0, which can lead to dependency conflicts. Could you consider shade it?
This article may be helpful: To shade or not to shade
The existing open source work on eureka 2.0 is discontinued. The code base and artifacts that were released as part of the existing repository of work on the 2.x branch is considered use at your own risk.
Eureka 1.x is a core part of Netflix's service discovery system and is still an active project.
The existing open source work on eureka 2.0 is discontinued. The code base and artifacts that were released as part of the existing repository of work on the 2.x branch is considered use at your own risk.
Eureka 1.x is a core part of Netflix's service discovery system and is still an active project.
What are you talking about? This issue is about Eureka 1.x.
The existing open source work on eureka 2.0 is discontinued. The code base and artifacts that were released as part of the existing repository of work on the 2.x branch is considered use at your own risk.
Eureka 1.x is a core part of Netflix's service discovery system and is still an active project.
This issue indeed relates to Eureka 1.x, so not sure why you are saying this.
Is it an option to remove the deprecated servo-core dependency? In addition, I would make the same suggestion for the likely unsupported library netflix-eventbus too.