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 ec4a2b4  Website: Camel3 migration guide, fix typos, add cases
ec4a2b4 is described below

commit ec4a2b42d58c9d0d6e00837f51dd3dcd3eb8b243
Author: John Poth <poth.j...@gmail.com>
AuthorDate: Tue Apr 28 16:19:42 2020 +0200

    Website: Camel3 migration guide, fix typos, add cases
---
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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 a1a903b..1e1bf23 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
@@ -470,11 +470,13 @@ The `activemq-camel` component has been moved from 
ActiveMQ into Camel and it is
 
 The method `includeRoutes` on `RouteBuilder` has been removed. This 
functionality was not fully in use and was deprecated in Camel 2.x.
 
-The exception `PredicateValidationException` has been moved from package 
`org.apache.camel.processor.validation` to 
`org.apache.camel.support.processor.validation.PredicateValidationException`.
+The exception `PredicateValidationException` has been moved from package 
`org.apache.camel.processor.validation` to 
`org.apache.camel.support.processor.PredicateValidationException`.
 
 The class `org.apache.camel.util.toolbox.AggregationStrategies` has been moved 
to `org.apache.camel.builder.AggregationStrategies`.
 
-The class `org.apache.camel.processor.aggregate.AggregationStrategy` has been 
moved to `org.apache.camel.AggregationStrategy`.
+The class `org.apache.camel.util.toolbox.AggregationStrategies` has been moved 
to `org.apache.camel.builder.AggregationStrategies`.
+
+The class `org.apache.camel.processor.RedeliveryPolicy` has been moved to 
`org.apache.camel.processor.errorhandler.RedeliveryPolicy`.
 
 The class `org.apache.camel.processor.loadbalancer.SimpleLoadBalancerSupport` 
has been removed, instead use 
`org.apache.camel.processor.loadbalancer.LoadBalancerSupport`.
 

Reply via email to