You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/18 14:55:56 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #3470: Health check `CamelBeanBuildItem` should use the check id as the name

jamesnetherton opened a new issue #3470:
URL: https://github.com/apache/camel-quarkus/issues/3470


   There's a `BuildStep` in the `microprofile-health` extension which discovers health checks and creates a `CamelBeanBuildItem` for each of them. At present the simple name of the health check class is used as the bean name. We should use the id assigned to the check since there are some places where this is referenced in Camel.
   
   E.g `camel.health.contextEnabled=false` does not work because the `ContextHealthCheck` cannot be found by the expected registry lookup key.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton closed issue #3470: Health check `CamelBeanBuildItem` should use the check id as the name

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #3470:
URL: https://github.com/apache/camel-quarkus/issues/3470


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org