From 1a6314595133d89d634e60772e329cc8befcb60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Wed, 13 May 2026 08:41:29 +0200 Subject: [PATCH 1/3] Upgrade to Camel 4.18.2 --- components/camel-spring-parent/pom.xml | 1 + features/src/main/feature/camel-features.xml | 4 +++ pom.xml | 36 +++++++------------- 3 files changed, 17 insertions(+), 24 deletions(-) diff --git a/components/camel-spring-parent/pom.xml b/components/camel-spring-parent/pom.xml index 350da794b..5d028d121 100644 --- a/components/camel-spring-parent/pom.xml +++ b/components/camel-spring-parent/pom.xml @@ -35,6 +35,7 @@ camel-spring + camel-spring-ai camel-spring-batch camel-spring-cloud-config camel-spring-jdbc diff --git a/features/src/main/feature/camel-features.xml b/features/src/main/feature/camel-features.xml index 4796fedf5..623988cf0 100644 --- a/features/src/main/feature/camel-features.xml +++ b/features/src/main/feature/camel-features.xml @@ -3229,6 +3229,10 @@ Chain 2: mvn:commons-digester/commons-digester/${auto-detect-version} mvn:org.apache.camel.karaf/camel-splunk-hec/${project.version} + + camel-core + mvn:org.apache.camel.karaf/camel-spring-ai/${project.version} + camel-core spring diff --git a/pom.xml b/pom.xml index d0e8b8d8c..1a1ce5ce8 100644 --- a/pom.xml +++ b/pom.xml @@ -90,11 +90,11 @@ 17 1776180649 - 4.18.1 + 4.18.2 - 5.19.2 - 6.2.1 + 5.19.5 + 6.2.4 2.44.0 0.3.0 2.6.0 @@ -107,7 +107,6 @@ 9.9.1 1.14.0 3.27.7 - 3.0.3 3.41.0 6.1.2 3.1.0 @@ -183,10 +182,7 @@ 3.4.4 3.6.4 0.36.0 - 0.4.4 0.4.4 - 0.4.4 - 0.4.4 3.7.0 7.0.0 0.3.0 @@ -265,6 +261,7 @@ 2.6.0 2.6.0 8.6.5 + 6.9.1 4.6.2 5.4.0 2.2.2 @@ -297,8 +294,8 @@ 2.5.3 0.2.9 1.6.0 - 2.20.1 - 2.20 + 2.21.2 + 2.21 2.22.3 0.15 3.5.3 @@ -356,7 +353,7 @@ 2.0.2 0.1.14 3.0.1 - 2.27.7 + 2.28.0 1.1.4 4.38.0 1.5.3 @@ -364,7 +361,6 @@ 1.13 2.6.0 0.9.9 - 1.0.0 5.1.0 1.22.1 21.0.6 @@ -383,15 +379,13 @@ 1.18.1 1.11.0 1.11.0-beta19 - 1.11.0-beta19 1.11.0-beta19 - 1.11.0-beta19 1.8 0.12 0.12 9.0.23 1.0.0 - 2.25.3 + 2.25.4 1.5.32 9.12.3 0.2.0 @@ -419,15 +413,10 @@ 3.5.19 5.13.1.Final 0.4.0 - 4.1.2 - 6.0.2 6.0.2 - 4.2.12.Final + 4.1.132.Final 2.0.5 1.5.9 - 2.3 - 1.7 - 11.23 10.7 3.4.4 2.0.13 @@ -472,13 +461,13 @@ 10.0.1 0.34.1 2.10.0 + https://registry.quarkus.io 1.10.0 3.31.3 2.5.2 2.3.2 1.0.4 3.8.3 - 0.1.20 1.3.3 3.52.0 2.3.0 @@ -503,7 +492,6 @@ 2.2.1 2.5 3.0.1 - 2.10 3.9.7 9.10.1 3.9.5 @@ -512,7 +500,7 @@ 1.1.2 4.3.0 5.2.5 - 3.5.12 + 3.5.13 3.5.5 3.3.6 3.2.0 @@ -546,7 +534,7 @@ 1.0.0 3.1 2.4.1 - 4.5.25 + 4.5.26 0.7 5.5.0 5.0.0 From de456c394e59f99a41f66d031ce0559c7a66761b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Thu, 14 May 2026 07:43:02 +0200 Subject: [PATCH 2/3] Remove non-existent camel-spring-ai module from camel-spring-parent --- components/camel-spring-parent/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-spring-parent/pom.xml b/components/camel-spring-parent/pom.xml index 5d028d121..350da794b 100644 --- a/components/camel-spring-parent/pom.xml +++ b/components/camel-spring-parent/pom.xml @@ -35,7 +35,6 @@ camel-spring - camel-spring-ai camel-spring-batch camel-spring-cloud-config camel-spring-jdbc From bbe36f18a06193f9536344fd75e7b8b2096eb5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Sun, 17 May 2026 07:10:32 +0200 Subject: [PATCH 3/3] Add missing properties post upgrade --- features/src/main/feature/camel-features.xml | 4 ---- pom.xml | 16 +++++++++++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/features/src/main/feature/camel-features.xml b/features/src/main/feature/camel-features.xml index 623988cf0..4796fedf5 100644 --- a/features/src/main/feature/camel-features.xml +++ b/features/src/main/feature/camel-features.xml @@ -3229,10 +3229,6 @@ Chain 2: mvn:commons-digester/commons-digester/${auto-detect-version} mvn:org.apache.camel.karaf/camel-splunk-hec/${project.version} - - camel-core - mvn:org.apache.camel.karaf/camel-spring-ai/${project.version} - camel-core spring diff --git a/pom.xml b/pom.xml index 1a1ce5ce8..623e90be5 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,7 @@ 9.9.1 1.14.0 3.27.7 + 3.0.3 3.41.0 6.1.2 3.1.0 @@ -182,7 +183,10 @@ 3.4.4 3.6.4 0.36.0 + 0.4.4 0.4.4 + 0.4.4 + 0.4.4 3.7.0 7.0.0 0.3.0 @@ -361,6 +365,7 @@ 1.13 2.6.0 0.9.9 + 1.0.0 5.1.0 1.22.1 21.0.6 @@ -379,7 +384,9 @@ 1.18.1 1.11.0 1.11.0-beta19 + 1.11.0-beta19 1.11.0-beta19 + 1.11.0-beta19 1.8 0.12 0.12 @@ -413,10 +420,15 @@ 3.5.19 5.13.1.Final 0.4.0 + 4.1.2 + 6.0.2 6.0.2 - 4.1.132.Final + 4.2.12.Final 2.0.5 1.5.9 + 2.3 + 1.7 + 11.23 10.7 3.4.4 2.0.13 @@ -468,6 +480,7 @@ 2.3.2 1.0.4 3.8.3 + 0.1.20 1.3.3 3.52.0 2.3.0 @@ -492,6 +505,7 @@ 2.2.1 2.5 3.0.1 + 2.10 3.9.7 9.10.1 3.9.5