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 2019/12/09 12:31:36 UTC

[camel-kafka-connector] branch master updated (b515932 -> 1e516e5)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    from b515932  Merge pull request #14 from apache/setting-up-pom
     add d1d0a48  Support Map and List as Headers - Map support
     add 5d00766  Support Map and List as Headers - List support
     add d8af892  Support Map and List as Headers - Fixed tests
     new 1e516e5  Merge pull request #26 from apache/map-list-as-headers

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/kafkaconnector/CamelSinkTask.java |  14 +-
 .../camel/kafkaconnector/CamelSourceTask.java      |   3 +-
 .../camel/kafkaconnector/CamelSinkTaskTest.java    | 254 +++++++++++++++++++++
 3 files changed, 268 insertions(+), 3 deletions(-)


[camel-kafka-connector] 01/01: Merge pull request #26 from apache/map-list-as-headers

Posted by ac...@apache.org.
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-kafka-connector.git

commit 1e516e5b89682379915d7d97708a5f6e51ec0740
Merge: b515932 d8af892
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 9 13:31:29 2019 +0100

    Merge pull request #26 from apache/map-list-as-headers
    
    Map list as headers

 .../apache/camel/kafkaconnector/CamelSinkTask.java |  14 +-
 .../camel/kafkaconnector/CamelSourceTask.java      |   3 +-
 .../camel/kafkaconnector/CamelSinkTaskTest.java    | 254 +++++++++++++++++++++
 3 files changed, 268 insertions(+), 3 deletions(-)