Quarkus CXF 3.15.1 LTS release notes

New and noteworthy in Quarkus CXF

Add back the default constructor of QuarkusCxfMetricsFeature

When implementing the support for using CXF TagsCustomizers in 3.15.0, we added a new parameter to the default constructor of io.quarkiverse.cxf.metrics.QuarkusCxfMetricsFeature. That turned out to be an issue for setting up CXF metrics in Camel Quarkus, where the default constructor was used.

In Quarkus CXF 3.15.1, the default constructor of QuarkusCxfMetricsFeature was added back to recover the backwards compatibility broken in 3.15.0.

Downgrade to httpclient5 5.2.3 to be on the same minor as Camel Quarkus

We downgraded org.apache.httpcomponents.client5:httpclient5 managed in quarkus-cxf-bom from 5.3.1 to 5.2.3 to improve the compatibility and interoperability with Camel Quarkus.