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:22:14 UTC

[camel] branch master updated: Updated Migration Guide for JsonSchemaHelper 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 52ec8a1  Updated Migration Guide for JsonSchemaHelper class
52ec8a1 is described below

commit 52ec8a1e40b74797e9199cf67b4d578b4cd82cb1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 1 16:21:45 2019 +0100

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

diff --git a/MIGRATION.md b/MIGRATION.md
index cd5ef16..2c4448a 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -80,6 +80,8 @@ The class `ExchangeHelper` has been moved from `org.apache.camel.util.ExchangeHe
 
 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 `JsonSchemaHelper` has been moved from `org.apache.camel.util.JsonSchemaHelper` in the camel-core JAR to `org.apache.camel.support.JsonSchemaHelper` 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.
 
 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.