jamesnetherton commented on issue #6049: URL: https://github.com/apache/camel-quarkus/issues/6049#issuecomment-2081599076
Without additional configuration `new DefaultCamelContext()` is pretty much guranteed to fail in native mode. There shouldn't really be any need to instantiate own `CamelContext`. One is already created for you at build time and you can customize it with configuration properties, CDI beans, observers etc. You can also `@Inject` an instance of it into your `Main` class. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
