From 387ee6de3a757622f090962bb73e2b6625e4f85d Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Wed, 4 Dec 2024 18:29:31 +0100 Subject: [PATCH] Upgrade to Quarkus CXF 3.17.2 --- .../component/http/http/HttpProducers.java | 4 +- pom.xml | 3 +- .../src/main/generated/flattened-full-pom.xml | 568 +++++++++--------- .../main/generated/flattened-reduced-pom.xml | 58 +- .../flattened-reduced-verbose-pom.xml | 568 +++++++++--------- 5 files changed, 600 insertions(+), 601 deletions(-) diff --git a/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpProducers.java b/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpProducers.java index 4e0c8be5bd08..0433d8134ad1 100644 --- a/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpProducers.java +++ b/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpProducers.java @@ -45,8 +45,8 @@ HttpContext basicAuthContext() { authCache.put(new HttpHost("localhost", port), basicAuth); HttpClientContext context = HttpClientContext.create(); - context.setAuthCache(authCache); - context.setCredentialsProvider(provider); + context.setAttribute(HttpClientContext.AUTH_CACHE, authCache); + context.setAttribute(HttpClientContext.CREDS_PROVIDER, provider); return context; } diff --git a/pom.xml b/pom.xml index c7a29675e842..88ff557482d9 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 9.37.0.Final 2.20.0 3.6.0 - 3.17.1 + 3.17.2 1.1.0 3.17.0 2.2.0 @@ -108,7 +108,6 @@ ${hapi-base-version} ${hapi-fhir-version} 6.4.0 - 5.2.3 9.4.0.5 ${icu4j-version} ${influx-java-driver-version} diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 1c73b3e11313..73c1382ebc82 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -7413,502 +7413,502 @@ 3.13.1 - org.apache.cxf - cxf-core - 4.0.5 + org.apache.cxf + cxf-core + 4.0.5 - org.apache.cxf - cxf-rt-features-logging - 4.0.5 + org.apache.cxf + cxf-rt-features-logging + 4.0.5 - org.apache.cxf - cxf-rt-features-metrics - 4.0.5 + org.apache.cxf + cxf-rt-features-metrics + 4.0.5 - org.apache.cxf - cxf-rt-frontend-jaxws - 4.0.5 + org.apache.cxf + cxf-rt-frontend-jaxws + 4.0.5 - org.ow2.asm - asm + org.ow2.asm + asm - org.apache.cxf - cxf-rt-transports-http - 4.0.5 + org.apache.cxf + cxf-rt-transports-http + 4.0.5 - org.apache.cxf - cxf-rt-transports-http-hc5 - 4.0.5 + org.apache.cxf + cxf-rt-transports-http-hc5 + 4.0.5 - org.slf4j - jcl-over-slf4j + org.slf4j + jcl-over-slf4j - org.apache.cxf - cxf-rt-ws-mex - 4.0.5 + org.apache.cxf + cxf-rt-ws-mex + 4.0.5 - org.apache.cxf - cxf-rt-ws-security - 4.0.5 + org.apache.cxf + cxf-rt-ws-security + 4.0.5 - org.apache.cxf - cxf-rt-ws-rm - 4.0.5 + org.apache.cxf + cxf-rt-ws-rm + 4.0.5 - org.apache.cxf - cxf-rt-wsdl - 4.0.5 + org.apache.cxf + cxf-rt-wsdl + 4.0.5 - org.ow2.asm - asm + org.ow2.asm + asm - org.apache.cxf.services.sts - cxf-services-sts-core - 4.0.5 + org.apache.cxf.services.sts + cxf-services-sts-core + 4.0.5 - org.apache.cxf.xjcplugins - cxf-xjc-boolean - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-boolean + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-dv - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-dv + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-javadoc - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-javadoc + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-pl - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-pl + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-ts - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-ts + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-wsdlextension - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-wsdlextension + 4.0.0 - org.apache.cxf.xjc-utils - cxf-xjc-runtime - 4.0.0 + org.apache.cxf.xjc-utils + cxf-xjc-runtime + 4.0.0 - org.apache.santuario - xmlsec - 3.0.4 + org.apache.santuario + xmlsec + 3.0.4 - io.quarkiverse.cxf - quarkus-cxf - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-axiom-api-stub - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-axiom-api-stub + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-integration-tracing-opentelemetry - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-integration-tracing-opentelemetry + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-integration-tracing-opentelemetry-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-integration-tracing-opentelemetry-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-features-logging - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-features-logging + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-features-logging-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-features-logging-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-features-metrics - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-features-metrics + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-features-metrics-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-features-metrics-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-transports-http-hc5 - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-transports-http-hc5 + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-transports-http-hc5-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-transports-http-hc5-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-ws-security - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-ws-security + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-ws-security-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-ws-security-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-bc-stub - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-bc-stub + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-ws-rm - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-ws-rm + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-ws-rm-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-ws-rm-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-saaj - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-saaj + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-saaj-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-saaj-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-santuario-xmlsec - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-santuario-xmlsec + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-santuario-xmlsec-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-santuario-xmlsec-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-services-sts - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-services-sts + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-services-sts-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-services-sts-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-woodstox - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-woodstox + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-woodstox-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-woodstox-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-xjc-plugins - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-xjc-plugins + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-xjc-plugins-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-xjc-plugins-deployment + 3.17.2 - com.fasterxml.woodstox - woodstox-core - 7.1.0 + com.fasterxml.woodstox + woodstox-core + 7.1.0 - com.sun.xml.fastinfoset - FastInfoset - 2.1.1 + com.sun.xml.fastinfoset + FastInfoset + 2.1.1 - javax.xml - jsr173 + javax.xml + jsr173 - javax.xml.bind - jsr173_api + javax.xml.bind + jsr173_api - com.sun.xml.messaging.saaj - saaj-impl - 2.0.1 + com.sun.xml.messaging.saaj + saaj-impl + 2.0.1 - com.sun.activation - jakarta.activation + com.sun.activation + jakarta.activation - org.apache.httpcomponents.client5 - httpclient5 - 5.2.3 + org.apache.httpcomponents.client5 + httpclient5 + 5.4.1 - org.apache.httpcomponents.core5 - httpcore5 - 5.2.5 + org.apache.httpcomponents.core5 + httpcore5 + 5.3.1 - org.apache.httpcomponents.core5 - httpcore5-h2 - 5.2.5 + org.apache.httpcomponents.core5 + httpcore5-h2 + 5.3.1 - org.apache.wss4j - wss4j-bindings - 3.0.3 + org.apache.wss4j + wss4j-bindings + 3.0.3 - org.apache.wss4j - wss4j-policy - 3.0.3 + org.apache.wss4j + wss4j-policy + 3.0.3 - org.apache.wss4j - wss4j-ws-security-common - 3.0.3 + org.apache.wss4j + wss4j-ws-security-common + 3.0.3 - io.dropwizard.metrics - metrics-core + io.dropwizard.metrics + metrics-core - org.apache.wss4j - wss4j-ws-security-dom - 3.0.3 + org.apache.wss4j + wss4j-ws-security-dom + 3.0.3 - org.apache.wss4j - wss4j-ws-security-policy-stax - 3.0.3 + org.apache.wss4j + wss4j-ws-security-policy-stax + 3.0.3 - org.apache.wss4j - wss4j-ws-security-stax - 3.0.3 + org.apache.wss4j + wss4j-ws-security-stax + 3.0.3 - org.apache.neethi - neethi - 3.2.0 + org.apache.neethi + neethi + 3.2.0 - org.codehaus.woodstox - stax2-api - 4.2.2 + org.codehaus.woodstox + stax2-api + 4.2.2 - org.ehcache - ehcache - 3.10.8 - jakarta + org.ehcache + ehcache + 3.10.8 + jakarta - javax.cache - cache-api + javax.cache + cache-api - org.glassfish.jaxb - jaxb-runtime - 4.0.5 + org.glassfish.jaxb + jaxb-runtime + 4.0.5 - org.glassfish.jaxb - jaxb-xjc - 4.0.5 + org.glassfish.jaxb + jaxb-xjc + 4.0.5 - org.jasypt - jasypt - 1.9.3 + org.jasypt + jasypt + 1.9.3 - org.jvnet.mimepull - mimepull - 1.10.0 + org.jvnet.mimepull + mimepull + 1.10.0 - jakarta.jws - jakarta.jws-api - 3.0.0 + jakarta.jws + jakarta.jws-api + 3.0.0 - jakarta.mail - jakarta.mail-api - 2.1.3 + jakarta.mail + jakarta.mail-api + 2.1.3 - jakarta.xml.soap - jakarta.xml.soap-api - 2.0.1 + jakarta.xml.soap + jakarta.xml.soap-api + 2.0.1 - com.sun.activation - jakarta.activation + com.sun.activation + jakarta.activation - jakarta.xml.ws - jakarta.xml.ws-api - 3.0.1 + jakarta.xml.ws + jakarta.xml.ws-api + 3.0.1 - wsdl4j - wsdl4j - 1.6.3 + wsdl4j + wsdl4j + 1.6.3 - org.apache.cxf - cxf-integration-tracing-opentelemetry - 4.0.5 + org.apache.cxf + cxf-integration-tracing-opentelemetry + 4.0.5 - org.apache.cxf - cxf-rt-bindings-soap - 4.0.5 + org.apache.cxf + cxf-rt-bindings-soap + 4.0.5 - org.apache.cxf - cxf-rt-bindings-xml - 4.0.5 + org.apache.cxf + cxf-rt-bindings-xml + 4.0.5 - org.apache.cxf - cxf-rt-databinding-jaxb - 4.0.5 + org.apache.cxf + cxf-rt-databinding-jaxb + 4.0.5 - org.apache.cxf - cxf-rt-frontend-simple - 4.0.5 + org.apache.cxf + cxf-rt-frontend-simple + 4.0.5 - org.apache.cxf - cxf-rt-management - 4.0.5 + org.apache.cxf + cxf-rt-management + 4.0.5 - org.apache.cxf - cxf-rt-rs-json-basic - 4.0.5 + org.apache.cxf + cxf-rt-rs-json-basic + 4.0.5 - org.apache.cxf - cxf-rt-rs-security-jose - 4.0.5 + org.apache.cxf + cxf-rt-rs-security-jose + 4.0.5 - org.apache.cxf - cxf-rt-security-saml - 4.0.5 + org.apache.cxf + cxf-rt-security-saml + 4.0.5 - org.apache.cxf - cxf-rt-ws-addr - 4.0.5 + org.apache.cxf + cxf-rt-ws-addr + 4.0.5 - org.apache.cxf - cxf-rt-ws-policy - 4.0.5 + org.apache.cxf + cxf-rt-ws-policy + 4.0.5 - org.apache.cxf - cxf-rt-security - 4.0.5 + org.apache.cxf + cxf-rt-security + 4.0.5 - org.apache.cxf - cxf-tools-common - 4.0.5 + org.apache.cxf + cxf-tools-common + 4.0.5 - org.apache.cxf - cxf-tools-java2ws - 4.0.5 + org.apache.cxf + cxf-tools-java2ws + 4.0.5 - org.apache.cxf - cxf-rt-databinding-aegis + org.apache.cxf + cxf-rt-databinding-aegis - org.apache.cxf - cxf-rt-javascript + org.apache.cxf + cxf-rt-javascript - org.apache.cxf - cxf-tools-validator - 4.0.5 + org.apache.cxf + cxf-tools-validator + 4.0.5 - org.apache.cxf - cxf-tools-wsdlto-core - 4.0.5 + org.apache.cxf + cxf-tools-wsdlto-core + 4.0.5 - org.apache.cxf - cxf-tools-wsdlto-databinding-jaxb - 4.0.5 + org.apache.cxf + cxf-tools-wsdlto-databinding-jaxb + 4.0.5 - org.apache.cxf - cxf-tools-wsdlto-frontend-jaxws - 4.0.5 + org.apache.cxf + cxf-tools-wsdlto-frontend-jaxws + 4.0.5 org.apache.groovy diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 02e955e378b3..5cd6cfd1acd4 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -7448,132 +7448,132 @@ io.quarkiverse.cxf quarkus-cxf - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-axiom-api-stub - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-integration-tracing-opentelemetry - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-integration-tracing-opentelemetry-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-features-logging - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-features-logging-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-features-metrics - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-features-metrics-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-transports-http-hc5 - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-transports-http-hc5-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-ws-security - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-ws-security-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-bc-stub - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-ws-rm - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-rt-ws-rm-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-saaj - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-saaj-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-santuario-xmlsec - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-santuario-xmlsec-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-services-sts - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-services-sts-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-woodstox - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-woodstox-deployment - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-xjc-plugins - 3.17.1 + 3.17.2 io.quarkiverse.cxf quarkus-cxf-xjc-plugins-deployment - 3.17.1 + 3.17.2 com.fasterxml.woodstox @@ -7609,17 +7609,17 @@ org.apache.httpcomponents.client5 httpclient5 - 5.2.3 + 5.4.1 org.apache.httpcomponents.core5 httpcore5 - 5.2.5 + 5.3.1 org.apache.httpcomponents.core5 httpcore5-h2 - 5.2.5 + 5.3.1 org.apache.wss4j diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index bb89a52a9f45..86ca96a727b1 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -7333,502 +7333,502 @@ - org.apache.cxf - cxf-core - 4.0.5 + org.apache.cxf + cxf-core + 4.0.5 - org.apache.cxf - cxf-rt-features-logging - 4.0.5 + org.apache.cxf + cxf-rt-features-logging + 4.0.5 - org.apache.cxf - cxf-rt-features-metrics - 4.0.5 + org.apache.cxf + cxf-rt-features-metrics + 4.0.5 - org.apache.cxf - cxf-rt-frontend-jaxws - 4.0.5 + org.apache.cxf + cxf-rt-frontend-jaxws + 4.0.5 - org.ow2.asm - asm + org.ow2.asm + asm - org.apache.cxf - cxf-rt-transports-http - 4.0.5 + org.apache.cxf + cxf-rt-transports-http + 4.0.5 - org.apache.cxf - cxf-rt-transports-http-hc5 - 4.0.5 + org.apache.cxf + cxf-rt-transports-http-hc5 + 4.0.5 - org.slf4j - jcl-over-slf4j + org.slf4j + jcl-over-slf4j - org.apache.cxf - cxf-rt-ws-mex - 4.0.5 + org.apache.cxf + cxf-rt-ws-mex + 4.0.5 - org.apache.cxf - cxf-rt-ws-security - 4.0.5 + org.apache.cxf + cxf-rt-ws-security + 4.0.5 - org.apache.cxf - cxf-rt-ws-rm - 4.0.5 + org.apache.cxf + cxf-rt-ws-rm + 4.0.5 - org.apache.cxf - cxf-rt-wsdl - 4.0.5 + org.apache.cxf + cxf-rt-wsdl + 4.0.5 - org.ow2.asm - asm + org.ow2.asm + asm - org.apache.cxf.services.sts - cxf-services-sts-core - 4.0.5 + org.apache.cxf.services.sts + cxf-services-sts-core + 4.0.5 - org.apache.cxf.xjcplugins - cxf-xjc-boolean - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-boolean + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-dv - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-dv + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-javadoc - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-javadoc + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-pl - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-pl + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-ts - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-ts + 4.0.0 - org.apache.cxf.xjcplugins - cxf-xjc-wsdlextension - 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-wsdlextension + 4.0.0 - org.apache.cxf.xjc-utils - cxf-xjc-runtime - 4.0.0 + org.apache.cxf.xjc-utils + cxf-xjc-runtime + 4.0.0 - org.apache.santuario - xmlsec - 3.0.4 + org.apache.santuario + xmlsec + 3.0.4 - io.quarkiverse.cxf - quarkus-cxf - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-axiom-api-stub - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-axiom-api-stub + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-integration-tracing-opentelemetry - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-integration-tracing-opentelemetry + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-integration-tracing-opentelemetry-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-integration-tracing-opentelemetry-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-features-logging - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-features-logging + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-features-logging-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-features-logging-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-features-metrics - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-features-metrics + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-features-metrics-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-features-metrics-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-transports-http-hc5 - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-transports-http-hc5 + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-transports-http-hc5-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-transports-http-hc5-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-ws-security - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-ws-security + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-ws-security-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-ws-security-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-bc-stub - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-bc-stub + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-ws-rm - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-ws-rm + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-rt-ws-rm-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-rt-ws-rm-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-saaj - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-saaj + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-saaj-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-saaj-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-santuario-xmlsec - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-santuario-xmlsec + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-santuario-xmlsec-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-santuario-xmlsec-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-services-sts - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-services-sts + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-services-sts-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-services-sts-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-woodstox - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-woodstox + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-woodstox-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-woodstox-deployment + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-xjc-plugins - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-xjc-plugins + 3.17.2 - io.quarkiverse.cxf - quarkus-cxf-xjc-plugins-deployment - 3.17.1 + io.quarkiverse.cxf + quarkus-cxf-xjc-plugins-deployment + 3.17.2 - com.fasterxml.woodstox - woodstox-core - 7.1.0 + com.fasterxml.woodstox + woodstox-core + 7.1.0 - com.sun.xml.fastinfoset - FastInfoset - 2.1.1 + com.sun.xml.fastinfoset + FastInfoset + 2.1.1 - javax.xml - jsr173 + javax.xml + jsr173 - javax.xml.bind - jsr173_api + javax.xml.bind + jsr173_api - com.sun.xml.messaging.saaj - saaj-impl - 2.0.1 + com.sun.xml.messaging.saaj + saaj-impl + 2.0.1 - com.sun.activation - jakarta.activation + com.sun.activation + jakarta.activation - org.apache.httpcomponents.client5 - httpclient5 - 5.2.3 + org.apache.httpcomponents.client5 + httpclient5 + 5.4.1 - org.apache.httpcomponents.core5 - httpcore5 - 5.2.5 + org.apache.httpcomponents.core5 + httpcore5 + 5.3.1 - org.apache.httpcomponents.core5 - httpcore5-h2 - 5.2.5 + org.apache.httpcomponents.core5 + httpcore5-h2 + 5.3.1 - org.apache.wss4j - wss4j-bindings - 3.0.3 + org.apache.wss4j + wss4j-bindings + 3.0.3 - org.apache.wss4j - wss4j-policy - 3.0.3 + org.apache.wss4j + wss4j-policy + 3.0.3 - org.apache.wss4j - wss4j-ws-security-common - 3.0.3 + org.apache.wss4j + wss4j-ws-security-common + 3.0.3 - io.dropwizard.metrics - metrics-core + io.dropwizard.metrics + metrics-core - org.apache.wss4j - wss4j-ws-security-dom - 3.0.3 + org.apache.wss4j + wss4j-ws-security-dom + 3.0.3 - org.apache.wss4j - wss4j-ws-security-policy-stax - 3.0.3 + org.apache.wss4j + wss4j-ws-security-policy-stax + 3.0.3 - org.apache.wss4j - wss4j-ws-security-stax - 3.0.3 + org.apache.wss4j + wss4j-ws-security-stax + 3.0.3 - org.apache.neethi - neethi - 3.2.0 + org.apache.neethi + neethi + 3.2.0 - org.codehaus.woodstox - stax2-api - 4.2.2 + org.codehaus.woodstox + stax2-api + 4.2.2 - org.ehcache - ehcache - 3.10.8 - jakarta + org.ehcache + ehcache + 3.10.8 + jakarta - javax.cache - cache-api + javax.cache + cache-api - org.glassfish.jaxb - jaxb-runtime - 4.0.5 + org.glassfish.jaxb + jaxb-runtime + 4.0.5 - org.glassfish.jaxb - jaxb-xjc - 4.0.5 + org.glassfish.jaxb + jaxb-xjc + 4.0.5 - org.jasypt - jasypt - 1.9.3 + org.jasypt + jasypt + 1.9.3 - org.jvnet.mimepull - mimepull - 1.10.0 + org.jvnet.mimepull + mimepull + 1.10.0 - jakarta.jws - jakarta.jws-api - 3.0.0 + jakarta.jws + jakarta.jws-api + 3.0.0 - jakarta.mail - jakarta.mail-api - 2.1.3 + jakarta.mail + jakarta.mail-api + 2.1.3 - jakarta.xml.soap - jakarta.xml.soap-api - 2.0.1 + jakarta.xml.soap + jakarta.xml.soap-api + 2.0.1 - com.sun.activation - jakarta.activation + com.sun.activation + jakarta.activation - jakarta.xml.ws - jakarta.xml.ws-api - 3.0.1 + jakarta.xml.ws + jakarta.xml.ws-api + 3.0.1 - wsdl4j - wsdl4j - 1.6.3 + wsdl4j + wsdl4j + 1.6.3 - org.apache.cxf - cxf-integration-tracing-opentelemetry - 4.0.5 + org.apache.cxf + cxf-integration-tracing-opentelemetry + 4.0.5 - org.apache.cxf - cxf-rt-bindings-soap - 4.0.5 + org.apache.cxf + cxf-rt-bindings-soap + 4.0.5 - org.apache.cxf - cxf-rt-bindings-xml - 4.0.5 + org.apache.cxf + cxf-rt-bindings-xml + 4.0.5 - org.apache.cxf - cxf-rt-databinding-jaxb - 4.0.5 + org.apache.cxf + cxf-rt-databinding-jaxb + 4.0.5 - org.apache.cxf - cxf-rt-frontend-simple - 4.0.5 + org.apache.cxf + cxf-rt-frontend-simple + 4.0.5 - org.apache.cxf - cxf-rt-management - 4.0.5 + org.apache.cxf + cxf-rt-management + 4.0.5 - org.apache.cxf - cxf-rt-rs-json-basic - 4.0.5 + org.apache.cxf + cxf-rt-rs-json-basic + 4.0.5 - org.apache.cxf - cxf-rt-rs-security-jose - 4.0.5 + org.apache.cxf + cxf-rt-rs-security-jose + 4.0.5 - org.apache.cxf - cxf-rt-security-saml - 4.0.5 + org.apache.cxf + cxf-rt-security-saml + 4.0.5 - org.apache.cxf - cxf-rt-ws-addr - 4.0.5 + org.apache.cxf + cxf-rt-ws-addr + 4.0.5 - org.apache.cxf - cxf-rt-ws-policy - 4.0.5 + org.apache.cxf + cxf-rt-ws-policy + 4.0.5 - org.apache.cxf - cxf-rt-security - 4.0.5 + org.apache.cxf + cxf-rt-security + 4.0.5 - org.apache.cxf - cxf-tools-common - 4.0.5 + org.apache.cxf + cxf-tools-common + 4.0.5 - org.apache.cxf - cxf-tools-java2ws - 4.0.5 + org.apache.cxf + cxf-tools-java2ws + 4.0.5 - org.apache.cxf - cxf-rt-databinding-aegis + org.apache.cxf + cxf-rt-databinding-aegis - org.apache.cxf - cxf-rt-javascript + org.apache.cxf + cxf-rt-javascript - org.apache.cxf - cxf-tools-validator - 4.0.5 + org.apache.cxf + cxf-tools-validator + 4.0.5 - org.apache.cxf - cxf-tools-wsdlto-core - 4.0.5 + org.apache.cxf + cxf-tools-wsdlto-core + 4.0.5 - org.apache.cxf - cxf-tools-wsdlto-databinding-jaxb - 4.0.5 + org.apache.cxf + cxf-tools-wsdlto-databinding-jaxb + 4.0.5 - org.apache.cxf - cxf-tools-wsdlto-frontend-jaxws - 4.0.5 + org.apache.cxf + cxf-tools-wsdlto-frontend-jaxws + 4.0.5 org.apache.groovy