JiriOndrusek commented on pull request #1984: URL: https://github.com/apache/camel-quarkus/pull/1984#issuecomment-721610640
@ppalaga @jamesnetherton may I ask for help with this test failure? Problem is caused by the fact, that `BootstrapFactoryFinder` can not instantiate `FaultToleranceProcessor` which is caused probably by the fact that either resource `META-INF/services/org/apache/camel/model/CircuitBreakerDefinition` is missing or reflective registration for `org.apache.camel.component.resilience4j.ResilienceProcessorFactory` is missing. Fact is, that this code returns null in native - https://github.com/apache/camel/blob/master/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultFactoryFinder.java#L110 ---------------------------------------------------------------- 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