This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f640e6  CAMEL-15304: Camel-ArangoDB: Create a Karaf feature
5f640e6 is described below

commit 5f640e628d131e1fcaa9bd9b1cd12a62b94c6c37
Author: Zineb Bendhiba <bendhiba.zi...@gmail.com>
AuthorDate: Tue Aug 4 11:21:18 2020 +0200

    CAMEL-15304: Camel-ArangoDB: Create a Karaf feature
---
 docs/modules/ROOT/pages/components.adoc                  | 5 ++++-
 platforms/karaf/features/src/main/resources/features.xml | 5 +++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/components.adoc 
b/docs/modules/ROOT/pages/components.adoc
index b37dbbe..3031b00 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -5,7 +5,7 @@ Apache Camel Karaf supports the following Camel artifacts as 
Karaf features
 == Camel Components
 
 // components: START
-Number of Camel components: 207 in 207 JAR artifacts (1 deprecated)
+Number of Camel components: 208 in 208 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -20,6 +20,9 @@ Number of Camel components: 207 in 207 JAR artifacts (1 
deprecated)
 | xref:components::apns-component.adoc[APNS] (camel-apns) +
 `apns:name` | 2.8 | Send notifications to Apple iOS devices.
 
+| xref:components::arangodb-component.adoc[ArangoDb] (camel-arangodb) +
+`arangodb:database` | 3.5.0-SNAPSHOT | Perform operations on ArangoDb 
documents, collections and graphs.
+
 | xref:components::as2-component.adoc[AS2] (camel-as2) +
 `as2:apiName/methodName` | 2.22 | Transfer data securely and reliably using 
the AS2 protocol (RFC4130).
 
diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 34ee81a..81a5535 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -186,6 +186,11 @@
     <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.java-apns/${java-apns-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-apns/${project.version}</bundle>
   </feature>
+  <feature name='camel-arangodb' version='${project.version}' start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    <bundle 
dependency='true'>wrap:mvn:com.arangodb/arangodb-java-driver/${arangodb-java-version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-arangodb/${project.version}</bundle>
+  </feature>
   <feature name='camel-as2' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle 
dependency='true'>mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>

Reply via email to