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 c6465b0d034 Regen for commit 6c84eb95ace6f4e57a90e5b660c292f89801abc2 c6465b0d034 is described below commit c6465b0d034370cd81c705196d20b6fa6cefa75c Author: essobedo <essob...@users.noreply.github.com> AuthorDate: Fri Dec 2 15:11:16 2022 +0000 Regen for commit 6c84eb95ace6f4e57a90e5b660c292f89801abc2 Signed-off-by: GitHub <nore...@github.com> --- .../endpoint/dsl/LogEndpointBuilderFactory.java | 37 ++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LogEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LogEndpointBuilderFactory.java index db7f9f534de..d69284e8542 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LogEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LogEndpointBuilderFactory.java @@ -480,6 +480,39 @@ public interface LogEndpointBuilderFactory { doSetProperty("showBodyType", showBodyType); return this; } + /** + * Whether Camel should show cached stream bodies or not + * (org.apache.camel.StreamCache). + * + * The option is a: <code>boolean</code> type. + * + * Default: true + * Group: formatting + * + * @param showCachedStreams the value to set + * @return the dsl builder + */ + default LogEndpointBuilder showCachedStreams(boolean showCachedStreams) { + doSetProperty("showCachedStreams", showCachedStreams); + return this; + } + /** + * Whether Camel should show cached stream bodies or not + * (org.apache.camel.StreamCache). + * + * The option will be converted to a <code>boolean</code> + * type. + * + * Default: true + * Group: formatting + * + * @param showCachedStreams the value to set + * @return the dsl builder + */ + default LogEndpointBuilder showCachedStreams(String showCachedStreams) { + doSetProperty("showCachedStreams", showCachedStreams); + return this; + } /** * If the exchange has a caught exception, show the exception message * (no stack trace). A caught exception is stored as a property on the @@ -588,7 +621,7 @@ public interface LogEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * - * Default: true + * Default: false * Group: formatting * * @param showExchangePattern the value to set @@ -605,7 +638,7 @@ public interface LogEndpointBuilderFactory { * The option will be converted to a <code>boolean</code> * type. * - * Default: true + * Default: false * Group: formatting * * @param showExchangePattern the value to set