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 b7750140a7c [fix][build][branch-3.0] Fix trino license
     new 069d1a489fd [improve][common] Optimize TopicName.get() to reduce lock 
contention on cache lookup (#25367)
     new fbbfe872556 [improve][broker] Improve the performance of TopicName 
constructor (#24463)
     new 87783896c87 [fix][sec] Upgrade log4j to 2.25.4 to address 
CVE-2026-34477, CVE-2026-34478, CVE-2026-34480, CVE-2026-34481 (#25521)

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:
 buildtools/pom.xml                                 |   2 +-
 distribution/server/src/assemble/LICENSE.bin.txt   |   8 +-
 distribution/shell/src/assemble/LICENSE.bin.txt    |   8 +-
 .../broker/naming/TopicNameGetBenchmark.java       |  88 +++++++++++++++++
 .../apache/pulsar/broker/naming}/package-info.java |   5 +-
 pom.xml                                            |   2 +-
 .../org/apache/pulsar/common/naming/TopicName.java | 104 ++++++++++-----------
 pulsar-sql/presto-distribution/LICENSE             |   6 +-
 8 files changed, 155 insertions(+), 68 deletions(-)
 create mode 100644 
microbench/src/main/java/org/apache/pulsar/broker/naming/TopicNameGetBenchmark.java
 copy {pulsar-client-auth-sasl/src/main/java/org/apache/pulsar/client/impl/auth 
=> microbench/src/main/java/org/apache/pulsar/broker/naming}/package-info.java 
(83%)

Reply via email to