We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
I have dug out eureka.client.jersey.enabled config option to disable the long-standing Jersey conflict, by looking at https://github.com/spring-cloud/spring-cloud-netflix/blob/4.1.x/spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/config/DiscoveryClientOptionalArgsConfiguration.java#L200
eureka.client.jersey.enabled
It would be nice if it was documented in https://github.com/spring-cloud/spring-cloud-netflix/blob/4.1.x/spring-cloud-netflix-eureka-client/src/main/resources/META-INF/additional-spring-configuration-metadata.json so IDEs like IntelliJ IDEA could suggest it while looking them up. Entry for config option from the same file, eureka.client.webclient.enabled exists.
eureka.client.webclient.enabled
The text was updated successfully, but these errors were encountered:
Right @ZIRAKrezovic, will add it.
Sorry, something went wrong.
dd5793b
OlgaMaciaszek
No branches or pull requests
Describe the bug
I have dug out
eureka.client.jersey.enabled
config option to disable the long-standing Jersey conflict, by looking at https://github.com/spring-cloud/spring-cloud-netflix/blob/4.1.x/spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/config/DiscoveryClientOptionalArgsConfiguration.java#L200It would be nice if it was documented in https://github.com/spring-cloud/spring-cloud-netflix/blob/4.1.x/spring-cloud-netflix-eureka-client/src/main/resources/META-INF/additional-spring-configuration-metadata.json so IDEs like IntelliJ IDEA could suggest it while looking them up. Entry for config option from the same file,
eureka.client.webclient.enabled
exists.The text was updated successfully, but these errors were encountered: