Skip to content

Commit

Permalink
Update to Camel 4.0 GA
Browse files Browse the repository at this point in the history
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
  • Loading branch information
davsclaus committed Aug 14, 2023
1 parent 136d31e commit 7008b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7008b92

Please sign in to comment.