You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/30 07:10:04 UTC

[camel] branch master updated: CAMEL-15770 - Added notes in migration guide

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 ad56d9a  CAMEL-15770 - Added notes in migration guide
ad56d9a is described below

commit ad56d9a3a98dec56403d3624524d4f5efa6dca9a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 30 08:09:36 2020 +0100

    CAMEL-15770 - Added notes in migration guide
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc        | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
index 492e3a2..16b8b66 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
@@ -101,3 +101,14 @@ The class `org.apache.camel.impl.saga.InMemorySagaCoordinator` is moved to `org.
 
 The `listTypeConverters` operation on `ManagedTypeConverterRegistryMBean` has been removed.
 
+=== camel-kafka
+
+We changed some options naming because they were a bit misleading
+
+- From kafkaHeaderDeserializer to headerDeserializer
+- From kafkaHeaderSerializer to headerSerializer
+- From keySerializerClass to keySerializer
+- From serializerClass to valueSerializer
+
+For more information, have a look at CAMEL-15770
+