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 b9d0385 Updated Migration Guide for MessageHelper class
b9d0385 is described below
commit b9d038582bfd0ff788cdbe720c7af0a1f3f39b1a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Feb 1 15:29:16 2019 +0100
Updated Migration Guide for MessageHelper class
---
MIGRATION.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MIGRATION.md b/MIGRATION.md
index 7dfab49..631c691 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.GZIPHelper` and moved to the
`camel-support` JAR.
+The class `MessageHelper` has been moved from
`org.apache.camel.util.MessageHelper` in the camel-core JAR to
`org.apache.camel.support.MessageHelper` 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.