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

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


    from d0b790940b6 [fix][sec] Bump github.com/dvsekhvalnov/jose2go from 1.6.0 
to 1.7.0 in /pulsar-function-go (#24987)
     new 0fa06a9b2ea [fix][test] Fixed Non-Guaranteed Order in 
PoliciesDataTest.propertyAdmin (#24871)
     new b58ed340198 [improve] Upgrade Caffeine to 3.2.3 (#24984)
     new cd78e409f5f [improve] Upgrade Log4j2 to 2.25.2 and slf4j to 2.0.17 
(#24985)
     new ae444251358 [fix][broker]Wrong backlog: expected 0 but got 1 (#24938)
     new 9f776ab9273 [improve][broker]Improve error response of failed to 
delete topic if it has replicators connected (#24975)
     new 55e98a4a36a [improve][build] Upgrade Testcontainers to 1.21.3 (#24982)

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:
 buildtools/pom.xml                                 |   4 +-
 distribution/server/src/assemble/LICENSE.bin.txt   |  14 +-
 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 +++++++++++++++++++++
 pom.xml                                            |  10 +-
 .../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/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 +-
 18 files changed, 553 insertions(+), 56 deletions(-)

Reply via email to