From cbdfb1807e1fbebd273beebb95fd0b85fda1af4c Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Tue, 19 Dec 2023 21:27:35 +0100 Subject: [PATCH] Upgrade to Camel 4.3.0 https://camel.apache.org/blog/2023/12/RELEASE-4.3.0/ This release supports Spring Boot 3.2 --- 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 0a7f0e00fad..d7b4c8dd418 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -800,10 +800,12 @@ initializr: href: https://rsocket.io/ - name: Apache Camel id: camel - compatibilityRange: "[3.0.0,3.2.0-M1)" + compatibilityRange: "[3.0.0,3.3.0-M1)" mappings: - compatibilityRange: "[3.0.0,3.2.0-M1)" version: 4.2.0 + - compatibilityRange: "[3.2.0-M1,3.3.0-M1)" + version: 4.3.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