[
https://issues.apache.org/jira/browse/CAMEL-23003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18058443#comment-18058443
]
Claus Ibsen commented on CAMEL-23003:
-------------------------------------
Thanks for spotting this [~apupier] so it was the old v1 aws client that was
somewhere in the examples burried and hardcoded to bring in, which causes these
problems. It works when its removed, and testcontainers can use its default
jackson as well.
> camel-test-infra - Align Jackson JARs for testcontainers
> --------------------------------------------------------
>
> Key: CAMEL-23003
> URL: https://issues.apache.org/jira/browse/CAMEL-23003
> Project: Camel
> Issue Type: Improvement
> Components: camel-test-infra
> Affects Versions: 4.18.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 4.18.1, 4.19.0
>
>
> The example in CAMEL-22999 with aws is failing because we have mixed old
> versions of Jackson JARs when using test containers and test-infra
> Because test-infra is using <scope>test-jar</scope> then maven cannot handle
> dependency correctly, and you end up with older jackson JARs.
> So we need to explicit declare jackson jars in every pom.xml for test-infra
> that is testcontainer based.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)