Quarkus CXF 2.3.1 release notes

New and noteworthy in Quarkus CXF

HTTPConduitFactory configurable through application.properties

There is a new option quarkus.cxf.client."client-name".http-conduit-factory intended primarily as a workaround for CXF-8885 and #992. Those are about java.net.http.HttpClient-based CXF clients leaking threads. The default value QuarkusCXFDefault prevents this issue while the option still allows using java.net.http.HttpClient-based clients by using the HttpClientHTTPConduitFactory value.