GitHub user nicolaferraro opened a pull request:

    https://github.com/apache/camel/pull/1034

    CAMEL-10034: prevent component scan of health indicator

    The CamelHealthIndicator should not be marked as @Component, because it 
would be initialized also by the component scanner if it is enabled on the 
package.
    
    Putting spring-boot base package on 'org.apache.camel' causes issues if the 
actuator lib is not present in the classpath.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nicolaferraro/camel CAMEL-10034

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1034.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 #1034
    
----
commit f46c45997ae98c56da22bd48c7bbff16b6dbd0c0
Author: Nicola Ferraro <ni.ferr...@gmail.com>
Date:   2016-06-15T08:08:02Z

    CAMEL-10034: prevent component scan of health indicator

----


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

Reply via email to