You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ch...@apache.org on 2021/11/05 01:33:27 UTC

[pulsar] branch master updated (a6b1b34 -> 7e078aa)

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

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


    from a6b1b34  [Compaction] Do not move the non-durable cursor position when trimming ledgers while topic with compaction (#12602)
     add 7e078aa  allow consume permission to do GetTopics op (#12600)

No new revisions were added by this update.

Summary of changes:
 .../authorization/AuthorizationProvider.java       |  10 ++
 .../MultiRolesTokenAuthorizationProvider.java      |   5 +
 .../authorization/PulsarAuthorizationProvider.java |   8 ++
 .../broker/auth/MockAuthorizationProvider.java     |   6 ++
 .../api/AuthorizationProducerConsumerTest.java     |   5 +
 .../impl/PatternTopicsConsumerImplAuthTest.java    |   5 +
 ....java => GetTopicsOfNamespaceWithAuthTest.java} | 114 ++++++++++-----------
 7 files changed, 94 insertions(+), 59 deletions(-)
 copy tests/integration/src/test/java/org/apache/pulsar/tests/integration/auth/admin/{PackagesOpsWithAuthTest.java => GetTopicsOfNamespaceWithAuthTest.java} (67%)