This is an automated email from the ASF dual-hosted git repository.
lizhimin pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
from 08b62b9d67 refactor: remove static from executorService to support
multi-broker in single process with brokercontainer (#9772)
add 035c91a3cc [ISSUE #9763] Fix invalid user disable status check in
authorization (#9764)
No new revisions were added by this update.
Summary of changes:
.../chain/UserAuthorizationHandler.java | 5 +-
.../chain/UserAuthorizationHandlerTest.java | 163 +++++++++++++++++++++
2 files changed, 165 insertions(+), 3 deletions(-)
create mode 100644
auth/src/test/java/org/apache/rocketmq/auth/authorization/chain/UserAuthorizationHandlerTest.java