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.git


The following commit(s) were added to refs/heads/main by this push:
     new fd7a7452e8b9 Regen
fd7a7452e8b9 is described below

commit fd7a7452e8b98ad701de20e10c17a8390e8c6323
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 16 18:23:33 2026 +0200

    Regen
---
 .../resources/org/apache/camel/catalog/dev-consoles/route-dump.json     | 2 +-
 .../apache/camel/catalog/main/camel-main-configuration-metadata.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-dump.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-dump.json
index 8fe9c46e8fd9..97dc896314d6 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-dump.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-dump.json
@@ -4,7 +4,7 @@
     "group": "camel",
     "name": "route-dump",
     "title": "Route Dump",
-    "description": "Dump route in XML or YAML format",
+    "description": "Dump route in XML, YAML, or Java DSL format",
     "deprecated": false,
     "javaType": "org.apache.camel.impl.console.RouteDumpDevConsole",
     "groupId": "org.apache.camel",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
index 887cc21c6825..e47ba7d7c622 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
@@ -56,7 +56,7 @@
     { "name": "camel.main.contextReloadEnabled", "required": false, 
"description": "Used for enabling context reloading. If enabled then Camel 
allow external systems such as security vaults (AWS secrets manager, etc.) to 
trigger refreshing Camel by updating property placeholders and reload all 
existing routes to take changes into effect.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
     { "name": "camel.main.description", "required": false, "description": 
"Sets the description (intended for humans) of the Camel application.", 
"sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": 
"string", "javaType": "java.lang.String", "secret": false },
     { "name": "camel.main.devConsoleEnabled", "required": false, 
"description": "Whether to enable developer console (requires camel-console on 
classpath). The developer console is only for assisting during development. 
This is NOT for production usage.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false, "security": 
"insecure:dev" },
-    { "name": "camel.main.dumpRoutes", "required": false, "description": "If 
dumping is enabled then Camel will during startup dump all loaded routes (incl 
rests and route templates) represented as XML\/YAML DSL into the log. This is 
intended for trouble shooting or to assist during development. Sensitive 
information that may be configured in the route endpoints could potentially be 
included in the dump output and is therefore not recommended being used for 
production usage. This require [...]
+    { "name": "camel.main.dumpRoutes", "required": false, "description": "If 
dumping is enabled then Camel will during startup dump all loaded routes (incl 
rests and route templates) represented as XML, YAML, or Java DSL into the log. 
This is intended for trouble shooting or to assist during development. 
Sensitive information that may be configured in the route endpoints could 
potentially be included in the dump output and is therefore not recommended 
being used for production usage. Thi [...]
     { "name": "camel.main.dumpRoutesGeneratedIds", "required": false, 
"description": "Whether to include auto generated IDs in the dumped output. 
Default is false.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
     { "name": "camel.main.dumpRoutesInclude", "required": false, 
"description": "Controls what to include in output for route dumping. Possible 
values: all, routes, rests, routeConfigurations, routeTemplates, beans, 
dataFormats. Multiple values can be separated by comma. Default is routes.", 
"sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": 
"string", "javaType": "java.lang.String", "defaultValue": "routes", "secret": 
false },
     { "name": "camel.main.dumpRoutesLog", "required": false, "description": 
"Whether to log route dumps to Logger", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true, "secret": false },

Reply via email to