This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1b62c3f2aa655f37d543ba96cbe91dafe4e97a89 Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Fri Feb 16 12:55:22 2018 +0100 CAMEL-11874: fix jgroups auto-configuration --- .../camel-jgroups-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-jgroups-starter/src/main/resources/META-INF/spring.factories b/platforms/spring-boot/components-starter/camel-jgroups-starter/src/main/resources/META-INF/spring.factories index b7b5b31..5fa7302 100644 --- a/platforms/spring-boot/components-starter/camel-jgroups-starter/src/main/resources/META-INF/spring.factories +++ b/platforms/spring-boot/components-starter/camel-jgroups-starter/src/main/resources/META-INF/spring.factories @@ -16,4 +16,4 @@ ## --------------------------------------------------------------------------- org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.apache.camel.component.jgroups.springboot.JGroupsComponentAutoConfiguration,\ -org.apache.camel.component.jgroups.cluster.springboot.JGroupsLockClusterServiceAutoConfiguration +org.apache.camel.component.jgroups.springboot.cluster.springboot.JGroupsLockClusterServiceAutoConfiguration -- To stop receiving notification emails like this one, please contact nferr...@apache.org.