This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-karaf-3.x in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/camel-karaf-3.x by this push: new 1abd6467 CAMEL-19024 Adding camel-cxf-spring feature, which adds newly introduced spring specific cxf camel bundles (#237) 1abd6467 is described below commit 1abd6467e493d46d8309b41345034d85bedbc487 Author: Piotr Klimczak <nann...@gmail.com> 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>