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

lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 31f1ff801fc [improve][client] Test no exception could be thrown for 
invalid epoch in message (#25013)
     new c7abb70de42 [fix][broker] Add schema version in rest produce api 
(#25004)
     new 991ce21048c [improve] Eliminate unnecessary duplicate schema lookups 
for partitioned topics in client and geo-replication (#25011)
     new 7a8f92fa98e [improve][broker]Remove the warn log that frequently 
prints (#25018)
     new bcc4b68e7e2 [fix][client] Fix AutoProduceBytesSchema.clone() method 
(#25015)
     new 0c513139ebb [fix][client] Fix thread-safety of AutoProduceBytesSchema 
(#25014)
     new c5efa8f29e3 [fix] Upgrade gson to 2.13.2 (#25022)

The 6 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:
 distribution/server/src/assemble/LICENSE.bin.txt   |  2 +-
 distribution/shell/src/assemble/LICENSE.bin.txt    |  2 +-
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  2 -
 pom.xml                                            |  2 +-
 .../org/apache/pulsar/broker/rest/TopicsBase.java  |  7 +-
 .../service/persistent/PersistentReplicator.java   |  5 +-
 .../org/apache/pulsar/broker/admin/TopicsTest.java | 63 +++++++++++++++++
 .../pulsar/client/impl/PulsarClientImpl.java       |  5 +-
 .../client/impl/schema/AutoProduceBytesSchema.java | 24 ++++---
 .../impl/schema/AutoProduceBytesSchemaTest.java    | 78 ++++++++++++++++++++++
 10 files changed, 171 insertions(+), 19 deletions(-)
 create mode 100644 
pulsar-client/src/test/java/org/apache/pulsar/client/impl/schema/AutoProduceBytesSchemaTest.java

Reply via email to