Quarkus CXF 3.33.8 LTS release notes

Enhancements

Publish integrates extension metadata

Quarkus CXF extensions now publish integrates metadata in their quarkus-extension.yaml descriptors, exposing the version of Apache CXF (or JAXB Plugins) they integrate with. This allows various Quarkus tools and applications (such as https://code.quarkus.io and https://extension.registry.io) to expose the integrated dependency versions. This is not to say they already do that, this is just the first step towards that goal.

Remove the CXF-9214 workaround

The workaround for WSDLs and XSDs not being loadable from the class path on GraalVM was removed, because the issue was fixed upstream in Apache CXF 4.1.7 (see apache/cxf#3124).