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 4b34ad0 Fixed MIGRATION guide with hdfs correct scheme 4b34ad0 is described below commit 4b34ad071912e7aba70eeb861d8d4d4691a28779 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Aug 9 12:55:12 2019 +0200 Fixed MIGRATION guide with hdfs correct scheme --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index c70a538..6b12b45 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -122,7 +122,7 @@ 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 `hdfs2` component has been renamed to `hdfs`. The supported scheme is now `hdfs`. The `mina2` component has been renamed to `mina`. The supported scheme is now `mina`.