From 7008b92e0846594f25adae130711f1693a98dd0b Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Mon, 14 Aug 2023 12:17:42 +0200 Subject: [PATCH] Update to Camel 4.0 GA https://camel.apache.org/blog/2023/08/RELEASE-4.0.0/ Also changed the old Spring Boot 2.6.x to use Camel 3.14 LTS release instead of the 3.17 that is EOL --- start-site/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 9515c24ae24..1e49701548c 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -835,11 +835,11 @@ initializr: compatibilityRange: "[2.6.0,3.2.0-M1)" mappings: - compatibilityRange: "[2.6.0,2.7.0-M1)" - version: 3.17.0 + version: 3.14.9 - compatibilityRange: "[2.7.0.M1,3.0.0-M1)" version: 3.20.6 - compatibilityRange: "[3.0.0-M1,3.2.0-M1)" - version: 4.0.0-RC2 + version: 4.0.0 description: Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. groupId: org.apache.camel.springboot artifactId: camel-spring-boot-starter