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 edf6e72 CAMEL-13408 - Added a note in the migration guide edf6e72 is described below commit edf6e720904c671102e18328fe245b45d93edcb2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon May 13 10:31:54 2019 +0200 CAMEL-13408 - Added a note in the migration guide --- MIGRATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MIGRATION.md b/MIGRATION.md index d50ac23..4c377b8 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -85,6 +85,8 @@ Migrating Camel applications We have removed all deprecated components from Camel 2.x, also including the old `camel-http` component. Instead you can use `camel-http4`. +We removed `camel-jibx` component which wasn't working on JDK 8. + ### Renamed components The `test` component has been renamed to `dataset-test` and moved out of `camel-core` into `camel-dataset` JAR.