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 7df87f0cb60 [fix][admin] Verify is policies read only before revoke
permissions on topic (#23730)
new 1abbc3c0cf4 [improve][fn] Set default tenant and namespace for
ListFunctions cmd (#23881)
new 1c86d251735 [improve][broker] Fix non-persistent system topic schema
compatibility (#23286)
The 2 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:
.../pulsar/broker/service/BrokerService.java | 7 +++-
...age-info.java => NonPersistentSystemTopic.java} | 13 +++++++
.../extensions/ExtensibleLoadManagerImplTest.java | 42 ++++++++++++++++++++++
.../apache/pulsar/admin/cli/CmdFunctionsTest.java | 13 +++++++
4 files changed, 74 insertions(+), 1 deletion(-)
copy
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/nonpersistent/{package-info.java
=> NonPersistentSystemTopic.java} (72%)