You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/12/18 07:12:51 UTC

[pulsar] branch master updated (c5d7a84 -> 3cc8309)

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

mmarshall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from c5d7a84  [Transaction]Txn client check timeout (#12521)
     add 3cc8309  [Authorization] Converge authz of ns policies from super-user to tenant-administrator (#13157)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/admin/impl/NamespacesBase.java   |  26 ++---
 .../apache/pulsar/broker/admin/v1/Namespaces.java  |  16 ++-
 .../pulsar/broker/admin/v1/PersistentTopics.java   |   6 +-
 .../apache/pulsar/broker/admin/v2/Namespaces.java  |  16 ++-
 .../pulsar/broker/admin/v2/PersistentTopics.java   |   4 +-
 .../api/AuthorizationProducerConsumerTest.java     | 128 +++++++++++++++++++++
 6 files changed, 167 insertions(+), 29 deletions(-)