You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/12/01 10:05:10 UTC

[camel-karaf] branch CAMEL-18781/re-add-camel-mongodb created (now bcfc511f)

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

nfilotto pushed a change to branch CAMEL-18781/re-add-camel-mongodb
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


      at bcfc511f CAMEL-18781: Re-add the camel-mongodb and camel-mongodb-gridfs features

This branch includes the following new commits:

     new bcfc511f CAMEL-18781: Re-add the camel-mongodb and camel-mongodb-gridfs features

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-karaf] 01/01: CAMEL-18781: Re-add the camel-mongodb and camel-mongodb-gridfs features

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-18781/re-add-camel-mongodb
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit bcfc511ff475c838a120f7eaed05ba8252911e30
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Dec 1 11:04:47 2022 +0100

    CAMEL-18781: Re-add the camel-mongodb and camel-mongodb-gridfs features
---
 .../karaf/features/src/main/resources/features.xml   | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index b74ae32b..36ba340a 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1594,6 +1594,26 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-mllp/${project.version}</bundle>
   </feature>
+  <feature name='camel-mongodb' version='${project.version}' start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    <feature version='${project.version}'>camel-jackson</feature>
+    <bundle dependency='true'>mvn:org.mongodb/bson/${mongo-java-driver-version}</bundle>
+    <feature prerequisite='true'>wrap</feature>
+    <!-- Temporary workaround to fix https://jira.mongodb.org/browse/JAVA-4789, won't be needed once 4.8.0 will be released -->
+    <bundle dependency='true'>wrap:mvn:org.mongodb/mongodb-driver-core/${mongo-java-driver-version}$overwrite=merge&amp;Import-Package=*;resolution:=optional</bundle>
+    <bundle dependency='true'>mvn:org.mongodb/mongodb-driver-sync/${mongo-java-driver-version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-mongodb/${project.version}</bundle>
+  </feature>
+  <feature name='camel-mongodb-gridfs' version='${project.version}' start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    <feature version='${project.version}'>camel-jackson</feature>
+    <bundle dependency='true'>mvn:org.mongodb/bson/${mongo-java-driver-version}</bundle>
+    <feature prerequisite='true'>wrap</feature>
+    <!-- Temporary workaround to fix https://jira.mongodb.org/browse/JAVA-4789, won't be needed once 4.8.0 will be released -->
+    <bundle dependency='true'>wrap:mvn:org.mongodb/mongodb-driver-core/${mongo-java-driver-version}$overwrite=merge&amp;Import-Package=*;resolution:=optional</bundle>
+    <bundle dependency='true'>mvn:org.mongodb/mongodb-driver-sync/${mongo-java-driver-version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-mongodb-gridfs/${project.version}</bundle>
+  </feature>
   <feature name='camel-mustache' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.mustache-compiler/${mustache-bundle-version}</bundle>