This is an automated email from the ASF dual-hosted git repository. bvahdat pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit d17bdf2fc70c71f7b8fab9c082699ec531f2f6c7 Author: Babak Vahdat <bvah...@apache.org> AuthorDate: Tue Aug 13 00:37:01 2019 +0200 update migration guide and correct typos --- MIGRATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 6b12b45..a182b1e 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -104,7 +104,7 @@ The properties component will now use OS environment variables as preferred valu ### Removed components -We have removed all deprecated components from Camel 2.x, also including the old `camel-http` component. `camel-http4` has been renamed to `camel-http`. +We have removed all deprecated components from Camel 2.x, also including the old `camel-http` component. `camel-http4` has been renamed to `camel-http`, and it's corresponding component package from `org.apache.camel.component.http4` to `org.apache.camel.component.http`. We removed `camel-jibx` component which wasn't working on JDK 8. @@ -112,7 +112,7 @@ We removed `camel-boon` dataformat which wasn't working on JDK 9 and later. The `camel-zookeeper` has its route policy functionality removed, instead use `ZooKeeperClusterService` or the `camel-zookeeper-master` component. -The `camel-jetty` component no longer supports producer (eg to) which has been removed, instead use `camel-http4` component instead. +The `camel-jetty` component no longer supports producer (eg to) which has been removed, use `camel-http` component instead. The `twitter-streaming` component has been removed as it relied on the deprecated Twitter Streaming API and is no longer functional.