JiriOndrusek opened a new issue, #4736: URL: https://github.com/apache/camel-quarkus/issues/4736
Tast [RouteConfigurationsTest#sendContentToXmlRouteShouldTriggerOnExceptionInYamlRouteConfiguration](https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/foundation/route-configurations/src/test/java/org/apache/camel/quarkus/core/it/routeconfigurations/RouteConfigurationsTest.java#L93) fails. The issue is caused by the fact, that the `onException` condition defined in [xml](https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/foundation/route-configurations/src/main/resources/xml/routeConfigurations.xml#L21), is not triggered. Interesting fact is that if the xml condition is used from different route, or if the route uses different routeCondition (define by java or yaml), the test is succesful. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
