Repository: camel Updated Branches: refs/heads/camel-2.17.x 9a625aa18 -> d0b0e420f
Upgrade Gson to version 2.4.x for couchdb component Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d0b0e420 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d0b0e420 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d0b0e420 Branch: refs/heads/camel-2.17.x Commit: d0b0e420f599964c112a6849dbe161ab6b07e8db Parents: 9a625aa Author: Andrea Cosentino <anco...@gmail.com> Authored: Wed Aug 3 13:15:52 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Wed Aug 3 13:15:52 2016 +0200 ---------------------------------------------------------------------- components/camel-twitter/src/main/docs/twitter.adoc | 16 +++++++++------- parent/pom.xml | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d0b0e420/components/camel-twitter/src/main/docs/twitter.adoc ---------------------------------------------------------------------- diff --git a/components/camel-twitter/src/main/docs/twitter.adoc b/components/camel-twitter/src/main/docs/twitter.adoc index f192845..1d7d814 100644 --- a/components/camel-twitter/src/main/docs/twitter.adoc +++ b/components/camel-twitter/src/main/docs/twitter.adoc @@ -134,6 +134,7 @@ URI options + // endpoint options: START The Twitter component supports 43 endpoint options which are listed below: @@ -159,6 +160,13 @@ The Twitter component supports 43 endpoint options which are listed below: | twitterStream | consumer (advanced) | | TwitterStream | To use a custom instance of TwitterStream | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). +| count | filter | | Integer | Limiting number of results per page. +| filterOld | filter | true | boolean | Filter out old tweets that has previously been polled. This state is stored in memory only and based on last tweet id. +| keywords | filter | | String | Can be used for search and streaming/filter. Multiple values can be separated with comma. +| lang | filter | | String | The lang string ISO_639-1 which will be used for searching +| numberOfPages | filter | 1 | Integer | The number of pages result which you want camel-twitter to consume. +| sinceId | filter | 1 | long | The last tweet id which will be used for pulling the tweets. It is useful when the camel route is restarted after a long running. +| userIds | filter | | String | To filter by user ids for streaming/filter. Multiple values can be separated by comma. | backoffErrorThreshold | scheduler | | int | The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in. | backoffIdleThreshold | scheduler | | int | The number of subsequent idle polls that should happen before the backoffMultipler should kick-in. | backoffMultiplier | scheduler | | int | To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row. The multiplier is then the number of polls that will be skipped before the next actual attempt is happening again. When this option is in use then backoffIdleThreshold and/or backoffErrorThreshold must also be configured. @@ -172,13 +180,6 @@ The Twitter component supports 43 endpoint options which are listed below: | startScheduler | scheduler | true | boolean | Whether the scheduler should be auto started. | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options. | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. -| count | filter | | Integer | Limiting number of results per page. -| filterOld | filter | true | boolean | Filter out old tweets that has previously been polled. This state is stored in memory only and based on last tweet id. -| keywords | filter | | String | Can be used for search and streaming/filter. Multiple values can be separated with comma. -| lang | filter | | String | The lang string ISO_639-1 which will be used for searching -| numberOfPages | filter | 1 | Integer | The number of pages result which you want camel-twitter to consume. -| sinceId | filter | 1 | long | The last tweet id which will be used for pulling the tweets. It is useful when the camel route is restarted after a long running. -| userIds | filter | | String | To filter by user ids for streaming/filter. Multiple values can be separated by comma. | httpProxyHost | proxy | | String | The http proxy host which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. | httpProxyPassword | proxy | | String | The http proxy password which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. | httpProxyPort | proxy | | Integer | The http proxy port which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. @@ -189,6 +190,7 @@ The Twitter component supports 43 endpoint options which are listed below: + [[Twitter-Messageheaders]] Message headers ^^^^^^^^^^^^^^^ http://git-wip-us.apache.org/repos/asf/camel/blob/d0b0e420/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 55eabbe..1477772 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -372,7 +372,7 @@ <lucene-version>5.4.1</lucene-version> <lucene-version-range>[5,6)</lucene-version-range> <lightcouch-version>0.1.8</lightcouch-version> - <lightcouch-gson-version>2.3.1</lightcouch-gson-version> + <lightcouch-gson-version>2.4</lightcouch-gson-version> <lightcouch-bundle-version>0.1.8_2</lightcouch-bundle-version> <!-- needed from tooling/archetypes --> <!-- use antrun 1.6 as 1.7 fails with finding tools.jar on java on some platforms -->