This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-karaf-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/camel-karaf-3.21.x by this
push:
new d736a2dd CAMEL-19024 Adding camel-cxf-spring feature, which adds newly
introduced spring specific cxf camel bundles (#237)
d736a2dd is described below
commit d736a2dd4de8a6707793a286ac0bacfcb36364dd
Author: Piotr Klimczak <[email protected]>
AuthorDate: Wed Aug 2 19:00:48 2023 +0100
CAMEL-19024 Adding camel-cxf-spring feature, which adds newly introduced
spring specific cxf camel bundles (#237)
---
platforms/karaf/features/src/main/resources/features.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/platforms/karaf/features/src/main/resources/features.xml
b/platforms/karaf/features/src/main/resources/features.xml
index 7d63553d..182b0f95 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -685,6 +685,13 @@
<bundle>mvn:org.apache.camel.karaf/camel-cxf-blueprint/${project.version}</bundle>
<bundle>mvn:org.apache.camel.karaf/camel-cxf-transport-blueprint/${project.version}</bundle>
</feature>
+ <feature name='camel-cxf-spring' version='${project.version}'
start-level='50'>
+ <feature version='${project.version}'>camel-cxf</feature>
+
<bundle>mvn:org.apache.camel/camel-cxf-spring-common/${project.version}</bundle>
+
<bundle>mvn:org.apache.camel/camel-cxf-spring-rest/${project.version}</bundle>
+
<bundle>mvn:org.apache.camel/camel-cxf-spring-soap/${project.version}</bundle>
+
<bundle>mvn:org.apache.camel/camel-cxf-spring-transport/${project.version}</bundle>
+ </feature>
<feature name='camel-digitalocean' version='${project.version}'
start-level='50'>
<feature version='${project.version}'>camel-core</feature>
<bundle
dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle>