You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rh...@apache.org on 2020/05/07 21:21:50 UTC

[kafka] branch trunk updated (71397ad -> 4f61b00)

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

rhauch pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 71397ad  MINOR: Log4j Improvements on Fetcher (#8629)
     add 4f61b00  KAFKA-9667: Connect JSON serde strip trailing zeros (#8230)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/connect/json/JsonConverter.java   | 81 ++++++++++++----------
 .../kafka/connect/json/JsonDeserializer.java       | 12 +++-
 .../apache/kafka/connect/json/JsonSerializer.java  | 20 ++++++
 .../kafka/connect/json/JsonConverterTest.java      | 31 ++++++++-
 4 files changed, 103 insertions(+), 41 deletions(-)