This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch CAMEL-23610-normalize-yaml-dsl-eips
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 45b5003b92527657d1e7be0588ef5f536a96623d
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 25 21:44:51 2026 +0200

    CAMEL-23610: docs - Revert endpoint.adoc RAW values YAML block that 
intentionally shows compact URI form
    
    The "YAML::" block is deliberately contrasted with "YAML expanded::" to
    show both URI styles. Keep the compact form to preserve the intended
    comparison.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/endpoint.adoc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/endpoint.adoc 
b/docs/user-manual/modules/ROOT/pages/endpoint.adoc
index 8777f4fade11..c95e5ca87fac 100644
--- a/docs/user-manual/modules/ROOT/pages/endpoint.adoc
+++ b/docs/user-manual/modules/ROOT/pages/endpoint.adoc
@@ -244,10 +244,7 @@ YAML::
       uri: file:inbox
       steps:
         - to:
-            uri: ftp:[email protected]
-            parameters:
-              password: "RAW(se+re?t&23)"
-              binary: true
+            uri: ftp:[email protected]?password=RAW(se+re?t&23)&binary=true
 ----
 
 YAML expanded::

Reply via email to