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 be0ab56 Regen for commit afdbdbe48adbca3e78b0cd024013b3f4164f820a
be0ab56 is described below
commit be0ab561aac63ca14b0e19dbbe17f14eec14c4bb
Author: davsclaus <[email protected]>
AuthorDate: Wed Jun 23 10:11:05 2021 +0000
Regen for commit afdbdbe48adbca3e78b0cd024013b3f4164f820a
Signed-off-by: GitHub <[email protected]>
---
.../generated/resources/org/apache/camel/catalog/components/log.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 ca862f6..9b5ec64 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
@@ -40,6 +40,7 @@
"maxChars": { "kind": "parameter", "displayName": "Max Chars", "group":
"formatting", "label": "formatting", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": 10000, "description": "Limits the number of characters logged
per line." },
"multiline": { "kind": "parameter", "displayName": "Multiline", "group":
"formatting", "label": "formatting", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If enabled then each information
is outputted on a newline." },
"showAll": { "kind": "parameter", "displayName": "Show All", "group":
"formatting", "label": "formatting", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Quick option for turning all
options on. (multiline, maxChars has to be manually set if to be used)" },
+ "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." },
"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 [...]
@@ -49,7 +50,7 @@
"showFiles": { "kind": "parameter", "displayName": "Show Files", "group":
"formatting", "label": "formatting", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If enabled Camel will output
files" },
"showFuture": { "kind": "parameter", "displayName": "Show Future",
"group": "formatting", "label": "formatting", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "If enabled Camel will
on Future objects wait for it to complete to obtain the payload to be logged."
},
"showHeaders": { "kind": "parameter", "displayName": "Show Headers",
"group": "formatting", "label": "formatting", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Show the message
headers." },
- "showProperties": { "kind": "parameter", "displayName": "Show Properties",
"group": "formatting", "label": "formatting", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Show the exchange
properties." },
+ "showProperties": { "kind": "parameter", "displayName": "Show Properties",
"group": "formatting", "label": "formatting", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Show the exchange
properties (only custom). Use showAllProperties to show both internal and
custom properties." },
"showStackTrace": { "kind": "parameter", "displayName": "Show Stack
Trace", "group": "formatting", "label": "formatting", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Show the stack
trace, if an exchange has an exception. Only effective if one of showAll,
showException or showCaughtException are enabled." },
"showStreams": { "kind": "parameter", "displayName": "Show Streams",
"group": "formatting", "label": "formatting", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Whether Camel should
show stream bodies or not (eg such as java.io.InputStream). Beware if you
enable this option then you may not be able later to access the message body as
the stream have already been read by thi [...]
"skipBodyLineSeparator": { "kind": "parameter", "displayName": "Skip Body
Line Separator", "group": "formatting", "label": "formatting", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether to skip line separators when logging the message body. This allows to
log the message body in one line, setting this option to false will preserve
any line separators from the body, whic [...]