From f4ba3590fc79a907ddf72d39aa1c342499ba2b51 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 4 Oct 2023 10:05:38 +0200 Subject: [PATCH] Upgrade CXF to 3.6.2 Upgrades CXF from 3.6.1 to 3.6.2. For release notes, see: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12353311 It has a fix to address OOM issues when using HTTP clients: https://issues.apache.org/jira/browse/CXF-8885 Signed-off-by: Wouter Born --- bom/runtime/pom.xml | 2 +- bom/test/pom.xml | 2 +- .../openhab-tp/src/main/feature/feature.xml | 16 ++++++++-------- .../itest.bndrun | 16 ++++++++-------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index ecaadc6c99f..9d6d8a7041e 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -17,7 +17,7 @@ 2.7.4 - 3.6.1 + 3.6.2 2.15.2 9.4.52.v20230823 2.2.3 diff --git a/bom/test/pom.xml b/bom/test/pom.xml index f1887cde634..11b734973c7 100644 --- a/bom/test/pom.xml +++ b/bom/test/pom.xml @@ -16,7 +16,7 @@ openHAB Core :: BOM :: Test - 3.6.1 + 3.6.2 5.9.2 4.11.0 diff --git a/features/karaf/openhab-tp/src/main/feature/feature.xml b/features/karaf/openhab-tp/src/main/feature/feature.xml index 9dc68718e69..4cf52a193d5 100644 --- a/features/karaf/openhab-tp/src/main/feature/feature.xml +++ b/features/karaf/openhab-tp/src/main/feature/feature.xml @@ -112,21 +112,21 @@ - openhab.tp;feature=cxf;version=3.6.1 + openhab.tp;feature=cxf;version=3.6.2 openhab.tp-jaxws mvn:com.fasterxml.woodstox/woodstox-core/6.5.1 mvn:jakarta.jws/jakarta.jws-api/2.1.0 mvn:jakarta.xml.ws/jakarta.xml.ws-api/2.3.3 mvn:javax.servlet/javax.servlet-api/3.1.0 mvn:org.apache.aries.spec/org.apache.aries.javax.jax.rs-api/1.0.4 - mvn:org.apache.ws.xmlschema/xmlschema-core/2.3.0 + mvn:org.apache.ws.xmlschema/xmlschema-core/2.3.1 mvn:org.codehaus.woodstox/stax2-api/4.2.1 - mvn:org.apache.cxf/cxf-core/3.6.1 - mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/3.6.1 - mvn:org.apache.cxf/cxf-rt-rs-client/3.6.1 - mvn:org.apache.cxf/cxf-rt-rs-sse/3.6.1 - mvn:org.apache.cxf/cxf-rt-security/3.6.1 - mvn:org.apache.cxf/cxf-rt-transports-http/3.6.1 + mvn:org.apache.cxf/cxf-core/3.6.2 + mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/3.6.2 + mvn:org.apache.cxf/cxf-rt-rs-client/3.6.2 + mvn:org.apache.cxf/cxf-rt-rs-sse/3.6.2 + mvn:org.apache.cxf/cxf-rt-security/3.6.2 + mvn:org.apache.cxf/cxf-rt-transports-http/3.6.2 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 31276e27e40..94e0d2b2362 100644 --- a/itests/org.openhab.core.io.rest.core.tests/itest.bndrun +++ b/itests/org.openhab.core.io.rest.core.tests/itest.bndrun @@ -68,13 +68,6 @@ Fragment-Host: org.openhab.core.io.rest.core tech.units.indriya;version='[2.2.0,2.2.1)',\ uom-lib-common;version='[2.2.0,2.2.1)',\ com.fasterxml.woodstox.woodstox-core;version='[6.5.1,6.5.2)',\ - org.apache.cxf.cxf-core;version='[3.6.1,3.6.2)',\ - org.apache.cxf.cxf-rt-frontend-jaxrs;version='[3.6.1,3.6.2)',\ - org.apache.cxf.cxf-rt-rs-client;version='[3.6.1,3.6.2)',\ - org.apache.cxf.cxf-rt-rs-sse;version='[3.6.1,3.6.2)',\ - org.apache.cxf.cxf-rt-security;version='[3.6.1,3.6.2)',\ - org.apache.cxf.cxf-rt-transports-http;version='[3.6.1,3.6.2)',\ - org.apache.ws.xmlschema.core;version='[2.3.0,2.3.1)',\ json-path;version='[2.8.0,2.8.1)',\ net.minidev.accessors-smart;version='[2.4.9,2.4.10)',\ net.minidev.json-smart;version='[2.4.10,2.4.11)',\ @@ -104,4 +97,11 @@ 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.10.1,2.10.2)',\ - org.objectweb.asm;version='[9.5.0,9.5.1)' + org.objectweb.asm;version='[9.5.0,9.5.1)',\ + org.apache.cxf.cxf-core;version='[3.6.2,3.6.3)',\ + org.apache.cxf.cxf-rt-frontend-jaxrs;version='[3.6.2,3.6.3)',\ + org.apache.cxf.cxf-rt-rs-client;version='[3.6.2,3.6.3)',\ + org.apache.cxf.cxf-rt-rs-sse;version='[3.6.2,3.6.3)',\ + org.apache.cxf.cxf-rt-security;version='[3.6.2,3.6.3)',\ + org.apache.cxf.cxf-rt-transports-http;version='[3.6.2,3.6.3)',\ + org.apache.ws.xmlschema.core;version='[2.3.1,2.3.2)'