GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1061
CAMEL-10118: Fix Zipkin Spring-boot configuration The documentation of the zipkin component states that it must be activated using the `@CamelZipkin` annotation, so the `spring.factories` file should be removed, otherwise it will be configured even if the annotation is not present on the main class. The annotation alone is sufficient. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nicolaferraro/camel CAMEL-10118-FIX-ZIPKIN Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1061.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1061 ---- commit 48037710f545de4cf41f86474d6b420469b2237a Author: Nicola Ferraro <ni.ferr...@gmail.com> Date: 2016-07-04T16:45:45Z CAMEL-10118: Fix Zipkin Spring-boot configuration ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---