You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/09/19 10:48:14 UTC

[rocketmq] branch develop updated (b511e0977 -> 7c6dbd7f3)

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

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


    from b511e0977 [ISSUE #5095] [Remoting-A] Support logging rpc distribution in remoting protocol (#5114)
     add 7c6dbd7f3 [ISSUE #5116]Make PlainAccessControlFlowTest portable (#5117)

No new revisions were added by this update.

Summary of changes:
 acl/BUILD.bazel                                    |  41 ++---
 acl/pom.xml                                        |   5 +
 .../rocketmq/acl/plain/PlainPermissionManager.java |   9 +-
 .../apache/rocketmq/acl/plain/AclTestHelper.java   | 104 ++++++++++++
 .../acl/plain/PlainAccessControlFlowTest.java      | 188 ++++++---------------
 5 files changed, 186 insertions(+), 161 deletions(-)
 create mode 100644 acl/src/test/java/org/apache/rocketmq/acl/plain/AclTestHelper.java