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

tzulitai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git


    from 26ab532b [FLINK-33234][Connector/Kafka] Exclude bundled Guava versions 
from Kafka AVRO serializer and Kafka Schema Registry Client
     new e9d30897 [FLINK-33191][Connector/Kafka] Remove dependency on Flink 
Shaded
     new bd260f14 [FLINK-33191][Connector/Kafka] Make the 
`testKafkaValueDeserializationSchemaWrapper` test use `flink-shaded-jackson` 
since it tests `flink-shaded-jackson` ObjectNodes.

The 2 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:
 .../connector/kafka/util/JacksonMapperFactory.java | 49 ++++++++++++++++++++++
 .../JSONKeyValueDeserializationSchema.java         |  9 ++--
 .../KafkaRecordDeserializationSchemaTest.java      | 29 ++++++++-----
 .../JSONKeyValueDeserializationSchemaTest.java     |  7 ++--
 pom.xml                                            | 24 ++++++++---
 5 files changed, 92 insertions(+), 26 deletions(-)
 create mode 100644 
flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/util/JacksonMapperFactory.java

Reply via email to