costelus27 commented on issue #6642:
URL: https://github.com/apache/camel-quarkus/issues/6642#issuecomment-2642244908
Hmm.. then it's weird. When I add this dependency to my code, I get this
exception:
```
java.lang.NoSuchMethodError: 'java.util.concurrent.ScheduledExecutorService
io.opentelemetry.context.Context.taskWrapping(java.util.concurrent.ScheduledExecutorService)'
at
org.apache.camel.opentelemetry.OpenTelemetryInstrumentedThreadPoolFactory.newScheduledThreadPool(OpenTelemetryInstrumentedThreadPoolFactory.java:66)
at
org.apache.camel.impl.engine.BaseExecutorServiceManager.newScheduledThreadPool(BaseExecutorServiceManager.java:263)
at
org.apache.camel.impl.engine.DefaultExecutorServiceManager.newScheduledThreadPool(DefaultExecutorServiceManager.java:49)
at
org.apache.camel.impl.engine.BaseExecutorServiceManager.newDefaultScheduledThreadPool(BaseExecutorServiceManager.java:181)
at
org.apache.camel.impl.engine.AbstractCamelContext.createErrorHandlerExecutorService(AbstractCamelContext.java:1931)
at
org.apache.camel.impl.engine.SimpleCamelContext.doBuild(SimpleCamelContext.java:141)
at
org.apache.camel.support.service.BaseService.build(BaseService.java:64)
at
org.apache.camel.impl.engine.AbstractCamelContext.<init>(AbstractCamelContext.java:332)
at
org.apache.camel.impl.engine.SimpleCamelContext.<init>(SimpleCamelContext.java:128)
at
org.apache.camel.impl.DefaultCamelContext.<init>(DefaultCamelContext.java:139)
at
org.apache.camel.impl.DefaultCamelContext.<init>(DefaultCamelContext.java:115)
```
--
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]