This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 4bc1a012713 Regen
4bc1a012713 is described below
commit 4bc1a012713ae964f995ba7a6e7026da52591460
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Feb 2 09:29:25 2026 +0100
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../springboot/catalog/dev-consoles/simple-language.json | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index c57cc925937..c6de790fd6d 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -43,6 +43,7 @@ route-structure
send
service
sftp
+simple-language
source
startup-recorder
stub
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/simple-language.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/simple-language.json
new file mode 100644
index 00000000000..e5217fc5e3b
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/simple-language.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+ "kind": "console",
+ "group": "camel",
+ "name": "simple-language",
+ "title": "Simple Language",
+ "description": "Display simple language details",
+ "deprecated": false,
+ "javaType": "org.apache.camel.impl.console.SimpleLanguageConsole",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-console-starter",
+ "version": "4.18.0-SNAPSHOT"
+ }
+}
+