Quarkus CXF 3.23.0 release notes
Important dependency upgrades
-
Quarkus 3.22.x → 3.23.x - release notes
New and noteworthy in Quarkus CXF
#1553 Support XJC plugins from org.jvnet.jaxb:jaxb-plugins
XJC Plugins are one of the ways how the Java files produced by wsdl2java
can be customized.
Before Quarkus CXF 3.23.0, only XJC Plugins from org.apache.cxf.xjcplugins:cxf-xjc-*
were supported
via io.quarkiverse.cxf:quarkus-cxf-xjc-plugins
.
Since Quarkus CXF 3.23.0, also CXF Plugins org.jvnet.jaxb:jaxb-plugins
can be used via
io.quarkiverse.cxf:quarkus-cxf-jaxb-plugins
extension.
Check the wsdl2java
guide for more details.