ppalaga commented on a change in pull request #154: Remove unecessary
conditional discovery
URL: https://github.com/apache/camel-quarkus/pull/154#discussion_r316218919
##########
File path:
extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java
##########
@@ -139,12 +139,15 @@ AdditionalBeanBuildItem createProducers(
@Record(ExecutionTime.STATIC_INIT)
@BuildStep
void init(
+ // TODO: keep this field as we need to be sure ArC is initialized
before starting events
+ // We need to re-evaluate the need of fire events from
context once doing
+ // https://github.com/apache/camel-quarkus/issues/9
Review comment:
Thanks for the comment. I was wondering why the bean container is there.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services