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 35afad62604 [improve][build] Upgrade SpotBugs to a version that 
supports JDK25 (#24768)
     new c3f6f591ed6 [fix][broker] First entry will be skipped if opening 
NonDurableCursor while trimmed ledger is adding first entry. (#24738)
     new d38a22d3db5 [improve][broker] If there is a deadlock in the service, 
the probe should return a failure because the service may be unavailable 
(#23634)
     new 9d3e7d044fc [improve][build] Upgrade Lombok to 1.18.42 to fully 
support JDK25 (#24763)
     new 67425640b74 [fix][client] Exclude io.prometheus:simpleclient_caffeine 
from client-side dependencies (#24761)
     new 2c920b66061 [improve][build] Upgrade Mockito, AssertJ and ByteBuddy to 
fully support JDK25 (#24764)
     new 2e7ae813ef7 [fix][test] Flaky-test: 
BrokerServiceTest.testShutDownWithMaxConcurrentUnload (#24769)

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:
 bouncy-castle/bc/pom.xml                           |   6 +
 bouncy-castle/bcfips/pom.xml                       |   6 +
 buildtools/pom.xml                                 |   4 +-
 distribution/server/src/assemble/LICENSE.bin.txt   |   2 +-
 distribution/shell/src/assemble/LICENSE.bin.txt    |   2 -
 .../mledger/impl/NonDurableCursorImpl.java         |   5 +-
 .../mledger/impl/NonDurableCursorTest.java         |  58 ++++++++
 pom.xml                                            |  44 ++----
 pulsar-broker-common/pom.xml                       |   6 +
 .../pulsar/common/configuration/VipStatus.java     |  99 +++++++++++--
 .../pulsar/common/configuration/VipStatusTest.java | 161 +++++++++++++++++++++
 .../pulsar/broker/service/BrokerServiceTest.java   |   3 +-
 pulsar-client-messagecrypto-bc/pom.xml             |   6 +
 pulsar-client/pom.xml                              |   6 +
 pulsar-functions/instance/pom.xml                  |   9 +-
 pulsar-functions/utils/pom.xml                     |   6 +
 pulsar-io/debezium/core/pom.xml                    |   6 +
 pulsar-io/kafka-connect-adaptor/pom.xml            |   6 +
 pulsar-websocket/pom.xml                           |   6 +
 19 files changed, 384 insertions(+), 57 deletions(-)
 create mode 100644 
pulsar-broker-common/src/test/java/org/apache/pulsar/common/configuration/VipStatusTest.java

Reply via email to