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

acosentino 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 4abaf52  Updated Migration Guide for ResolverHelper class
4abaf52 is described below

commit 4abaf5244c4b2c0bd7563813d855149b4ce34efa
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Feb 1 15:42:11 2019 +0100

    Updated Migration Guide for ResolverHelper class
---
 MIGRATION.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index cc126fa..9d4ed3f 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -68,6 +68,8 @@ The class `ObjectHelper` has been moved from 
`org.apache.camel.util.ObjectHelper
 
 The class `PlatformHelper` has been moved from 
`org.apache.camel.util.PlatformHelper` in the camel-core JAR to 
`org.apache.camel.support.PlatformHelper` and moved to the `camel-support` JAR.
 
+The class `ResolverHelper` has been moved from 
`org.apache.camel.util.ResolverHelper` in the camel-core JAR to 
`org.apache.camel.support.ResolverHelper` and moved to the `camel-support` JAR.
+
 The class `FileIdempotentRepository` has been moved from 
`org.apache.camel.processor.idempotent.FileIdempotentRepository` in the 
camel-core JAR to 
`org.apache.camel.support.processor.idempotent.FileIdempotentRepository` and 
moved to the `camel-suppor` JAR.
 
 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.

Reply via email to