You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/04 09:14:35 UTC

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #1984: Fixing core build because of recent changes in camel master

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:
users@infra.apache.org