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 6836986b295 [fix][sec] Bump github.com/dvsekhvalnov/jose2go from 1.6.0 
to 1.7.0 in /pulsar-function-go (#24987)
     new c46883bcbe0 [fix][test] Fixed Non-Guaranteed Order in 
PoliciesDataTest.propertyAdmin (#24871)
     new 38ed898efee [improve] Upgrade Log4j2 to 2.25.2 and slf4j to 2.0.17 
(#24985)
     new b9789c672e0 [fix][branch-4.0] Remove unnecessary files added in 
83503521
     new 76cadb43e27 [fix][branch-4.0] Fix checkstyle issue in commit 83503521
     new a1f4f423d88 [fix][broker]Wrong backlog: expected 0 but got 1 (#24938)
     new 5a237a33479 [improve][broker]Improve error response of failed to 
delete topic if it has replicators connected (#24975)
     new ede4a3feeb0 [improve][build] Upgrade Testcontainers to 1.21.3 (#24982)

The 7 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:
 buildtools/pom.xml                                 |   4 +-
 distribution/server/src/assemble/LICENSE.bin.txt   |  12 +-
 distribution/shell/src/assemble/LICENSE.bin.txt    |  10 +-
 .../bookkeeper/mledger/impl/ManagedCursorImpl.java |  12 +-
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  98 ++++--
 .../mledger/impl/ManagedCursorListAckTest.java     |   2 +-
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java | 331 +++++++++++++++++++++
 merged_prs.txt                                     |   6 -
 pom.xml                                            |   8 +-
 .../broker/admin/impl/PersistentTopicsBase.java    |   3 +-
 .../apache/pulsar/broker/service/ServerCnx.java    |   2 +-
 .../broker/service/persistent/PersistentTopic.java |  19 +-
 .../pulsar/broker/TopicEventsListenerTest.java     |   3 +-
 .../broker/service/BrokerEntryMetadataE2ETest.java |   1 -
 .../broker/service/OneWayReplicatorTest.java       |  31 ++
 ...OneWayReplicatorUsingGlobalPartitionedTest.java |   5 +
 .../service/OneWayReplicatorUsingGlobalZKTest.java |   6 +-
 .../client/api/SimpleProducerConsumerTest.java     |  47 +++
 .../java/org/apache/pulsar/schema/SchemaTest.java  |   8 +-
 .../common/policies/data/PoliciesDataTest.java     |   4 +-
 run.py                                             |   7 -
 21 files changed, 551 insertions(+), 68 deletions(-)
 delete mode 100644 merged_prs.txt
 delete mode 100755 run.py

Reply via email to