Hi

Okay so it turned out it was a issue with out examples that had a hardcoded
old AWS v1 client that somehow overruled and loaded in older Jackson JARs.
That v1 client is removed and its all working fine.

Even by letting us use the jackson version that testcontainers use (2.20.x)
and we use 2.19.x in camel.

On Fri, Feb 13, 2026 at 1:41 PM Claus Ibsen <[email protected]> wrote:

> Hi
>
> So in camel-examples the AWS examples are failing and I took a look. So it
> turns out we end up with mixed and old Jackson JARs pulled in by aws and
> testcontainers.
>
> So I then made our camel-test-infra forced to use the same jackson version
> as Camel itself, so they are all aligned and up to date.
>
> I was a bit surprised this hasn't been noticed before. It may be that its
> not affected in every test-infra but just to be sure I added jackson
> everywhere we use testcontainers as it uses docker-java client that use
> jackson.
>
> Anyway just wanted to share and gather feedback
>
> JIRA: https://issues.apache.org/jira/browse/CAMEL-23003
>
>
> --
> Claus Ibsen
>


-- 
Claus Ibsen

Reply via email to