This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch camel-karaf-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/camel-karaf-3.20.x by this
push:
new c002199d CAMEL-19388: OSGI - Allow to use CXF 3.6+ (#238)
c002199d is described below
commit c002199d881498af05721e83fd0ae109f6d7f81b
Author: Nicolas Filotto <[email protected]>
AuthorDate: Thu May 25 14:39:50 2023 +0200
CAMEL-19388: OSGI - Allow to use CXF 3.6+ (#238)
## Motivation
Since Apache Camel 3.20 is an LTS version and CXF 3.5 should not be
maintained anymore soon as 3.6 and 4.0 have been released, the goal of this
task is to extend the version range of CXF to allow OSGI users to choose a
higher version of CXF 3 that will remain backward compatible with CXF 3.5.
## Modifications:
* Uses a range of versions for the CXF repository
---
platforms/karaf/features/src/main/resources/features.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platforms/karaf/features/src/main/resources/features.xml
b/platforms/karaf/features/src/main/resources/features.xml
index b8fc526c..9ccb6fb6 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -18,7 +18,7 @@
-->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0"
name='camel-${project.version}'>
-
<repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features</repository>
+
<repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version-range}/xml/features</repository>
<repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/[1,2)/xml/features</repository>
<feature name='xml-specs-api' version='${servicemix-specs-version}'
start-level='10'>