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 41369424555 Regen for commit fad9760a9ffe0fd521a793e665c7d2c1894f5976 
(#11905)
41369424555 is described below

commit 41369424555aae28371919c34a1ecc76afa9760c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 4 11:13:20 2023 +0100

    Regen for commit fad9760a9ffe0fd521a793e665c7d2c1894f5976 (#11905)
    
    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   | 3 ++-
 1 file changed, 2 insertions(+), 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 aab97f14034..50fc11640ed 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
@@ -144,8 +144,9 @@
     { "name": "camel.debug.bodyIncludeFiles", "description": "Whether to 
include the message body of file based messages. The overhead is that the file 
content has to be read from the file.", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
     { "name": "camel.debug.bodyIncludeStreams", "description": "Whether to 
include the message body of stream based messages. If enabled then beware the 
stream may not be re-readable later. See more about Stream Caching.", 
"sourceType": "org.apache.camel.main.DebuggerConfigurationProperties", "type": 
"boolean", "javaType": "boolean", "defaultValue": "false" },
     { "name": "camel.debug.bodyMaxChars", "description": "To limit the message 
body to a maximum size in the traced message. Use 0 or negative value to use 
unlimited size.", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "integer", 
"javaType": "int", "defaultValue": 131072 },
-    { "name": "camel.debug.breakpoints", "description": "Allows to 
pre-configure breakpoints (node ids) to use with debugger on startup. Multiple 
ids can be separated by comma. Use special value FIRST_ROUTES to add a 
breakpoint for the first node for every route, in other words this makes it 
easy to debug from the beginning of every route without knowing the exact node 
ids.", "sourceType": "org.apache.camel.main.DebuggerConfigurationProperties", 
"type": "string", "javaType": "java.lang.S [...]
+    { "name": "camel.debug.breakpoints", "description": "Allows to 
pre-configure breakpoints (node ids) to use with debugger on startup. Multiple 
ids can be separated by comma. Use special value route: to add a breakpoint for 
the first node for every route, in other words this makes it easy to debug from 
the beginning of every route without knowing the exact node ids.", 
"sourceType": "org.apache.camel.main.DebuggerConfigurationProperties", "type": 
"string", "javaType": "java.lang.String" },
     { "name": "camel.debug.enabled", "description": "Enables Debugger in your 
Camel application.", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
+    { "name": "camel.debug.fallbackTimeout", "description": "Fallback Timeout 
in seconds (300 seconds as default) when block the message processing in Camel. 
A timeout used for waiting for a message to arrive at a given breakpoint.", 
"sourceType": "org.apache.camel.main.DebuggerConfigurationProperties", "type": 
"integer", "javaType": "long", "defaultValue": 300 },
     { "name": "camel.debug.includeException", "description": "Trace messages 
to include exception if the message failed", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
     { "name": "camel.debug.includeExchangeProperties", "description": "Whether 
to include the exchange properties in the traced message", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
     { "name": "camel.debug.loggingLevel", "description": "The debugger logging 
level to use when logging activity.", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "object", 
"javaType": "org.apache.camel.LoggingLevel", "defaultValue": "INFO", "enum": [ 
"ERROR", "WARN", "INFO", "DEBUG", "TRACE", "OFF" ] },

Reply via email to