jamesnetherton commented on issue #2489: URL: https://github.com/apache/camel-quarkus/issues/2489#issuecomment-822548831
This issue is quite strange. `SlackConfig` does have a static field which does some eager initialization where the result is that a thread ends up being started. Obviously that's not allowed during the native image build. However, I can only replicate the error when `camel-quarkus-mongodb` is on the classpath. Using other component extensions as the consumer seems to work fine. It should be easy enough to fix the issues with `SlackConfig`, but I'd like to understand why the presence of the mongodb extension seems to trigger the build failure. -- 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: us...@infra.apache.org