This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from cc0eef9009d [fix] Update gRPC to 1.75.0 (#24813)
add ffa49733c72 [improve][client] allow override of default global jsr310
conversion (#24311)
No new revisions were added by this update.
Summary of changes:
.../pulsar/client/impl/schema/AvroSchema.java | 6 +-
.../impl/schema/reader/MultiVersionAvroReader.java | 4 +-
.../pulsar/client/impl/schema/util/SchemaUtil.java | 11 +-
.../client/impl/schema/util/SchemaUtilTest.java | 111 +++++++++++++++++++++
4 files changed, 126 insertions(+), 6 deletions(-)
create mode 100644
pulsar-client/src/test/java/org/apache/pulsar/client/impl/schema/util/SchemaUtilTest.java