yyqdbngt opened a new pull request, #3917: URL: https://github.com/apache/rocketmq-dashboard/pull/3917
### Motivation The `CreateAclRuleDTO` behind the ACL rule form had no unit coverage for its required-field validation or its VO conversion. This PR adds the first three cases. ### Changes - Missing principal/resource produce their required-field messages. - `toAclRuleVO` carries the full rule configuration (resource type/pattern, actions, decision, scope, ACL version). - Optional fields round-trip into the VO alongside the routing-only `instanceId`. ### Verification - `mvn -B test -Dtest=CreateAclRuleDTOTest`: 3/3 passed, BUILD SUCCESS -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
