JiriOndrusek commented on pull request #1984:
URL: https://github.com/apache/camel-quarkus/pull/1984#issuecomment-721621602


   I was able to fix it by adding dependency into 
extension/microrofile-fault-tolerance:
   >        <dependency>
   >            <groupId>org.apache.camel</groupId>
    >           <artifactId>camel-resilience4j</artifactId>
     >      </dependency>
   
   and by registering service:
   >    @BuildStep
       NativeImageResourceBuildItem initResources() {
           return new NativeImageResourceBuildItem(
                   
"META-INF/services/org/apache/camel/model/CircuitBreakerDefinition");
       }
   
   But I'm not sure if this is correct solution, WDYT?


----------------------------------------------------------------
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


Reply via email to