tju-yxq commented on PR #1542: URL: https://github.com/apache/rocketmq-dashboard/pull/1542#issuecomment-5248552450
@lizhimins The CI build on `rocketmq-studio` is still failing because `AlertService.java` is missing `import java.util.regex.Pattern;`. This was introduced when PR #1420 (alert validation) was consolidated into the batch merge. This PR adds the missing import — it's a one-line fix that will restore the CI build. The error: ``` [ERROR] AlertService.java:[40,26] cannot find symbol [ERROR] symbol: class Pattern ``` -- 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]
