You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2021/05/23 13:20:49 UTC

[rocketmq] branch develop updated (d21f4d3 -> 59718fd)

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

duhengforever pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from d21f4d3  Merge pull request #2893 from shendongsd/develop
     new 3401ba5  [ACL] Parameter verification
     new 7848895  Merge branch 'develop' into enhanced_acl
     new 59718fd  Merge pull request #2418 from Git-Yang/enhanced_acl

The 1589 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:
 .../apache/rocketmq/acl/common/AclConstants.java   | 10 ++++++++
 .../org/apache/rocketmq/acl/common/Permission.java | 29 ++++++++++++++++++----
 .../rocketmq/acl/plain/PlainPermissionManager.java |  5 +++-
 .../apache/rocketmq/acl/common/PermissionTest.java | 24 ++++++++++++++++++
 .../acl/plain/PlainAccessValidatorTest.java        | 20 +++++++++++++++
 5 files changed, 82 insertions(+), 6 deletions(-)