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 0bd749e Regen for commit ca1b9fe47a297fa1524687c1597da8fb23954d2e
0bd749e is described below
commit 0bd749e6cb25ebd44a928bffcbd67ff8d7022b67
Author: davsclaus <[email protected]>
AuthorDate: Wed Dec 15 14:08:33 2021 +0000
Regen for commit ca1b9fe47a297fa1524687c1597da8fb23954d2e
Signed-off-by: GitHub <[email protected]>
---
.../org/apache/camel/catalog/main/camel-main-configuration-metadata.json | 1 +
1 file changed, 1 insertion(+)
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 53bbc79..6cdd85c 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
@@ -26,6 +26,7 @@
{ "name": "camel.main.configurationClasses", "description": "Sets classes
names that will be used to configure the camel context as example by providing
custom beans through org.apache.camel.BindToRegistry annotation.",
"sourceType": "org.apache.camel.main.MainConfigurationProperties", "type":
"string", "javaType": "java.lang.String" },
{ "name": "camel.main.configurations", "description": "Sets the
configuration objects used to configure the camel context.", "sourceType":
"org.apache.camel.main.MainConfigurationProperties", "type": "object",
"javaType": "java.util.List" },
{ "name": "camel.main.consumerTemplateCacheSize", "description": "Consumer
template endpoints cache size.", "sourceType":
"org.apache.camel.main.DefaultConfigurationProperties", "type": "integer",
"javaType": "int", "defaultValue": 1000 },
+ { "name": "camel.main.debugging", "description": "Sets whether debugging
is enabled or not. Default is false.", "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 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 to be used for production usage. This
requires to have camel-xml-jaxb [...]
{ "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" },
{ "name": "camel.main.durationMaxAction", "description": "Controls whether
the Camel application should shutdown the JVM, or stop all routes, when
duration max is triggered.", "sourceType":
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string",
"javaType": "java.lang.String", "defaultValue": "shutdown", "enum": [
"shutdown", "stop" ] },