Aias00 opened a new issue, #1529: URL: https://github.com/apache/rocketmq-dashboard/issues/1529
## Problem The current `rocketmq-studio` baseline does not compile because `AlertService` declares `Pattern` constants without importing `java.util.regex.Pattern`. This blocks all server tests, including unrelated focused tests. ## Scope Add the missing standard-library import and verify the server compiles and AlertService tests run. ## Track Track 1 / Studio server baseline reliability. -- 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]
