jamesnetherton commented on PR #7121: URL: https://github.com/apache/camel-quarkus/pull/7121#issuecomment-2716807901
> @jamesnetherton > > ``` > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project camel-quarkus-integration-test-microprofile-fault-tolerance: Compilation failure > /home/runner/work/camel-quarkus/camel-quarkus/integration-tests/microprofile-fault-tolerance/src/main/java/org/apache/camel/quarkus/component/microprofile/it/faulttolerance/MicroprofileFaultToleranceProducers.java:[57,27] cannot find symbol > symbol: method create(java.util.concurrent.ExecutorService) > location: class io.smallrye.faulttolerance.core.timer.ThreadTimer > ``` Yeah it was discussed elsewhere yesterday. There is going to be a [platform hack](https://github.com/quarkusio/quarkus-platform/pull/1430/commits/183fef094559bda07ea24d31d38e0fa4ac46f0b0) to fix this. I need to do something similar in our test module. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org