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 b73038639d3 [fix][proxy] Close client connection immediately when
credentials expire and forwardAuthorizationCredentials is disabled (#25179)
new aff523d2aed [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 db39c706271 [fix] [test] Upgrade docker-java to 3.7.0 (#25209)
new 31b95ec08a9 [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(-)