This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 46bd83557cf [fix][ml] Fix `getNumberOfEntries` may point to deleted
ledger (#24852)
new 83c7e555c01 [fix][test][branch-3.3] Backport test case so that it
compiles in branch-3.3
new a509c172173 [fix][sec] Bump io.vertx:vertx-web from 4.5.10 to 4.5.22
(#24889)
new 181863a2903 [fix][sec] Upgrade Jetty to 9.4.58.v20250814 to address
CVE-2025-5115 (#24897)
new 1e1430291ed [fix][broker] Fix totalAvailablePermits not reduced when
removing consumer from non-persistent dispatcher (#24885)
new 15dbe16630e [fix][broker] Stop to retry to read entries if the
replicator has terminated (#24880)
The 5 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 | 48 +++++++++++-----------
distribution/shell/src/assemble/LICENSE.bin.txt | 16 ++++----
.../bookkeeper/mledger/impl/ManagedLedgerTest.java | 5 +--
pom.xml | 4 +-
.../NonPersistentDispatcherMultipleConsumers.java | 2 +
.../service/persistent/PersistentReplicator.java | 12 +++++-
...ntStickyKeyDispatcherMultipleConsumersTest.java | 26 ++++++++++++
.../PersistentReplicatorInflightTaskTest.java | 42 ++++++++++++++++++-
8 files changed, 116 insertions(+), 39 deletions(-)