You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/12/18 09:07:28 UTC

[12/13] camel git commit: CAMEL-10554 - Camel Mongodb evolution to driver 3. Docs.

CAMEL-10554 - Camel Mongodb evolution to driver 3. Docs.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a0a3cd38
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a0a3cd38
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a0a3cd38

Branch: refs/heads/master
Commit: a0a3cd3880fca89c0bf47335f9e20fd1b0c30e89
Parents: d79d915
Author: Andrea Cosentino <an...@gmail.com>
Authored: Sun Dec 18 09:48:16 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Sun Dec 18 10:00:10 2016 +0100

----------------------------------------------------------------------
 components/readme.adoc                                    |  3 +++
 docs/user-manual/en/SUMMARY.md                            |  1 +
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 10 ++++++++++
 3 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a0a3cd38/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 761a365..6d1eb1a 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -342,6 +342,9 @@ Components
 | link:camel-mongodb/src/main/docs/mongodb-component.adoc[MongoDB] (camel-mongodb) +
 `mongodb:connectionBean` | Component for working with documents stored in MongoDB database.
 
+| link:camel-mongodb3/src/main/docs/mongodb3-component.adoc[MongoDB] (camel-mongodb3) +
+`mongodb3:connectionBean` | Component for working with documents stored in MongoDB database.
+
 | link:camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc[MongoDBGridFS] (camel-mongodb-gridfs) +
 `gridfs:connectionBean` | Component for working with MongoDB GridFS.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/a0a3cd38/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index 930e3c4..c4fb37e 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -236,6 +236,7 @@
 	* [Mina2](mina2-component.adoc)
 	* [MLLP](mllp-component.adoc)
 	* [MongoDB](mongodb-component.adoc)
+	* [MongoDB](mongodb3-component.adoc)
 	* [MongoDBGridFS](gridfs-component.adoc)
 	* [MQTT](mqtt-component.adoc)
 	* [MSV](msv-component.adoc)

http://git-wip-us.apache.org/repos/asf/camel/blob/a0a3cd38/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index d3dbaca..9df762d 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -1654,6 +1654,16 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-mongodb3</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-mongodb3-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-mqtt</artifactId>
         <version>${project.version}</version>
       </dependency>