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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
