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 4097ce09426 [feat][misc] upgrade oxia version to 0.6.2 (#24689)
     new 3f510c6a027 [improve][ml] Improve cache insert performance by removing 
exists check since it's already covered by putIfAbsent (#24699)
     new 9e6f7a130e2 [improve][client]  PIP-407 Add newMessage with schema and 
transactions (#23942)
     new 77d18bfcd37 [fix][broker] Fix NPE and annotate nullable return values 
for ManagedCursorContainer (#24706)
     new ec0df9ccffe [improve][build] Disable javadoc build failure (#24594)
     new eb39530e711 [fix][sec] Upgrade Netty to 4.1.127.Final to address CVEs 
(#24717)

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:
 buildtools/pom.xml                                 |  2 +-
 distribution/server/src/assemble/LICENSE.bin.txt   | 54 +++++++++++-----------
 distribution/shell/src/assemble/LICENSE.bin.txt    | 52 ++++++++++-----------
 .../apache/bookkeeper/mledger/ManagedLedger.java   |  4 +-
 .../mledger/impl/ManagedCursorContainer.java       | 17 +++++--
 .../mledger/impl/cache/RangeEntryCacheImpl.java    |  7 +--
 pom.xml                                            |  4 +-
 .../pulsar/broker/service/BacklogQuotaManager.java |  3 ++
 .../broker/service/persistent/PersistentTopic.java |  7 ++-
 .../pulsar/broker/transaction/TransactionTest.java | 37 +++++++++++++++
 .../org/apache/pulsar/client/api/Producer.java     | 15 ++++++
 .../apache/pulsar/client/impl/ProducerBase.java    |  9 ++++
 12 files changed, 144 insertions(+), 67 deletions(-)

Reply via email to