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 2760ee96caa [fix][misc] Allow JWT tokens in OpenID auth without nbf
claim (#25197)
new 2ac6d033e1c [fix][sec] Exclude org.lz4:lz4-java and standardize on
at.yawk.lz4-java to remediate CVE-2025-12183 and CVE-2025-66566 (#25198)
new 92b5d55468e [fix] [test] Upgrade docker-java to 3.7.0 (#25209)
new 22069491a9c [fix][client] Fix race condition between isDuplicate() and
flushAsync() method in PersistentAcknowledgmentsGroupingTracker due to
incorrect use Netty Recycler (#25208)
The 3 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 +-
pom.xml | 11 ++++-
.../apache/pulsar/client/impl/ConsumerImpl.java | 11 +++--
.../PersistentAcknowledgmentsGroupingTracker.java | 25 +++++------
.../impl/AcknowledgementsGroupingTrackerTest.java | 50 ++++++++++++++++++++++
pulsar-common/pom.xml | 1 -
.../apache/pulsar/common/protocol/Commands.java | 11 +++--
.../collections/ConcurrentBitSetRecyclable.java | 1 +
pulsar-io/debezium/core/pom.xml | 4 ++
pulsar-io/kafka-connect-adaptor/pom.xml | 4 ++
pulsar-io/kafka/pom.xml | 4 ++
pulsar-io/kinesis-kpl-shaded/pom.xml | 6 +++
pulsar-io/kinesis/pom.xml | 6 +++
13 files changed, 108 insertions(+), 28 deletions(-)