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 15:06:08 UTC

[camel] branch master updated: Updated Migration Guide for PredicateAssertHelper

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 43f6991  Updated Migration Guide for PredicateAssertHelper
43f6991 is described below

commit 43f69913eb0f788eea84d2917845ca53fbd4e009
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 1 16:05:41 2019 +0100

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

diff --git a/MIGRATION.md b/MIGRATION.md
index ba6a360..9bd42ed 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -68,6 +68,8 @@ The class `ObjectHelper` has been moved from `org.apache.camel.util.ObjectHelper
 
 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 `PredicateAssertHelper` has been moved from `org.apache.camel.util.PredicateAssertHelper` in the camel-core JAR to `org.apache.camel.support.PredicateAssertHelper` and moved to the `camel-support` JAR.
+
 The class `ResolverHelper` has been moved from `org.apache.camel.util.ResolverHelper` in the camel-core JAR to `org.apache.camel.support.ResolverHelper` and moved to the `camel-support` JAR.
 
 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.