ppalaga commented on a change in pull request #226: Use MainSupport as base for
running Camel
URL: https://github.com/apache/camel-quarkus/pull/226#discussion_r331418081
##########
File path:
extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/BeanManagerHelper.java
##########
@@ -27,6 +27,7 @@
import javax.enterprise.inject.spi.BeanManager;
import io.quarkus.arc.Arc;
+import io.quarkus.arc.ArcContainer;
@Vetoed
Review comment:
```suggestion
/**
* Helper methods to map {@link Registry} calls to {@link Arc}.
*/
@Vetoed
```
----------------------------------------------------------------
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