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 767ae80  Updated Migration guide for ObjectHelper classes
767ae80 is described below

commit 767ae802f57701208c05c0b55815a0984cf0670a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Feb 1 15:20:22 2019 +0100

    Updated Migration guide for ObjectHelper classes
---
 MIGRATION.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index 85cb27a..8a1e146 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -62,6 +62,8 @@ The class `EventHelper` has been moved from 
`org.apache.camel.util.EventHelper`
 
 The class `GZIPHelper` has been moved from `org.apache.camel.util.GZIPHelper` 
in the camel-core JAR to `org.apache.camel.support.support.GZIPHelper` and 
moved to the `camel-support` JAR.
 
+The class `ObjectHelper` has been moved from 
`org.apache.camel.util.ObjectHelper` in the camel-core JAR and splitted into 
`org.apache.camel.support.ObjectHelper` and moved to the `camel-support` JAR 
and into `org.apache.camel.util.ObjectHelper` and moved to the `camel-util` 
JAR. This has been done to isolate the methods using `camel-api` JAR: those 
method are in the `camel-support` JAR, the other in the `camel-util` 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