This is an automated email from the ASF dual-hosted git repository. davsclaus 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 a3c28f1 Update migration guide a3c28f1 is described below commit a3c28f1fbcd077b0790129a515c577ed491854a9 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Feb 20 09:23:25 2019 +0100 Update migration guide --- MIGRATION.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 74adcbc..16bd038 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -189,8 +189,6 @@ The class `ServiceHelper` has been moved from `org.apache.camel.util.ServiceHelp The class `UnitOfWorkHelper` has been moved from `org.apache.camel.util.UnitOfWorkHelper` in the camel-core JAR to `org.apache.camel.support.UnitOfWorkHelper` and moved to the `camel-support` JAR. -The class `org.apache.camel.impl.RoutePolicySupport` has been moved to `org.apache.camel.support.RoutePolicySupport`. - #### Idempotent Repositories @@ -198,6 +196,14 @@ The class `FileIdempotentRepository` has been moved from `org.apache.camel.proce The class `MemoryIdempotentRepository` has been moved from `org.apache.camel.processor.idempotent.MemoryIdempotentRepository` in the camel-core JAR to `org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository` and moved to the `camel-suppor` JAR. + +#### Route Policies + +The class `org.apache.camel.impl.RoutePolicySupport` has been moved to `org.apache.camel.support.RoutePolicySupport`. + +The class `org.apache.camel.impl.ThrottlingInflightRoutePolicy` has been moved to `org.apache.camel.throttling.ThrottlingInflightRoutePolicy` + + #### 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.