ppalaga commented on issue #2090: URL: https://github.com/apache/camel-quarkus/issues/2090#issuecomment-750187854
> but is CamelTwitterTest compiled to native ? I thought it were execute as any other test so by the jvm. And I honestly do not see why it should not work Yes, it could be made to work, for some injection values at least. `@ConfigProperty` could work indeed, but `@Inject CamelContext` could not work at all, because in the native mode, the tests run in a process distinct from the one running the application under test. ---------------------------------------------------------------- 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]
