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