Regen
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7cd23b0a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7cd23b0a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7cd23b0a Branch: refs/heads/master Commit: 7cd23b0a3eeaafa3017a852325512fed71a6dbd7 Parents: 362a894 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Jun 2 13:23:37 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Jun 2 13:23:37 2017 +0200 ---------------------------------------------------------------------- camel-core/readme.adoc | 2 +- components/readme.adoc | 9 +++++++-- docs/user-manual/en/SUMMARY.md | 1 + .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 +++++ 4 files changed, 14 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7cd23b0a/camel-core/readme.adoc ---------------------------------------------------------------------- diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc index f400b7f..6c4554c 100644 --- a/camel-core/readme.adoc +++ b/camel-core/readme.adoc @@ -103,7 +103,7 @@ Data Formats // dataformats: START -Number of Data Formats: 4 in 36 JAR artifacts (0 deprecated) +Number of Data Formats: 4 in 37 JAR artifacts (0 deprecated) [width="100%",cols="4,1,5",options="header"] |======================================================================= http://git-wip-us.apache.org/repos/asf/camel/blob/7cd23b0a/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index f38e4ef..2b69cbf 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -2,7 +2,7 @@ Components ^^^^^^^^^^ // components: START -Number of Components: 265 in 185 JAR artifacts (16 deprecated) +Number of Components: 266 in 186 JAR artifacts (16 deprecated) [width="100%",cols="4,1,5",options="header"] |======================================================================= @@ -743,6 +743,9 @@ Number of Components: 265 in 185 JAR artifacts (16 deprecated) | link:../camel-core/src/main/docs/timer-component.adoc[Timer] (camel-core) + `timer:timerName` | 1.0 | The timer component is used for generating message exchanges when a timer fires. +| link:camel-twilio/src/main/docs/twilio-component.adoc[Twilio] (camel-twilio) + +`twilio:apiName/methodName` | 2.20 | Represents a Twilio endpoint. + | link:camel-twitter/src/main/docs/twitter-component.adoc[Twitter] (camel-twitter) + `twitter:kind` | 2.10 | *deprecated* Use twitter-directmessage twitter-search twitter-streaming and twitter-timeline instead of this component. @@ -811,7 +814,7 @@ Data Formats ^^^^^^^^^^^^ // dataformats: START -Number of Data Formats: 45 in 36 JAR artifacts (0 deprecated) +Number of Data Formats: 46 in 37 JAR artifacts (0 deprecated) [width="100%",cols="4,1,5",options="header"] |======================================================================= @@ -883,6 +886,8 @@ Number of Data Formats: 45 in 36 JAR artifacts (0 deprecated) | link:camel-tarfile/src/main/docs/tarfile-dataformat.adoc[Tar File] (camel-tarfile) | 2.16 | Camel Tar file support +| link:camel-thrift/src/main/docs/thrift-dataformat.adoc[Thrift] (camel-thrift) | 2.20 | Camel Apache Thrift data format and RPC support + | link:camel-tagsoup/src/main/docs/tidyMarkup-dataformat.adoc[TidyMarkup] (camel-tagsoup) | 2.0 | Camel TagSoup support | link:camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc[uniVocity CSV] (camel-univocity-parsers) | 2.15 | Camel UniVocity parsers data format support http://git-wip-us.apache.org/repos/asf/camel/blob/7cd23b0a/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index b300274..c97e486 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -448,6 +448,7 @@ * [String Encoding](string-dataformat.adoc) * [Syslog](syslog-dataformat.adoc) * [Tar File](tarfile-dataformat.adoc) + * [Thrift](thrift-dataformat.adoc) * [TidyMarkup](tidyMarkup-dataformat.adoc) * [uniVocity CSV](univocity-csv-dataformat.adoc) * [uniVocity Fixed Length](univocity-fixed-dataformat.adoc) http://git-wip-us.apache.org/repos/asf/camel/blob/7cd23b0a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 69e2860..9687243 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -2616,6 +2616,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-twilio</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-twitter</artifactId> <version>${project.version}</version> </dependency>