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 a1dfa3a Updated Migration Guide for RestProducerFactoryHelper class
a1dfa3a is described below
commit a1dfa3af6e34c991aacd2a4c4c5958d50c80bb12
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Feb 1 16:25:01 2019 +0100
Updated Migration Guide for RestProducerFactoryHelper class
---
MIGRATION.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MIGRATION.md b/MIGRATION.md
index 2c4448a..fcfc8c2 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -94,6 +94,8 @@ The class `ResolverHelper` has been moved from
`org.apache.camel.util.ResolverHe
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 `RestProducerFactoryHelper` has been moved from
`org.apache.camel.spi.RestProducerFactoryHelper` in the camel-core JAR to
`org.apache.camel.support.RestProducerFactoryHelper` and moved to the
`camel-support` JAR.
+
The class `ServiceHelper` has been moved from
`org.apache.camel.util.ServiceHelper` in the camel-core JAR to
`org.apache.camel.support.service.ServiceHelper` and moved to the `camel-api`
JAR.
The class `UnitOfWorkHelper` has been moved from
`org.apache.camel.util.UnitOfWorkHelper` in the camel-core JAR to
`org.apache.camel.support.UnitOfWorkHelper` and moved to the `camel-support`
JAR.