You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/08/21 14:31:35 UTC

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #154: Remove unecessary conditional discovery

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:
users@infra.apache.org


With regards,
Apache Git Services