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 61dafc3  Updated Migration Guide for ResourceHelper class
61dafc3 is described below

commit 61dafc35aef57928f5c9330bf778f1b1fea16ffe
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Feb 1 15:44:26 2019 +0100

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

diff --git a/MIGRATION.md b/MIGRATION.md
index 9d4ed3f..310adf1 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -70,6 +70,8 @@ The class `PlatformHelper` has been moved from 
`org.apache.camel.util.PlatformHe
 
 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 `ResourceHelper` has been moved from 
`org.apache.camel.util.ResourceHelper` in the camel-core JAR to 
`org.apache.camel.support.ResourceHelper` 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