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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org