jamesnetherton opened a new issue #3002: URL: https://github.com/apache/camel-quarkus/issues/3002
Not sure what's going on with this. In the failure case, a bunch of `RouteBuilder` impls have been found via `registry.findByType(CamelContextAware.class)` and they all have a null `CamelContext`. On success they never show up in the registry lookup at all. I can't replicate this locally. Maybe its related to the order of test execution. ``` 2021-08-10T01:10:42.5347701Z 2021-08-10 01:10:42,525 WARN [org.apa.cam.qua.cor.CoreResource] (executor-thread-1) Found a CamelContextAware bean of type org.apache.camel.quarkus.core.languages.it.CustomDataFormatRoutes with null CamelContext 2021-08-10T01:10:42.5352909Z 2021-08-10 01:10:42,525 WARN [org.apa.cam.qua.cor.CoreResource] (executor-thread-1) Found a CamelContextAware bean of type org.apache.camel.quarkus.component.bean.RouteBuilderWithProducer with null CamelContext 2021-08-10T01:10:42.5357507Z 2021-08-10 01:10:42,525 WARN [org.apa.cam.qua.cor.CoreResource] (executor-thread-1) Found a CamelContextAware bean of type org.apache.camel.quarkus.core.languages.it.RefLanguageRoutes with null CamelContext 2021-08-10T01:10:42.5361434Z 2021-08-10 01:10:42,525 WARN [org.apa.cam.qua.cor.CoreResource] (executor-thread-1) Found a CamelContextAware bean of type org.apache.camel.quarkus.eip.it.EipRoutes with null CamelContext 2021-08-10T01:10:42.5365142Z 2021-08-10 01:10:42,525 WARN [org.apa.cam.qua.cor.CoreResource] (executor-thread-1) Found a CamelContextAware bean of type org.apache.camel.quarkus.component.bean.eip.EipRoutes with null CamelContext ``` -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org