Allow disabling the under the hood use of JerseyClient with Eureka Client. Fixes gh-4185.

This commit is contained in:
Olga Maciaszek-Sharma
2024-07-08 16:34:19 +02:00
parent aa0670b1ee
commit b23c587319
13 changed files with 127 additions and 37 deletions

View File

@@ -294,6 +294,8 @@ The following example shows the dependencies you need to add:
</dependencies>
----
If you have `JerseyClient` on the classpath but do not wish to use it in your `EuerekaClient`, make sure to set `eureka.client.jersey.enabled` to `false`.
=== Alternatives to the Native Netflix EurekaClient
You need not use the raw Netflix `EurekaClient`.