This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch mock2 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 31b044d3e6748cc8508980da94d7ec53195df444 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Apr 6 23:36:53 2019 +0200 CAMEL-13108: camel-core - Move dataset into camel-dataset component. --- components/readme.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/readme.adoc b/components/readme.adoc index b28d4d9..336bb3c 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -769,7 +769,7 @@ Number of Components: 293 in 229 JAR artifacts (0 deprecated) | link:camel-spring-batch/src/main/docs/spring-batch-component.adoc[Spring Batch] (camel-spring-batch) + `spring-batch:jobName` | 2.10 | The spring-batch component allows to send messages to Spring Batch for further processing. -| link:@@@ARTIFACTID@@@/src/main/docs/spring-event-component.adoc[Spring Event] (@@@ARTIFACTID@@@) + +| link:camel-spring/src/main/docs/spring-event-component.adoc[Spring Event] (camel-spring) + `spring-event:name` | 1.4 | The spring-event component allows to listen for Spring Application Events. | link:camel-spring-integration/src/main/docs/spring-integration-component.adoc[Spring Integration] (camel-spring-integration) + @@ -995,7 +995,7 @@ Number of Data Formats: 45 in 35 JAR artifacts (0 deprecated) ==== Expression Languages // languages: START -Number of Languages: 17 in 8 JAR artifacts (1 deprecated) +Number of Languages: 18 in 9 JAR artifacts (1 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -1027,6 +1027,8 @@ Number of Languages: 17 in 8 JAR artifacts (1 deprecated) | link:../core/camel-core/src/main/docs/simple-language.adoc[Simple] (camel-core) | 1.1 | To use Camels built-in Simple language in Camel expressions or predicates. +| link:camel-spring/src/main/docs/spel-language.adoc[SpEL] (camel-spring) | 2.7 | To use Spring Expression Language (SpEL) in Camel expressions or predicates. + | link:../core/camel-core/src/main/docs/tokenize-language.adoc[Tokenize] (camel-core) | 2.0 | To use Camel message body or header with a tokenizer in Camel expressions or predicates. | link:../core/camel-core/src/main/docs/xtokenize-language.adoc[XML Tokenize] (camel-core) | 2.14 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
