yyqdbngt opened a new pull request, #3502: URL: https://github.com/apache/rocketmq-dashboard/pull/3502
### Summary `SendMessageDTO` requires a topic at the bean-validation layer while other fields stay optional. It had no tests. ### Changes - A request without a topic reports `topic is required` - A request with a topic (and optional instance/body) passes validation ### Testing `mvn test -Dtest=SendMessageDTOTest` passes: 2 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]
