This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 63013a6f2c2 [fix][sec] Upgrade Jackson version to 2.18.6 (#25264)
new de47791bf2f [fix][broker] Support namespace unsubscribe when bundles
are unloaded (#25276)
new f072ae1045a [fix][sec] Bump org.apache.zookeeper:zookeeper from 3.9.4
to 3.9.5 (#25303)
new e190cb50446 [fix][offload] Close all resources in
BlobStoreBackedReadHandleImplV2.closeAsync (#25296)
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 | 6 +-
pom.xml | 2 +-
.../pulsar/broker/admin/impl/NamespacesBase.java | 156 +++++++--------
.../apache/pulsar/broker/admin/v1/Namespaces.java | 29 ++-
.../apache/pulsar/broker/admin/v2/Namespaces.java | 29 ++-
.../apache/pulsar/broker/admin/AdminApiTest.java | 215 +++++++++++++++++++++
.../impl/BlobStoreBackedReadHandleImplV2.java | 30 ++-
7 files changed, 358 insertions(+), 109 deletions(-)