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 TagsCustomizer
s
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.