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/03/22 09:05:29 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #2350: Test autowiring of beans available in the CDI container to CamelContext and components

ppalaga opened a new issue #2350:
URL: https://github.com/apache/camel-quarkus/issues/2350


   E.g. if there is a single ExchangeFormatter instance in the CDI container, then it will automatically wire that bean to the LogComponent.
   
   This is a feature of camel-quarkus-main, see https://camel.apache.org/camel-quarkus/latest/user-guide/bootstrap.html#_camel_main


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



[GitHub] [camel-quarkus] ppalaga closed issue #2350: Test autowiring of beans available in the CDI container to CamelContext and components

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #2350:
URL: https://github.com/apache/camel-quarkus/issues/2350


   


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



[GitHub] [camel-quarkus] ppalaga commented on issue #2350: Test autowiring of beans available in the CDI container to CamelContext and components

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #2350:
URL: https://github.com/apache/camel-quarkus/issues/2350#issuecomment-805843925


   Thanks, actually I found that one as I started to merge main to core.


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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #2350: Test autowiring of beans available in the CDI container to CamelContext and components

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #2350:
URL: https://github.com/apache/camel-quarkus/issues/2350#issuecomment-805581853


   I think we already have good coverage for this. E.g for the specific scenario mentioned:
   
   https://github.com/apache/camel-quarkus/blob/master/extensions-core/main/deployment/src/test/java/org/apache/camel/quarkus/main/deployment/CamelMainAutoConfigurationTest.java
   
   And elsewhere for the individual components that use the `autowired` metadata on configuration options. 


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