ppalaga commented on issue #136: @ConfigProperty not injected in a RouteBuilder URL: https://github.com/apache/camel-quarkus/issues/136#issuecomment-521689557 Thanks, `{{camel.component.twitter-directmessage.user}}` works. `@ConfigProperty` and `@Inject` do not work because we do not let Arc to instantiate them https://github.com/apache/camel-quarkus/blob/c74d4a2846c5bd5b6c2963e9b2d8ccf78fadd4a9/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelInitProcessor.java#L88 The question is whether we should fix this?
---------------------------------------------------------------- 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
