Repository: camel Updated Branches: refs/heads/master cd289ce49 -> 8c5ae5b3e
CAMEL-8955: Add doc about this strategy is not to be used with content enricher (not intended or desgined for that eip) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0a2ffd84 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0a2ffd84 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0a2ffd84 Branch: refs/heads/master Commit: 0a2ffd845653a097d2c813cbff8a68ad2eb21970 Parents: cd289ce Author: Claus Ibsen <davscl...@apache.org> Authored: Sun Jul 12 16:11:50 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Jul 12 20:16:15 2015 +0200 ---------------------------------------------------------------------- .../processor/aggregate/GroupedExchangeAggregationStrategy.java | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0a2ffd84/camel-core/src/main/java/org/apache/camel/processor/aggregate/GroupedExchangeAggregationStrategy.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/processor/aggregate/GroupedExchangeAggregationStrategy.java b/camel-core/src/main/java/org/apache/camel/processor/aggregate/GroupedExchangeAggregationStrategy.java index 274ce16..1cb3bab 100644 --- a/camel-core/src/main/java/org/apache/camel/processor/aggregate/GroupedExchangeAggregationStrategy.java +++ b/camel-core/src/main/java/org/apache/camel/processor/aggregate/GroupedExchangeAggregationStrategy.java @@ -24,6 +24,9 @@ import org.apache.camel.impl.DefaultExchange; /** * Aggregate all exchanges into a single combined Exchange holding all the aggregated exchanges * in a {@link List} of {@link Exchange} as the message body. + * <p/> + * <b>Important:</b> This strategy is not to be used with the <a href="http://camel.apache.org/content-enricher.html">Content Enricher</a> EIP + * which is enrich or pollEnrich. * * @version */