From 3c55c1a9a09af5a1aca018b9bf72976ae3d9d21d Mon Sep 17 00:00:00 2001 From: Marcin Strankowski <74721865+mstrankowski@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:49:56 +0200 Subject: [PATCH] ACS-3402: Camel upgrade (#1322) * ACS-3402 Camel upgrade * ACS-3402 Camel upgrade * ACS-3402 Camel upgrade * ACS-3402 Camel upgrade * Revert "ACS-3402 Camel upgrade" This reverts commit 124e18802756301e4cff5c83f8f717cba96f4602. * Moving all netty dependencies up to community-repo These dependencies are a re/declaration of transitive/optional camel dependencies used in dependant projects. They must be in sync with camel version of community repo, hence declaring them in other projects just causes unnecessary confusion. * Fixing new versions of netty They were updated through transitive update of camel from .73.Final to .79.Final, along with netty-transport-native-unix-common library that went to .79.Final * Had extreme collisions on netty-transport-native-unix-common Moved to approach with just declaring additional non-provided netty libraries and moving version numbers to community-repo. Even mentioning netty-transport-native-unix-common in pom.xml seems to crash tests no matter which version is taken or if it's a transitive dependency of netty-handler. Since I can't add it either way, then partial additions of libraries make no sense. I've adjusted comments next to version numbers to make it easier to differentiate what they are responsible for and need to keep track of. Version numbers should still be placed in community-repo * 3.18.2 was released recently, doesn't modify netty versions, so I'll use the latest one Co-authored-by: pzurek --- pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7f970ede79..c23ebb4b80 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,10 @@ 1.4 18.0.0 3.5.0.Final - 3.15.0 + 3.18.2 + 4.1.79.Final + 4.1.72.Final + 2.0.53.Final 5.17.1 1.21 1.2.5 @@ -851,6 +854,18 @@ camel-mock ${dependency.camel.version} + + + io.netty + netty-handler-proxy + ${dependency.netty.version} + + + io.netty + netty-tcnative-classes + ${dependency.netty-tcnative.version} + + org.apache.taglibs taglibs-standard-spec