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

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


    from b316d8ce [FLINK-33231] [source] Properly evict offsetsToCommit cache 
on checkpoint complete if no offsets exist
     new 3be64d73 [FLINK-33191][Connector/Kafka] Remove dependency on Flink 
Shaded
     new 58e50037 [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