You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/11/06 16:59:12 UTC

[cxf] branch 3.5.x-fixes updated: Update Apache Karaf to 4.3.8

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new d1e26d3bec Update Apache Karaf to 4.3.8
d1e26d3bec is described below

commit d1e26d3becc321d68cece930cb16325d77b6dfb2
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 6 11:57:33 2022 -0500

    Update Apache Karaf to 4.3.8
---
 osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml | 2 +-
 parent/pom.xml                                                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml b/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
index f238fc2d32..99e714303d 100644
--- a/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
+++ b/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
@@ -20,7 +20,7 @@
 <featuresProcessing xmlns="http://karaf.apache.org/xmlns/features-processing/v1.0.0" xmlns:f="http://karaf.apache.org/xmlns/features/v1.6.0">
    <featureReplacements>
         <replacement mode="merge">
-            <feature name="pax-http-undertow" version="7.3.25">
+            <feature name="pax-http-undertow" version="7.3.27">
                 <f:bundle start-level="35">mvn:org.apache.cxf/cxf-servlet-compatible/${project.version}</f:bundle>
             </feature>
         </replacement>
diff --git a/parent/pom.xml b/parent/pom.xml
index 525507a482..449e0b7aa2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -251,7 +251,7 @@
         <cxf.jaxb.bundle.version>2.3.2_1</cxf.jaxb.bundle.version>
         <cxf.jaxb.context.class.property>none</cxf.jaxb.context.class.property>
         <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version>
-        <cxf.karaf.version>4.3.7</cxf.karaf.version>
+        <cxf.karaf.version>4.3.8</cxf.karaf.version>
         <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version>
         <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version>
         <cxf.osgi.saaj.version>[1.4,2)</cxf.osgi.saaj.version>