eureka icon indicating copy to clipboard operation
eureka copied to clipboard

Potential dependency conflicts?

Open scruel opened this issue 3 years ago • 4 comments

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. image

For guava 19.0, some packages dependencies on the version above 30.0, which can lead to dependency conflicts. Could you consider shade it?

scruel avatar Oct 28 '21 09:10 scruel

This article may be helpful: To shade or not to shade

scruel avatar Oct 28 '21 10:10 scruel

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.

yiyuzhou avatar Nov 16 '21 07:11 yiyuzhou

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.

scruel avatar Nov 29 '21 07:11 scruel

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.

rvervaek avatar Aug 16 '23 08:08 rvervaek