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 2021/08/17 16:39:42 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #3002: Intermittent failure of `CoreTest.testCamelContextAwareRegistryBeansInitialized`

ppalaga commented on issue #3002:
URL: https://github.com/apache/camel-quarkus/issues/3002#issuecomment-900454707


   Observation: All of those RouteBuilders contain at least one bean producer method, although they themselves do not bear any Bean defining annotation. 
   Hypothesis (without checking any code): Arc handles them as beans because of those methods, but we (mistakenly) do not consider them as managed by Arc. As a result of that two instances of each of those Builders exist at runtime. One auto-created by Arc and one created by our recorder. Let me investigate more.


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