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/07/22 04:52:40 UTC

[camel-kafka-connector] branch master updated (e385af8 -> 2ae4e4a)

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 e385af8  Merge pull request #316 from orpiske/jdbc-tests
     new 3d8d2ce  Changed property and header prefix to add a trailing .
     new 1611a90  fix #325 BigDecimal values are not handled correctly in Headers serialization and deserialization.
     new 2ae4e4a  Merge pull request #326 from valdar/issue/325

The 575 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 |  13 +-
 .../camel/kafkaconnector/CamelSourceTask.java      |  10 +-
 .../camel/kafkaconnector/CamelSinkTaskTest.java    | 176 +++++++++++----------
 .../camel/kafkaconnector/CamelSourceTaskTest.java  |  27 ++++
 .../jdbc/sink/CamelSinkJDBCITCase.java             |   5 +-
 5 files changed, 138 insertions(+), 93 deletions(-)