You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2023/03/28 02:41:14 UTC

[rocketmq] branch develop updated (1eebed8e9 -> e0213fb19)

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

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


    from 1eebed8e9 [ISSUE #6488] Use ServiceThread#shutdown to replace the deprecated ServiceThread#stop method (#6489)
     add e0213fb19 [ISSUE #6321] Optimize yaml parse code (#6322)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/rocketmq/acl/common/AclUtils.java   |   5 +-
 .../apache/rocketmq/acl/plain/PlainAccessData.java | 104 ++++++++++++++
 .../rocketmq/acl/plain/PlainPermissionManager.java | 157 ++++++++++-----------
 .../apache/rocketmq/acl/common/AclUtilsTest.java   |  43 +++---
 .../acl/plain/PlainAccessControlFlowTest.java      |  25 ++--
 .../acl/plain/PlainAccessValidatorTest.java        |  58 ++++----
 .../acl/plain/PlainPermissionManagerTest.java      |  73 +++++-----
 .../apache/rocketmq/common/PlainAccessConfig.java  |  18 ++-
 8 files changed, 294 insertions(+), 189 deletions(-)
 create mode 100644 acl/src/main/java/org/apache/rocketmq/acl/plain/PlainAccessData.java