Repository: camel
Updated Branches:
  refs/heads/master 155a58d6b -> 1d1672eda


Regen


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1d1672ed
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1d1672ed
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1d1672ed

Branch: refs/heads/master
Commit: 1d1672eda622157ef1bb5083f8cde12c9f41b9ab
Parents: 155a58d
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Jul 20 17:03:57 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Jul 20 17:03:57 2017 +0200

----------------------------------------------------------------------
 camel-core/src/main/docs/eips/aggregate-eip.adoc | 2 +-
 camel-core/src/main/docs/eips/bean-eip.adoc      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1d1672ed/camel-core/src/main/docs/eips/aggregate-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/aggregate-eip.adoc 
b/camel-core/src/main/docs/eips/aggregate-eip.adoc
index 5cdbb64..677565e 100644
--- a/camel-core/src/main/docs/eips/aggregate-eip.adoc
+++ b/camel-core/src/main/docs/eips/aggregate-eip.adoc
@@ -43,7 +43,7 @@ The Aggregate EIP supports 26 options which are listed below:
 | completionTimeout | Long | Time in millis that an aggregated exchange should 
be inactive before its complete (timeout). This option can be set as either a 
fixed value or using an Expression which allows you to evaluate a timeout 
dynamically - will use Long as result. If both are set Camel will fallback to 
use the fixed value if the Expression result was null or 0. You cannot use this 
option together with completionInterval only one of the two can be used. By 
default the timeout checker runs every second you can use the 
completionTimeoutCheckerInterval option to configure how frequently to run the 
checker. The timeout is an approximation and there is no guarantee that the a 
timeout is triggered exactly after the timeout value. It is not recommended to 
use very low timeout values or checker intervals.
 | completionTimeoutCheckerInterval | Long | Interval in millis that is used by 
the background task that checks for timeouts (org.apache.camel.TimeoutMap). By 
default the timeout checker runs every second. The timeout is an approximation 
and there is no guarantee that the a timeout is triggered exactly after the 
timeout value. It is not recommended to use very low timeout values or checker 
intervals.
 | completionFromBatchConsumer | Boolean | Enables the batch completion mode 
where we aggregate from a org.apache.camel.BatchConsumer and aggregate the 
total number of exchanges the org.apache.camel.BatchConsumer has reported as 
total by checking the exchange property link 
org.apache.camel.ExchangeBATCH_COMPLETE when its complete.
-| groupExchanges | Boolean | Enables grouped exchanges so the aggregator will 
group all aggregated exchanges into a single combined Exchange holding all the 
aggregated exchanges in a java.util.List.
+| groupExchanges | Boolean | *Deprecated* Enables grouped exchanges so the 
aggregator will group all aggregated exchanges into a single combined Exchange 
holding all the aggregated exchanges in a java.util.List.
 | eagerCheckCompletion | Boolean | Use eager completion checking which means 
that the completionPredicate will use the incoming Exchange. As opposed to 
without eager completion checking the completionPredicate will use the 
aggregated Exchange.
 | ignoreInvalidCorrelationKeys | Boolean | If a correlation key cannot be 
successfully evaluated it will be ignored by logging a DEBUG and then just 
ignore the incoming Exchange.
 | closeCorrelationKeyOnCompletion | Integer | Closes a correlation key when 
its complete. Any late received exchanges which has a correlation key that has 
been closed it will be defined and a ClosedCorrelationKeyException is thrown.

http://git-wip-us.apache.org/repos/asf/camel/blob/1d1672ed/camel-core/src/main/docs/eips/bean-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/bean-eip.adoc 
b/camel-core/src/main/docs/eips/bean-eip.adoc
index f981cd1..9be102e 100644
--- a/camel-core/src/main/docs/eips/bean-eip.adoc
+++ b/camel-core/src/main/docs/eips/bean-eip.adoc
@@ -26,7 +26,7 @@ The Bean EIP supports 5 options which are listed below:
 | method | String | Sets the method name on the bean to use
 | beanType | String | Sets the Class of the bean
 | cache | Boolean | Caches the bean lookup to avoid lookup up bean on every 
usage.
-| multiParameterArray | Boolean | Whether the message body is an array type.
+| multiParameterArray | Boolean | *Deprecated* Whether the message body is an 
array type.
 |=======================================================================
 // eip options: END
 

Reply via email to