This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0219a595be5f5421d2d190ba7448b893e5ffbd43 Author: Otavio R. Piske <angusyo...@gmail.com> AuthorDate: Sun Feb 25 14:40:29 2024 +0100 CAMEL-20459: minor documentation tweaks for the from EIP. Signed-off-by: Otavio R. Piske <angusyo...@gmail.com> --- core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc index ac6a8709c09..08919b53387 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc @@ -11,6 +11,8 @@ as the input (source) to the route. The `from` EIP is the input. +NOTE: the Java DSL also provides a `fromF` EIP, which can be used to avoid concatenating route parameters and making the code harder to read. + == Options // eip options: START