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 0a40f083fc9 [fix][sec] Upgrade to Netty 4.1.124.Final to address 
CVE-2025-55163 (#24637)
     new 4f599656ae3 [fix][broker] Add double-check for non-durable cursor 
creation (#24643)
     new 7a9e1a92f37 [fix][sec] Upgrade bouncycastle bcpkix-fips version to 
1.79 to address CVE-2025-8916 (#24650)
     new c267369c57a [fix][offload] Exclude unnecessary dependencies from 
tiered storage provider / offloader nar files (#24649)
     new 3562a488bca [fix][broker] Fix race condition in 
MetadataStoreCacheLoader causing inconsistent availableBroker list caching 
(#24639)
     new 97e70e3dbc6 [fix][client] fix ArrayIndexOutOfBoundsException in 
SameAuthParamsLookupAutoClusterFailover (#24662)
     new b1cfa82b878 [improve][build] Increase maven resolver's sync context 
timeout (#24666)
     new 43d8e0f9d36 [improve][io] Upgrade AWS SDK v1 & v2, Kinesis KPL and KPC 
versions (#24661)

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:
 .mvn/jvm.config                                    |   2 +-
 bouncy-castle/bc/LICENSE                           |   2 +-
 bouncy-castle/bc/pom.xml                           |   2 -
 bouncy-castle/bcfips/LICENSE                       |   4 +-
 distribution/server/src/assemble/LICENSE.bin.txt   |   4 +-
 distribution/shell/src/assemble/LICENSE.bin.txt    |   4 +-
 docker/kinesis-producer-alpine/Dockerfile          |   2 +-
 docker/kinesis-producer-alpine/README.md           |   2 +-
 docker/kinesis-producer-alpine/build-alpine.sh     | 112 +++++++++++-------
 .../kinesis_producer_alpine.patch                  |  23 ++--
 docker/pulsar-all/pom.xml                          |   2 +-
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  25 +++-
 pom.xml                                            |  28 ++++-
 .../broker/resources/MetadataStoreCacheLoader.java |  35 +++---
 ...ameAuthParamsLookupAutoClusterFailoverTest.java |   2 +-
 .../SameAuthParamsLookupAutoClusterFailover.java   |   2 +-
 pulsar-io/aws/pom.xml                              |   1 -
 .../kinesis-kpl-shaded}/pom.xml                    | 130 ++++++++++-----------
 pulsar-io/kinesis/pom.xml                          |  23 ++--
 .../org/apache/pulsar/io/kinesis/KinesisSink.java  |  15 +--
 .../pulsar/io/kinesis/KinesisSinkConfig.java       |   1 +
 .../pulsar/io/kinesis/KinesisSinkConfigTests.java  |   2 +-
 pulsar-io/pom.xml                                  |   2 +
 tests/integration/pom.xml                          |   2 +-
 tiered-storage/file-system/pom.xml                 |  71 ++++++-----
 tiered-storage/jcloud/pom.xml                      |   1 +
 26 files changed, 284 insertions(+), 215 deletions(-)
 copy {jetcd-core-shaded => pulsar-io/kinesis-kpl-shaded}/pom.xml (54%)

Reply via email to