You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2019/08/14 22:05:36 UTC

[camel] branch master updated: correct the package name of MongoDbComponentAutoConfiguration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5769e30  correct the package name of MongoDbComponentAutoConfiguration
5769e30 is described below

commit 5769e300f3021d9d059be9ae9c5f91790e5d87e0
Author: Babak Vahdat <bv...@apache.org>
AuthorDate: Thu Aug 15 00:05:17 2019 +0200

    correct the package name of MongoDbComponentAutoConfiguration
---
 .../camel-mongodb-starter/src/main/resources/META-INF/spring.factories  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/spring-boot/components-starter/camel-mongodb-starter/src/main/resources/META-INF/spring.factories b/platforms/spring-boot/components-starter/camel-mongodb-starter/src/main/resources/META-INF/spring.factories
index 3fd5c05..7a3a79d 100644
--- a/platforms/spring-boot/components-starter/camel-mongodb-starter/src/main/resources/META-INF/spring.factories
+++ b/platforms/spring-boot/components-starter/camel-mongodb-starter/src/main/resources/META-INF/spring.factories
@@ -16,4 +16,4 @@
 ## ---------------------------------------------------------------------------
 
 org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
-org.apache.camel.component.mongodb3.springboot.MongoDbComponentAutoConfiguration
+org.apache.camel.component.mongodb.springboot.MongoDbComponentAutoConfiguration