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
The following commit(s) were added to refs/heads/main by this push: new 281398d5bf4 Polished docs 281398d5bf4 is described below commit 281398d5bf41f5edfd2f02cc9ed6999335ea43e2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Feb 4 07:33:56 2025 +0100 Polished docs --- .../src/main/docs/modules/eips/pages/dynamicRouter-eip.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/dynamicRouter-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/dynamicRouter-eip.adoc index 2fc2cc9d379..3061dabaeec 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/dynamicRouter-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/dynamicRouter-eip.adoc @@ -71,9 +71,10 @@ YAML:: uri: direct:start steps: - dynamicRouter: - method: - beanType: com.foo.MySlipBean - method: slip + expression: + method: + beanType: com.foo.MySlipBean + method: slip ---- ====