You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2019/08/03 12:45:34 UTC

[camel] branch master updated: CAMEL-13811: MIGRATION.MD - Removed camel-boon

This is an automated email from the ASF dual-hosted git repository.

janbednar 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 71c0599  CAMEL-13811: MIGRATION.MD - Removed camel-boon
71c0599 is described below

commit 71c05997020588b46214b16d238046115a3420b5
Author: Jan Bednář <ma...@janbednar.eu>
AuthorDate: Sat Aug 3 14:44:43 2019 +0200

    CAMEL-13811: MIGRATION.MD - Removed camel-boon
---
 MIGRATION.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index 08c78c1..cf8d8fd 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -108,6 +108,8 @@ We have removed all deprecated components from Camel 2.x, also including the old
 
 We removed `camel-jibx` component which wasn't working on JDK 8.
 
+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.