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/15 14:08:45 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #136: @ConfigProperty not injected in a RouteBuilder

ppalaga opened a new issue #136: @ConfigProperty not injected in a RouteBuilder
URL: https://github.com/apache/camel-quarkus/issues/136
 
 
   Probably caused by how we instantiate RouteBuilders. 
   
   Stumbled across this when adding a tests to the twitter test project where we have this
   https://github.com/apache/camel-quarkus/blob/f3e7dbcad37aec1ae54b2dfb5d05d2ff462b6e49/integration-tests/twitter/src/main/java/org/apache/camel/quarkus/component/twitter/CamelRoute.java#L26-L27
   
   I guess the users should expect `@ConfigProperty` and `@Inject` to work in RouteBuilders?

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