This is an automated email from the ASF dual-hosted git repository.

acosentino 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 163c1fec153 Regen for commit 0165a54695e59d85e53fa50af40d9ac67413eb66 
(#11204)
163c1fec153 is described below

commit 163c1fec1537910474beca7d99519e977cf161a4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 25 07:54:11 2023 +0200

    Regen for commit 0165a54695e59d85e53fa50af40d9ac67413eb66 (#11204)
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: davsclaus <davscl...@users.noreply.github.com>
---
 .../apache/camel/catalog/main/camel-main-configuration-metadata.json    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 e8028acc780..1ccdccd98d9 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
@@ -39,10 +39,10 @@
     { "name": "camel.main.description", "description": "Sets the description 
(intended for humans) of the Camel application.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String" },
     { "name": "camel.main.devConsoleEnabled", "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" },
     { "name": "camel.main.dumpRoutes", "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 requires to have camel-xml [...]
-    { "name": "camel.main.dumpRoutesDirectory", "description": "Whether to 
save route dumps to files in the given directory. The name of the files are 
based on original loaded resource, or an autogenerated name.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String" },
     { "name": "camel.main.dumpRoutesGeneratedIds", "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" },
     { "name": "camel.main.dumpRoutesInclude", "description": "Controls what to 
include in output for route dumping. Possible values: all, routes, rests, 
routeConfigurations, routeTemplates, beans. Multiple values can be separated by 
comma. Default is routes.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String", "defaultValue": "routes" },
     { "name": "camel.main.dumpRoutesLog", "description": "Whether to log route 
dumps to Logger", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
+    { "name": "camel.main.dumpRoutesOutput", "description": "Whether to save 
route dumps to an output file. If the output is a filename, then all content is 
saved to this file. If the output is a directory name, then one or more files 
are saved to the directory, where the names are based on the original source 
file names, or auto generated names.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String" },
     { "name": "camel.main.dumpRoutesResolvePlaceholders", "description": 
"Whether to resolve property placeholders in the dumped output. Default is 
true.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", 
"type": "boolean", "javaType": "boolean", "defaultValue": true },
     { "name": "camel.main.dumpRoutesUriAsParameters", "description": "When 
dumping routes to YAML format, then this option controls whether endpoint URIs 
should be expanded into a key\/value parameters.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
     { "name": "camel.main.durationHitExitCode", "description": "Sets the exit 
code for the application if duration was hit", "sourceType": 
"org.apache.camel.main.MainConfigurationProperties", "type": "integer", 
"javaType": "int" },

Reply via email to