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 <bvah...@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