RockteMQ-AI commented on issue #2075: URL: https://github.com/apache/rocketmq-dashboard/issues/2075#issuecomment-5304678049
**Issue Evaluation** Category: `bug` | Status: **Confirmed** Valid bug. `CreateInstanceDTO` is missing Jakarta validation annotations (`@NotBlank`/`@NotNull`) that sibling DTOs already have, allowing invalid payloads to reach the service layer. **Root Cause:** Missing validation annotations on DTO fields. **Impact:** Invalid requests bypass validation and may cause unexpected errors deeper in the stack. **Severity:** Low-Medium An automated fix proposal may be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by RockteMQ-AI* -- 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]
