apupier commented on PR #16729: URL: https://github.com/apache/camel/pull/16729#issuecomment-2574862599
locally even got compilation failure (but why not on the CI??): ``` [[1;31mERROR[m] Failed to execute goal [32morg.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile[m [1m(default-compile)[m on project [36mcamel-microprofile-fault-tolerance[m: [1;31mCompilation failure[m: Compilation failure: [[1;31mERROR[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[26,39] cannot find symbol [[1;31mERROR[m] symbol: class InvocationContext [[1;31mERROR[m] location: package io.smallrye.faulttolerance.core [[1;31mERROR[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[27,48] cannot find symbol [[1;31mERROR[m] symbol: class FutureThreadPoolBulkhead [[1;31mERROR[m] location: package io.smallrye.faulttolerance.core.bulkhead [[1;31mERROR[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[265,30] cannot find symbol [[1;31mERROR[m] symbol: class FutureThreadPoolBulkhead [[1;31mERROR[m] location: class org.apache.camel.component.microprofile.faulttolerance.FaultToleranceProcessor [[1;31mERROR[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[277,38] incompatible types: cannot infer type arguments for io.smallrye.faulttolerance.core.fallback.Fallback<> [[1;31mERROR[m] reason: cannot infer type-variable(s) V [[1;31mERROR[m] (argument mismatch; bad return type in lambda expression [[1;31mERROR[m] org.apache.camel.Exchange cannot be converted to io.smallrye.faulttolerance.core.Future<V>) [[1;31mERROR[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[290,30] cannot find symbol [[1;31mERROR[m] symbol: class InvocationContext [[1;31mERROR[m] location: class org.apache.camel.component.microprofile.faulttolerance.FaultToleranceProcessor ``` -- 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