This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch once in repository https://gitbox.apache.org/repos/asf/camel.git
commit cacacc766ae1bcfabad5b78295374aae00606fa5 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Dec 18 11:30:04 2025 +0100 CAMEL-22431: camel-once - A component for development to trigger only once --- dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc index ce35c681d64c..997a1a104096 100644 --- a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc +++ b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc @@ -161,6 +161,8 @@ configure _tags_ as a Map: In this example the _tags_ options is of Map type and can be configured using YAML map syntax. Because the keys use underscore, then they are quoted. +IMPORTANT: To use map values for parameters, then the `uri` must only refer to the name of the component, ie `plc4x` and not `plc4x:foo` + == Defining beans In addition to the general support for creating beans provided by xref:others:main.adoc#_specifying_custom_beans[Camel Main], the YAML DSL provides a convenient syntax to define and configure them:
