yyqdbngt opened a new pull request, #2804: URL: https://github.com/apache/rocketmq-dashboard/pull/2804
## Summary - normalize alert notification channel identifiers with `Locale.ROOT` - preserve case-insensitive validation under locale-sensitive JVM defaults - add Turkish-locale regression coverage for `DINGTALK` ## Why Notification channel names are identifiers. Locale-sensitive lowercase conversion changes uppercase `I` to a dotless character under Turkish, rejecting an otherwise supported channel. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 PATH=/opt/homebrew/opt/openjdk@21/bin:$PATH mvn -q -f server/pom.xml -Dtest=NativeAlertRulePolicyTest test` -- 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]
