yyqdbngt opened a new pull request, #3513: URL: https://github.com/apache/rocketmq-dashboard/pull/3513
### Summary `UpdateAclRuleDTO` requires id/principal/resource and parses the id into the VO with a numeric guard. It had no tests. ### Changes - An empty request reports all three required-field messages - A numeric id (with surrounding whitespace) is parsed into the VO - A non-numeric id leaves the VO id `null` instead of throwing ### Testing `mvn test -Dtest=UpdateAclRuleDTOTest` passes: 3 tests, 0 failures (first coverage for this DTO). -- 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]
