RE: Behavior change 3.11.3>3.13.0?

2021-11-23 Thread Klug Andreas (CI/XDM1)
Nov 23, 2021 at 2:29 PM Claus Ibsen wrote: > > Hi > > Ah okay, so its that rarely used or/and builder that we only have in Java DSL. > Can you create a JIRA ticket. That or thingy need likely some init to > prepare the simple language. > > On Mon, Nov 22, 2021 at 12

Behavior change 3.11.3>3.13.0?

2021-11-22 Thread Klug Andreas (CI/XDM1)
Hello everyone, Can anybody pls. give me a hint whether there is a change between Camel 3.13.0 and 3.11.3 which might cause the following behavior? The body is a list having one entry. In 3.11.3 the or() evaluates to false. In 3.13.0 the or() evaluates to true. Is there anything I overlooked? .p

Camel 3.11: CircuitBreaker breaks split? "java.lang.UnsupportedOperationException: Is this really correct ?"

2021-07-02 Thread Klug Andreas (CI/XDM1)
Hello everyone, I'm using Camel 3.11 with Spring Boot 2.5.1, having a route template configured in Java DSL approximately like this: routeTemplate() ... from("quartz://) ... .circuitBreaker().resilience4jConfiguration(...) .process(ExceptionHandlers::patchMDC) ... .split()..header(..