lburgazzoli opened a new issue #1387: URL: https://github.com/apache/camel-quarkus/issues/1387
By default ArC [removes unused beans](https://quarkus.io/guides/cdi-reference#remove_unused_beans) but that does not work very well with Camel as it does use `BeanManager` behind the scenes to look-up beans from the container and ArC can't be aware of what Camel need. We probably need to discuss this topic with the Quarkus team and see if through a build item it could be possible to reverse the behaviour so not to remove beans unless that feature is turned on explicitly. Taken from: https://github.com/apache/camel-quarkus/pull/1344#discussion_r440015225 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org