#1580·eureka

Eureka 2.x Jersey3 ClientBuilder

Author: SharoekCreated Mar 12, 2025Updated Jul 10, 2025

With Eureka 2.x for Jersey3 the default clientbuilder is used.

ClientBuilder clientBuilder = ClientBuilder.newBuilder();

This conflicts with CXF, as mentioned here:

stackoverflow

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.