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 f7eb805 Updated Migration Guide for PlatformHelper class
f7eb805 is described below
commit f7eb8056ba8e6300f66dd71f87652b73ae93ac58
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Feb 1 15:33:01 2019 +0100
Updated Migration Guide for PlatformHelper class
---
MIGRATION.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MIGRATION.md b/MIGRATION.md
index 631c691..cc126fa 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -66,6 +66,8 @@ The class `MessageHelper` has been moved from
`org.apache.camel.util.MessageHelp
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 `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 `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.