This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8d914629a1f25a5d392badf518c4f4fbd9935c41 Author: Claus Ibsen <[email protected]> AuthorDate: Sun Jun 19 10:28:18 2022 +0200 CAMEL-18209: endpoint - The default options should all be marked as advanced as they are rare in use. --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc index 5d824dcc07a..e6e431bb557 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc @@ -11,6 +11,10 @@ from both 3.0 to 3.1 and 3.1 to 3.2. Camel will now mask all known secret values when logging endpoint URIs to avoid leaking sensitive details such as from stacktraces. Previously only a sub set of known _secret_ keys was masked. +=== camel-endpointdsl + +The options for `lazyStartProducer` and `bridgeErrorHandler` has moved into the _advanced_ group. + === camel-console The `AbstractDevConsole` has changed the method `doCall` into two separate methods `doCallText` and `doCallJson`
