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/08/05 14:30:26 UTC

[camel] branch master updated: Added info about renamed component to MIGRATION guide

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 ef37cc6  Added info about renamed component to MIGRATION guide
ef37cc6 is described below

commit ef37cc6f4f5215052ec2aef6200c68b5909e5080
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 5 16:29:58 2019 +0200

    Added info about renamed component to MIGRATION guide
---
 MIGRATION.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index cf8d8fd..b75be7f 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -120,6 +120,14 @@ The `test` component has been renamed to `dataset-test` and moved out of `camel-
 
 The `http4` component has been renamed to `http`. The supported schemes are now only `http` and `https`.
 
+The `hdfs2` component has been renamed to `hdfs`. The supported scheme is now `hdfs2`.
+
+The `mina2` component has been renamed to `mina`. The supported scheme is now `mina`.
+
+The `mongodb3` component has been renamed to `mongodb`. The supported scheme is now `mongodb`.
+
+The `rxjava2` component has been renamed to `rxjava`.
+
 We have also renamed `camel-jetty9` to `camel-jetty`.
 
 ### Tracing