This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.x by this push: new b2438d8 CAMEL-15302: Remove duplicate pages under eip section (#4019) b2438d8 is described below commit b2438d8c585970f14dc1616149a203eb9aa51935 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Tue Jul 21 08:17:28 2020 +0200 CAMEL-15302: Remove duplicate pages under eip section (#4019) --- camel-core/src/main/docs/modules/ROOT/pages/language-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel-core/src/main/docs/modules/ROOT/pages/language-component.adoc b/camel-core/src/main/docs/modules/ROOT/pages/language-component.adoc index 5436fa7..3c2aa59 100644 --- a/camel-core/src/main/docs/modules/ROOT/pages/language-component.adoc +++ b/camel-core/src/main/docs/modules/ROOT/pages/language-component.adoc @@ -14,7 +14,7 @@ to an endpoint which executes a script by any of the supported Languages in Camel. + By having a component to execute language scripts, it allows more dynamic routing capabilities. For example by using the -Routing Slip or xref:{eip-vc}:eips:dynamic-router.adoc[Dynamic +Routing Slip or xref:{eip-vc}:eips:dynamicRouter-eip.adoc[Dynamic Router] EIPs you can send messages to `language` endpoints where the script is dynamic defined as well.