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/08 12:42:25 UTC

[camel] branch master updated: CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Added migration guide note

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 22ac12b  CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Added migration guide note
22ac12b is described below

commit 22ac12b7de7c061f11184c305fcc18b4a0ebeaae
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 8 14:40:55 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Added migration guide note
---
 MIGRATION.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index 01cff3c..5ad468e 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -130,6 +130,8 @@ The `netty4` component has been renamed to `netty`. The supported scheme is now
 
 The `quartz2` component has been renamed to `quartz`. The supported scheme is now `quartz`.
 
+The `netty4-http` component has been renamed to `netty-http`. The supported scheme is now `netty-http`.
+
 The `rxjava2` component has been renamed to `rxjava`.
 
 We have also renamed `camel-jetty9` to `camel-jetty`.