This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 72cedb7020c [fix] [broker] print non log when delete partitioned topic
failed (#22153)
add 6ec473ed645 [improve][broker] Add fine-grain authorization to
retention admin API (#22163)
No new revisions were added by this update.
Summary of changes:
.../pulsar/broker/admin/v2/PersistentTopics.java | 9 +-
.../broker/admin/TopicPoliciesAuthZTest.java | 175 +++++++++++++++++++++
.../security/{tls => }/MockedPulsarStandalone.java | 60 ++++++-
.../tls/ec/TlsWithECCertificateFileTest.java | 2 +-
.../security/tls/ec/TlsWithECKeyStoreTest.java | 10 +-
5 files changed, 246 insertions(+), 10 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/TopicPoliciesAuthZTest.java
rename pulsar-broker/src/test/java/org/apache/pulsar/security/{tls =>
}/MockedPulsarStandalone.java (76%)