eureka
eureka copied to clipboard
Eureka 2.x Jersey3 ClientBuilder
With Eureka 2.x for Jersey3 the default clientbuilder is used.
ClientBuilder clientBuilder = ClientBuilder.newBuilder();
This conflicts with CXF, as mentioned here:
Would it be possible to adjust this to JerseyClientBuilder? As my project uses CXF and automatically uses cxf to build the client instead of jersey.