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 3c0a3be0368 Regen for commit dced9394719ddd344a07bfc03b29c071b683a38e
3c0a3be0368 is described below
commit 3c0a3be0368e39944ad9b29c3d045de4ba3eabb5
Author: davsclaus <[email protected]>
AuthorDate: Fri Dec 2 09:50:31 2022 +0000
Regen for commit dced9394719ddd344a07bfc03b29c071b683a38e
Signed-off-by: GitHub <[email protected]>
---
.../src/generated/resources/org/apache/camel/catalog/components/log.json | 1 +
1 file changed, 1 insertion(+)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
index 2a63759b36b..ba7384688c3 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
@@ -46,6 +46,7 @@
"showAllProperties": { "kind": "parameter", "displayName": "Show All
Properties", "group": "formatting", "label": "formatting", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Show all of the
exchange properties (both internal and custom)." },
"showBody": { "kind": "parameter", "displayName": "Show Body", "group":
"formatting", "label": "formatting", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": true, "description": "Show the message body." },
"showBodyType": { "kind": "parameter", "displayName": "Show Body Type",
"group": "formatting", "label": "formatting", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Show the body Java
type." },
+ "showCachedStreams": { "kind": "parameter", "displayName": "Show Cached
Streams", "group": "formatting", "label": "formatting", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "Whether Camel
should show cached stream bodies or not (org.apache.camel.StreamCache)." },
"showCaughtException": { "kind": "parameter", "displayName": "Show Caught
Exception", "group": "formatting", "label": "formatting", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If the exchange
has a caught exception, show the exception message (no stack trace). A caught
exception is stored as a property on the exchange (using the key
org.apache.camel.Exchange#EXCEPTION_CAU [...]
"showException": { "kind": "parameter", "displayName": "Show Exception",
"group": "formatting", "label": "formatting", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "If the exchange has an
exception, show the exception message (no stacktrace)" },
"showExchangeId": { "kind": "parameter", "displayName": "Show Exchange
Id", "group": "formatting", "label": "formatting", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Show the unique
exchange ID." },