This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
new efdc05c Update Apache Karaf to 4.2.14
efdc05c is described below
commit efdc05ceda1c751887306cf8c4e116cd37ff6755
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Dec 29 13:37:57 2021 -0500
Update Apache Karaf to 4.2.14
---
osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml | 4 ++--
parent/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 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 b502be3..7c8c2c0 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,10 +20,10 @@
<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.2.23">
+ <feature name="pax-http-undertow" version="7.2.29">
<f:bundle
start-level="35">mvn:org.apache.cxf/cxf-servlet-compatible/${project.version}</f:bundle>
</feature>
- <feature name="pax-http-jetty" version="7.2.23">
+ <feature name="pax-http-jetty" version="7.2.29">
<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 b162792..48ffb3b 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.2.11</cxf.karaf.version>
+ <cxf.karaf.version>4.2.14</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>