Quarkus CXF 3.25.0 release notes
Important dependency upgrades
-
Quarkus 3.23.x → 3.25.x - release notes
-
Woodstox 7.1.0 → 7.1.1 - changelog
New and noteworthy in Quarkus CXF
More tests for XJC plugins from org.jvnet.jaxb:jaxb-plugins
See io.quarkiverse.cxf:quarkus-cxf-jaxb-plugins
reference page.
#1853 Expose Vert.x HttpClient connection pool configuration options
See the ducumentation of the new options:
-
quarkus.cxf.client."client-name".vertx.connection-pool.http1-max-size
-
quarkus.cxf.client."client-name".vertx.connection-pool.http2-max-size
-
quarkus.cxf.client."client-name".vertx.connection-pool.cleaner-period
-
quarkus.cxf.client."client-name".vertx.connection-pool.event-loop-size
-
quarkus.cxf.client."client-name".vertx.connection-pool.max-wait-queue-size
Documentation improvements
-
Accessing SOAP client metrics and Vert.x HttpClient metrics.