This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 6af24f1b2e1 [fix][admin] Fix asyncGetRequest to handle 204 (#25124)
     new c22f3d5b2f1 [fix][fn] complete flushAsync before closeAsync in 
ProducerCache and wait for completion in closing the cache (#25140)
     new 859da928fc7 [fix][proxy] Fix memory leaks in ParserProxyHandler 
(#25142)
     new 026cccf857d [fix][sec] Upgrade vertx to address CVE-2026-1002 (#25152)

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   |  10 +-
 pom.xml                                            |   2 +-
 .../pulsar/functions/instance/ProducerCache.java   |  31 ++++-
 .../functions/instance/ProducerCacheTest.java      |  36 ++++++
 .../pulsar/proxy/server/DirectProxyHandler.java    |   9 +-
 .../pulsar/proxy/server/ParserProxyHandler.java    | 125 +++++++++++++--------
 .../apache/pulsar/proxy/server/ProxyService.java   |  12 +-
 .../apache/pulsar/proxy/server/ProxyStatsTest.java |  58 ++++++++++
 8 files changed, 221 insertions(+), 62 deletions(-)

Reply via email to