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/07/14 19:26:34 UTC

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

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 ff28b09782 Update Apache Karaf to 4.3.7
ff28b09782 is described below

commit ff28b09782aba5a40828f31624bb30f6cce52814
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Jul 14 15:26:18 2022 -0400

    Update Apache Karaf to 4.3.7
---
 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 3c8c8ae02c..f238fc2d32 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.23">
+            <feature name="pax-http-undertow" version="7.3.25">
                 <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 746ce7f36d..a725f52d74 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -252,7 +252,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.5</cxf.karaf.version>
+        <cxf.karaf.version>4.3.7</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>