You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/01 14:51:43 UTC

[camel] branch master updated: Updated Migration Guide for ExchangeHelper class

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 dfdf48a  Updated Migration Guide for ExchangeHelper class
dfdf48a is described below

commit dfdf48a8ae6fa34a1025a90e76341fb73fb20f33
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 1 15:51:19 2019 +0100

    Updated Migration Guide for ExchangeHelper class
---
 MIGRATION.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index 310adf1..69151c1 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -60,6 +60,8 @@ The class `JNDIContext` has been moved from `org.apache.camel.util.jndi.JNDICont
 
 The class `EventHelper` has been moved from `org.apache.camel.util.EventHelper` in the camel-core JAR to `org.apache.camel.support.EventHelper` and moved to the `camel-support` JAR.
 
+The class `ExchangeHelper` has been moved from `org.apache.camel.util.ExchangeHelper` in the camel-core JAR to `org.apache.camel.support.ExchangeHelper` and moved to the `camel-support` JAR.
+
 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.