This is an automated email from the ASF dual-hosted git repository.
lburgazzoli 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 1916416 fix spring.factories in camel-zookeeper-starter
1916416 is described below
commit 19164168d1198fd42bb1af7af76e45acf016a499
Author: lburgazzoli <[email protected]>
AuthorDate: Mon Jun 4 22:37:19 2018 +0200
fix spring.factories in camel-zookeeper-starter
---
.../src/main/resources/META-INF/spring.factories | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/platforms/spring-boot/components-starter/camel-zookeeper-starter/src/main/resources/META-INF/spring.factories
b/platforms/spring-boot/components-starter/camel-zookeeper-starter/src/main/resources/META-INF/spring.factories
index f3a7b4b..85566e9 100644
---
a/platforms/spring-boot/components-starter/camel-zookeeper-starter/src/main/resources/META-INF/spring.factories
+++
b/platforms/spring-boot/components-starter/camel-zookeeper-starter/src/main/resources/META-INF/spring.factories
@@ -16,4 +16,5 @@
## ---------------------------------------------------------------------------
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentAutoConfiguration,\
-org.apache.camel.component.zookeeper.cluster.springboot.ZooKeeperClusterServiceAutoConfiguration
+org.apache.camel.component.zookeeper.springboot.cloud.ZooKeeperServiceRegistryAutoConfiguration,\
+org.apache.camel.component.zookeeper.springboot.cluster.ZooKeeperClusterServiceAutoConfiguration
--
To stop receiving notification emails like this one, please contact
[email protected].