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 2018/07/09 08:17:22 UTC

[camel] 01/02: CAMEL-12611 - Deprecate camel-mongodb

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.git

commit 212b76778a9226e9a4a27360cdb23f34e1c89f2f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 9 09:45:22 2018 +0200

    CAMEL-12611 - Deprecate camel-mongodb
---
 components/camel-mongodb/pom.xml                              | 2 +-
 components/camel-mongodb/src/main/docs/mongodb-component.adoc | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml
index 5ca79cb..816bf34 100644
--- a/components/camel-mongodb/pom.xml
+++ b/components/camel-mongodb/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>camel-mongodb</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: MongoDB</name>
+  <name>Camel :: MongoDB (deprecated)</name>
   <description>Camel MongoDB component</description>
 
   <properties>
diff --git a/components/camel-mongodb/src/main/docs/mongodb-component.adoc b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
index 4406ce9..6373314 100644
--- a/components/camel-mongodb/src/main/docs/mongodb-component.adoc
+++ b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
@@ -1,7 +1,8 @@
-[[mongodb-component]]
-== MongoDB Component
+== MongoDB Component (deprecated)
 
 *Available as of Camel version 2.10*
+*Available as of Camel version 2.10*
+
 
 According to Wikipedia: "NoSQL is a movement promoting a loosely defined
 class of non-relational data stores that break with a long history of
@@ -1005,4 +1006,4 @@ anything manually.
 current version]
 *
 https://github.com/apache/camel/tree/master/components/camel-mongodb/src/test[Unit
-tests] for more examples of usage
+tests] for more examples of usage
\ No newline at end of file