This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git
The following commit(s) were added to refs/heads/main by this push: new e025863 upgraded camel spring to LTS 4.10.0 (#45) e025863 is described below commit e025863cbd08c78f56251b8a8f932aabf94c9fd4 Author: Duncan O N <duncan.osi...@gmail.com> AuthorDate: Wed Feb 26 01:25:39 2025 +0300 upgraded camel spring to LTS 4.10.0 (#45) --- src/main/resources/kameleon.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json index ff54426..1a40701 100644 --- a/src/main/resources/kameleon.json +++ b/src/main/resources/kameleon.json @@ -48,6 +48,15 @@ "pageTitle": "Camel Spring Boot", "componentListTitle": "Camel components", "versions": [ + { + "name": "4.10.0", + "suffix": "LTS", + "javaVersions": ["17","21"], + "defaultJava": "17", + "runtimeVersion": "", + "archetypeGroupId": "org.apache.camel.archetypes", + "archetypeArtifactId": "camel-archetype-spring-boot" + }, { "name": "4.0.3", "suffix": "LTS",