This is an automated email from the ASF dual-hosted git repository.
rhauch pushed a change to branch 2.2
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from c2b9856 MINOR: add UPGRADE_FROM to 2.0-2.3 config docs (#7831)
new e0e0ea4 MINOR: Embedded connect cluster should mask exit procedures
by default (#7028)
new 4d36a9e KAFKA-9083: Various fixes/improvements for Connect's Values
class (#7593)
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:
.../apache/kafka/connect/data/SchemaBuilder.java | 20 +++
.../java/org/apache/kafka/connect/data/Values.java | 108 +++++++++----
.../org/apache/kafka/connect/data/ValuesTest.java | 167 +++++++++++++++++++--
.../connect/storage/SimpleHeaderConverterTest.java | 30 +++-
.../util/clusters/EmbeddedConnectCluster.java | 2 +-
5 files changed, 279 insertions(+), 48 deletions(-)