This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 482d110ef2aa CAMEL-23057 Upgrade cxf to 4.2.0
482d110ef2aa is described below
commit 482d110ef2aa357f170c29c49a8fbe8106ec9a74
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Feb 24 07:45:04 2026 +0100
CAMEL-23057 Upgrade cxf to 4.2.0
---
.../apache/camel/itest/security/CxfMessageCamelContext.xml | 3 +--
.../resources/spring-config/client-WsAddressingContext.xml | 11 -----------
.../resources/spring-config/client-applicationContext.xml | 4 ----
.../resources/spring-config/server-WsAddressingContext.xml | 3 ---
.../resources/spring-config/server-applicationContext.xml | 10 ++--------
5 files changed, 3 insertions(+), 28 deletions(-)
diff --git
a/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/CxfMessageCamelContext.xml
b/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/CxfMessageCamelContext.xml
index 740c549d7c40..53541d22360c 100644
---
a/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/CxfMessageCamelContext.xml
+++
b/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/CxfMessageCamelContext.xml
@@ -62,8 +62,7 @@
endpointName="s:SoapOverHttp"
serviceName="s:SOAPService"
xmlns:s="http://apache.org/hello_world_soap_http"
- address="http://localhost:9000/SoapContext/SoapPort"
- loggingFeatureEnabled="true">
+ address="http://localhost:9000/SoapContext/SoapPort">
<cxf:inInterceptors>
<ref bean="UsernameToken_Request"/>
</cxf:inInterceptors>
diff --git
a/tests/camel-itest/src/test/resources/spring-config/client-WsAddressingContext.xml
b/tests/camel-itest/src/test/resources/spring-config/client-WsAddressingContext.xml
index fc86f5e1d33e..ab4537ebf2a5 100644
---
a/tests/camel-itest/src/test/resources/spring-config/client-WsAddressingContext.xml
+++
b/tests/camel-itest/src/test/resources/spring-config/client-WsAddressingContext.xml
@@ -39,17 +39,6 @@
serviceClass="org.apache.camel.itest.customerrelations.CustomerServiceV1"
wsdlLocation="./src/test/resources/wsdl/CustomerService_noSoapAction.wsdl"
address="camel://direct:clientOutbound">
- <!-- properties>
- <entry
xmlns="http://www.springframework.org/schema/beans"
- key="mtom-enabled" value="true" />
- </properties-->
- <features>
- <!-- Enable logging of SOAP messages. -->
- <logging xmlns="http://cxf.apache.org/core" />
- <!-- Enable WS-Addressing -->
- <addressing xmlns="http://cxf.apache.org/ws/addressing"
/>
- </features>
-
</client>
<conduit xmlns="http://cxf.apache.org/transports/camel"
diff --git
a/tests/camel-itest/src/test/resources/spring-config/client-applicationContext.xml
b/tests/camel-itest/src/test/resources/spring-config/client-applicationContext.xml
index e1213f399ae9..10940f88627b 100644
---
a/tests/camel-itest/src/test/resources/spring-config/client-applicationContext.xml
+++
b/tests/camel-itest/src/test/resources/spring-config/client-applicationContext.xml
@@ -40,10 +40,6 @@
<properties>
<entry xmlns="http://www.springframework.org/schema/beans"
key="mtom-enabled" value="true" />
</properties>
- <features>
- <!-- Enables logging of SOAP messages. -->
- <logging xmlns="http://cxf.apache.org/core" />
- </features>
</client>
<conduit xmlns="http://cxf.apache.org/transports/camel"
diff --git
a/tests/camel-itest/src/test/resources/spring-config/server-WsAddressingContext.xml
b/tests/camel-itest/src/test/resources/spring-config/server-WsAddressingContext.xml
index 1e30bac7d1a0..6d53d79d4446 100644
---
a/tests/camel-itest/src/test/resources/spring-config/server-WsAddressingContext.xml
+++
b/tests/camel-itest/src/test/resources/spring-config/server-WsAddressingContext.xml
@@ -42,11 +42,8 @@
key="mtom-enabled" value="true" />
</properties -->
<features>
- <!-- Enables logging of SOAP messages. -->
- <logging xmlns="http://cxf.apache.org/core" />
<!-- Enables WS-Addressing. -->
<addressing xmlns="http://cxf.apache.org/ws/addressing"
/>
- <!-- policies xmlns="http://cxf.apache.org/policy"
ignoreUnknownAssertions="true" /-->
</features>
</endpoint>
diff --git
a/tests/camel-itest/src/test/resources/spring-config/server-applicationContext.xml
b/tests/camel-itest/src/test/resources/spring-config/server-applicationContext.xml
index f5b16190d10c..e182cbccb6a2 100644
---
a/tests/camel-itest/src/test/resources/spring-config/server-applicationContext.xml
+++
b/tests/camel-itest/src/test/resources/spring-config/server-applicationContext.xml
@@ -40,10 +40,6 @@
<properties>
<entry
xmlns="http://www.springframework.org/schema/beans" key="mtom-enabled"
value="true" />
</properties>
- <features>
- <!-- Enables logging of SOAP messages. -->
- <logging xmlns="http://cxf.apache.org/core" />
- </features>
</endpoint>
<destination xmlns="http://cxf.apache.org/transports/camel"
@@ -55,10 +51,8 @@
xmlns="http://camel.apache.org/schema/spring">
<jmxAgent id="agent" disabled="true"/>
<route>
- <from
-
uri="jms://org.apache.camel.itest.customerrelations.CustomerServiceV1" />
- <to
- uri="direct:serverInbound" />
+ <from
uri="jms://org.apache.camel.itest.customerrelations.CustomerServiceV1" />
+ <to uri="direct:serverInbound" />
</route>
</camelContext>
</beans>