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??):
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile 
(default-compile) on project camel-microprofile-fault-tolerance: 
Compilation failure: Compilation failure: 
   [ERROR] 
/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
   [ERROR]   symbol:   class InvocationContext
   [ERROR]   location: package io.smallrye.faulttolerance.core
   [ERROR] 
/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
   [ERROR]   symbol:   class FutureThreadPoolBulkhead
   [ERROR]   location: package 
io.smallrye.faulttolerance.core.bulkhead
   [ERROR] 
/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
   [ERROR]   symbol:   class FutureThreadPoolBulkhead
   [ERROR]   location: class 
org.apache.camel.component.microprofile.faulttolerance.FaultToleranceProcessor
   [ERROR] 
/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<>
   [ERROR]     reason: cannot infer type-variable(s) V
   [ERROR]       (argument mismatch; bad return type in lambda 
expression
   [ERROR]         org.apache.camel.Exchange cannot be converted to 
io.smallrye.faulttolerance.core.Future<V>)
   [ERROR] 
/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
   [ERROR]   symbol:   class InvocationContext
   [ERROR]   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

Reply via email to