From a0c90907a241727d3446318123361bbb68ee389f Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Wed, 4 Dec 2024 15:24:32 +0100 Subject: [PATCH 1/2] Update to Camel 4.9.0 See gh-1663 --- start-site/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index dc0cd48d98..52a5cb81af 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -814,10 +814,10 @@ initializr: href: https://rsocket.io/ - name: Apache Camel id: camel - compatibilityRange: "[3.3.0,3.4.0-M1)" + compatibilityRange: "[3.4.0,3.5.0-M1)" mappings: - - compatibilityRange: "[3.3.0,3.4.0-M1)" - version: 4.8.1 + - compatibilityRange: "[3.4.0,3.5.0-M1)" + version: 4.9.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 From 730dc8af50662dbbddfb8587b06158b1259d5a0e Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 5 Dec 2024 09:49:11 +0100 Subject: [PATCH 2/2] Polish "Update to Camel 4.9.0" See gh-1663 --- start-site/src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 52a5cb81af..01edc2d8d0 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -814,8 +814,10 @@ initializr: href: https://rsocket.io/ - name: Apache Camel id: camel - compatibilityRange: "[3.4.0,3.5.0-M1)" + compatibilityRange: "[3.3.0,3.5.0-M1)" mappings: + - compatibilityRange: "[3.3.0,3.4.0-M1)" + version: 4.8.1 - compatibilityRange: "[3.4.0,3.5.0-M1)" version: 4.9.0 description: Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.