From 204ddf3d4d2c103ea1038762e7d17953f035f497 Mon Sep 17 00:00:00 2001 From: "Duncan N." Date: Thu, 10 Jul 2025 20:49:22 +0300 Subject: [PATCH] updated apache camel version 4.10.x --- src/main/resources/kameleon.json | 53 ++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json index 1a40701..ae9749e 100644 --- a/src/main/resources/kameleon.json +++ b/src/main/resources/kameleon.json @@ -48,6 +48,59 @@ "pageTitle": "Camel Spring Boot", "componentListTitle": "Camel components", "versions": [ + { + "name": "4.10.6", + "suffix": "LTS", + "javaVersions": ["17","21"], + "defaultJava": "17", + "runtimeVersion": "", + "archetypeGroupId": "org.apache.camel.archetypes", + "archetypeArtifactId": "camel-archetype-spring-boot" + }, + { + "name": "4.10.5", + "suffix": "LTS", + "javaVersions": ["17","21"], + "defaultJava": "17", + "runtimeVersion": "", + "archetypeGroupId": "org.apache.camel.archetypes", + "archetypeArtifactId": "camel-archetype-spring-boot" + }, + { + "name": "4.10.4", + "suffix": "LTS", + "javaVersions": ["17","21"], + "defaultJava": "17", + "runtimeVersion": "", + "archetypeGroupId": "org.apache.camel.archetypes", + "archetypeArtifactId": "camel-archetype-spring-boot" + }, { + "name": "4.10.3", + "suffix": "LTS", + "javaVersions": ["17","21"], + "defaultJava": "17", + "runtimeVersion": "", + "archetypeGroupId": "org.apache.camel.archetypes", + "archetypeArtifactId": "camel-archetype-spring-boot" + }, + { + "name": "4.10.2", + "suffix": "LTS", + "javaVersions": ["17","21"], + "defaultJava": "17", + "runtimeVersion": "", + "archetypeGroupId": "org.apache.camel.archetypes", + "archetypeArtifactId": "camel-archetype-spring-boot" + }, + { + "name": "4.10.1", + "suffix": "LTS", + "javaVersions": ["17","21"], + "defaultJava": "17", + "runtimeVersion": "", + "archetypeGroupId": "org.apache.camel.archetypes", + "archetypeArtifactId": "camel-archetype-spring-boot" + }, { "name": "4.10.0", "suffix": "LTS",