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 7d0d938 CAMEL-13792 - Rename components to default names, Camel-http4
to Camel-http - Migration guide
7d0d938 is described below
commit 7d0d938603111e083f12f3a6ffe3831ae058e33c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jul 31 17:11:01 2019 +0200
CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http
- Migration guide
---
MIGRATION.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MIGRATION.md b/MIGRATION.md
index 51a5d07..f429d1e 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -116,6 +116,8 @@ The `camel-jetty` component no longer supports producer (eg
to) which has been r
The `test` component has been renamed to `dataset-test` and moved out of
`camel-core` into `camel-dataset` JAR.
+The `http4` component has been renamed to `http`. The supported scheme are now
only `http` and `https`.
+
We have also renamed `camel-jetty9` to `camel-jetty`.
### Tracing