You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/06/05 09:39:30 UTC

[camel] 05/07: CAMEL-13220: Remove deprecated producer.

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ab85cd6ca4d5573a97329e8f67e1c2b54da6787c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jun 5 11:29:14 2019 +0200

    CAMEL-13220: Remove deprecated producer.
---
 MIGRATION.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index 0431a17..84c6ddd 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -90,6 +90,8 @@ We removed `camel-jibx` component which wasn't working on JDK 8.
 
 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.
+
 ### Renamed components
 
 The `test` component has been renamed to `dataset-test` and moved out of `camel-core` into `camel-dataset` JAR.