This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e32e75  Website: Fix Camel3 migration Aggregation error
5e32e75 is described below

commit 5e32e7583c70975fe38b0b341fad3156d605eb28
Author: John Poth <[email protected]>
AuthorDate: Mon Mar 23 10:25:29 2020 +0100

    Website: Fix Camel3 migration Aggregation error
---
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
index 56cc7fb..d7ef130 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
@@ -619,7 +619,7 @@ The class 
`org.apache.camel.impl.ThrottlingInflightRoutePolicy` has been moved t
 
 === Aggregation
 
-The class `XsltAggregationStrategy` has been moved from 
`org.apache.camel.builder.XsltAggregationStrategy` in the camel-core JAR to 
`org.apache.camel.component.xslt.XsltAggregationStrategy` and moved to the 
`camel-xslt` JAR.
+The class `XsltAggregationStrategy` has been moved from 
`org.apache.camel.util.toolbox.XsltAggregationStrategy` in the camel-core JAR 
to `org.apache.camel.component.xslt.XsltAggregationStrategy` and moved to the 
`camel-xslt` JAR.
 
 When using the option `groupedExchange` on the aggregator EIP then the output 
of the aggregation is now longer also stored in the exchange property 
`Exchange.GROUPED_EXCHANGE`. This behaviour was already deprecated from Camel 
2.13 onwards.
 

Reply via email to