This is an automated email from the ASF dual-hosted git repository. davsclaus 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 036198c Polished 036198c is described below commit 036198cf2b3199149160670c2fb421b9a1259fb6 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 30 14:54:57 2019 +0100 Polished --- MIGRATION.md | 4 +++- .../java/org/apache/camel/component/bean/MyCurrency.java | 0 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 9ea8d8a..34b058f 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -23,7 +23,7 @@ TODO: as table of all the modules Maven users of Apache Camel can keep using the dependency *camel-core* which will have transitive dependency on all of its modules, and therefore no migration is needed. However users whom wants to trim the size of the classes on the classpath, can use fine grained Maven dependency on only the modules needed. -TODO: we need camel-core-minimal dependecy for just basic Camel +TODO: we need camel-core-minimal dependency for just basic Camel Migrating custom components @@ -54,6 +54,8 @@ The classes from `org.apache.camel.impl` that was intended to support Camel deve All the classes in `org.apache.camel.util.component` has been moved from the camel-core JAR to the package `org.apache.camel.support.component` in the `camel-support` JAR. +The class `ServiceHelper` has been moved from `org.apache.camek.util.ServiceHelper` in the camel-core JAR to `org.apache.camel.support.service.ServiceHelper` and moved to the `camel-api` 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. diff --git a/camel-core/src/main/java/org/apache/camel/component/bean/MyCurrency.java b/camel-core/src/test/java/org/apache/camel/component/bean/MyCurrency.java similarity index 100% rename from camel-core/src/main/java/org/apache/camel/component/bean/MyCurrency.java rename to camel-core/src/test/java/org/apache/camel/component/bean/MyCurrency.java