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 a34c87f5 CAMEL-16994: camel-python - Support for py language as
experiment at first.
a34c87f5 is described below
commit a34c87f5f794804e5c2d6d039af01d793722a52e
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Sep 23 07:17:14 2022 +0200
CAMEL-16994: camel-python - Support for py language as experiment at first.
---
platforms/karaf/features/src/main/resources/features.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/platforms/karaf/features/src/main/resources/features.xml
b/platforms/karaf/features/src/main/resources/features.xml
index e556e26b..16773e19 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1789,6 +1789,12 @@
<bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.retrofit/${squareup-retrofit2-bundle-version}</bundle>
<bundle>mvn:org.apache.camel/camel-pubnub/${project.version}</bundle>
</feature>
+ <feature name='camel-python' version='${project.version}' start-level='50'>
+ <feature version='${project.version}'>camel-core</feature>
+ <bundle
dependency='true'>wrap:mvn:org.python/jython/${jython-version}</bundle>
+ <bundle
dependency='true'>wrap:mvn:org.python/jython-standalone/${jython-standalone-version}</bundle>
+ <bundle>mvn:org.apache.camel/camel-python/${project.version}</bundle>
+ </feature>
<feature name='camel-quartz' version='${project.version}' start-level='50'>
<bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.c3p0/${c3p0-bundle-version}</bundle>
<bundle
dependency='true'>mvn:com.zaxxer/HikariCP-java7/${hikaricp-version}</bundle>