This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 6379ab8b CAMEL-19024 Adding camel-cxf-spring feature, which adds newly
introduced spring specific cxf camel bundles (#237)
6379ab8b is described below
commit 6379ab8b469652effff759e323e202a33af2b84f
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 465f6758..a0b611d3 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -665,6 +665,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>