From 3108cd998485dfcf865ac577905aeac1142cc170 Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sat, 28 Feb 2026 18:04:49 +0100 Subject: [PATCH] Upgrade cxf to 3.6.10 (#5380) * Upgrade cxf to 3.6.10 Upgrade cxf from 3.6.9 to 3.6.10 Find the list of relevant changes here: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12356395 Signed-off-by: Holger Friedrich --- bom/runtime/pom.xml | 2 +- .../karaf/openhab-tp/src/main/feature/feature.xml | 14 +++++++------- .../itest.bndrun | 12 ++++++------ pom.xml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 17e6ff391..2c59fcff3 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -18,7 +18,7 @@ 4.0.0-M2 - 3.6.9 + 3.6.10 2.21 2.21.0 9.4.58.v20250814 diff --git a/features/karaf/openhab-tp/src/main/feature/feature.xml b/features/karaf/openhab-tp/src/main/feature/feature.xml index 83ca48793..f456419b6 100644 --- a/features/karaf/openhab-tp/src/main/feature/feature.xml +++ b/features/karaf/openhab-tp/src/main/feature/feature.xml @@ -120,7 +120,7 @@ - openhab.tp;feature=cxf;version=3.6.9 + openhab.tp;feature=cxf;version=3.6.10 openhab.tp-jaxws mvn:com.fasterxml.woodstox/woodstox-core/6.6.2 mvn:jakarta.jws/jakarta.jws-api/2.1.0 @@ -129,12 +129,12 @@ mvn:org.apache.aries.spec/org.apache.aries.javax.jax.rs-api/1.0.4 mvn:org.apache.ws.xmlschema/xmlschema-core/2.3.1 mvn:org.codehaus.woodstox/stax2-api/4.2.2 - mvn:org.apache.cxf/cxf-core/3.6.9 - mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/3.6.9 - mvn:org.apache.cxf/cxf-rt-rs-client/3.6.9 - mvn:org.apache.cxf/cxf-rt-rs-sse/3.6.9 - mvn:org.apache.cxf/cxf-rt-security/3.6.9 - mvn:org.apache.cxf/cxf-rt-transports-http/3.6.9 + mvn:org.apache.cxf/cxf-core/3.6.10 + mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/3.6.10 + mvn:org.apache.cxf/cxf-rt-rs-client/3.6.10 + mvn:org.apache.cxf/cxf-rt-rs-sse/3.6.10 + mvn:org.apache.cxf/cxf-rt-security/3.6.10 + mvn:org.apache.cxf/cxf-rt-transports-http/3.6.10 diff --git a/itests/org.openhab.core.io.rest.core.tests/itest.bndrun b/itests/org.openhab.core.io.rest.core.tests/itest.bndrun index d90af8dfa..9f32fcee8 100644 --- a/itests/org.openhab.core.io.rest.core.tests/itest.bndrun +++ b/itests/org.openhab.core.io.rest.core.tests/itest.bndrun @@ -46,12 +46,12 @@ Fragment-Host: org.openhab.core.io.rest.core org.osgi.service.event;version='[1.4.1,1.4.2)',\ org.osgi.util.promise;version='[1.3.0,1.3.1)',\ com.google.gson;version='[2.13.2,2.13.3)',\ - org.apache.cxf.cxf-core;version='[3.6.9,3.6.10)',\ - org.apache.cxf.cxf-rt-frontend-jaxrs;version='[3.6.9,3.6.10)',\ - org.apache.cxf.cxf-rt-rs-client;version='[3.6.9,3.6.10)',\ - org.apache.cxf.cxf-rt-rs-sse;version='[3.6.9,3.6.10)',\ - org.apache.cxf.cxf-rt-security;version='[3.6.9,3.6.10)',\ - org.apache.cxf.cxf-rt-transports-http;version='[3.6.9,3.6.10)',\ + org.apache.cxf.cxf-core;version='[3.6.10,3.6.11)',\ + org.apache.cxf.cxf-rt-frontend-jaxrs;version='[3.6.10,3.6.11)',\ + org.apache.cxf.cxf-rt-rs-client;version='[3.6.10,3.6.11)',\ + org.apache.cxf.cxf-rt-rs-sse;version='[3.6.10,3.6.11)',\ + org.apache.cxf.cxf-rt-security;version='[3.6.10,3.6.11)',\ + org.apache.cxf.cxf-rt-transports-http;version='[3.6.10,3.6.11)',\ org.apache.ws.xmlschema.core;version='[2.3.2,2.3.3)',\ junit-jupiter-api;version='[5.14.2,5.14.3)',\ junit-jupiter-engine;version='[5.14.2,5.14.3)',\ diff --git a/pom.xml b/pom.xml index b0ffe3598..b3cd6e804 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ - 3.6.9 + 3.6.10 5.14.2 5.21.0