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 2020/10/17 15:24:41 UTC

[camel] branch camel-2.25.x updated: Update mongodb-component.adoc

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

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


The following commit(s) were added to refs/heads/camel-2.25.x by this push:
     new 9ee1a46  Update mongodb-component.adoc
9ee1a46 is described below

commit 9ee1a4677ccbecb2011d755f946c01054fa6d9a9
Author: Luca Ferrari <lu...@redhat.com>
AuthorDate: Sat Oct 17 17:11:18 2020 +0200

    Update mongodb-component.adoc
---
 docs/components/modules/ROOT/pages/mongodb-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/mongodb-component.adoc b/docs/components/modules/ROOT/pages/mongodb-component.adoc
index a165c7a..85e3e24 100644
--- a/docs/components/modules/ROOT/pages/mongodb-component.adoc
+++ b/docs/components/modules/ROOT/pages/mongodb-component.adoc
@@ -157,7 +157,7 @@ MongoDB instance.
 <beans xmlns="http://www.springframework.org/schema/beans"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
-    <bean id="mongoBean" class="com.mongodb.Mongo">
+    <bean id="mongoBean" class="com.mongodb.MongoClient">
         <constructor-arg name="host" value="${mongodb.host}" />
         <constructor-arg name="port" value="${mongodb.port}" />
     </bean>