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 3513b64 CAMEL-13792 - Rename components to default names, Camel-http4
to Camel-http - Fix grammar in migration guide
3513b64 is described below
commit 3513b640fe476dcd21b21ead7722bc03ccbca7ac
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jul 31 17:14:56 2019 +0200
CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http
- Fix grammar in migration guide
---
MIGRATION.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MIGRATION.md b/MIGRATION.md
index f429d1e..08c78c1 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -116,7 +116,7 @@ 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`.
+The `http4` component has been renamed to `http`. The supported schemes are
now only `http` and `https`.
We have also renamed `camel-jetty9` to `camel-jetty`.