yyqdbngt opened a new pull request, #2803: URL: https://github.com/apache/rocketmq-dashboard/pull/2803
## Summary - normalize notification channels and delivery filters with `Locale.ROOT` - parse delivery status identifiers without depending on the JVM language - cover channel/status filtering under a Turkish default locale ## Why Channel and status values are stable identifiers. Locale-sensitive casing can turn `DINGTALK` into `dıngtalk` and `pending` into `PENDİNG`, skipping notifications or rejecting valid filters. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 PATH=/opt/homebrew/opt/openjdk@21/bin:$PATH mvn -q -f server/pom.xml -Dtest=NotificationOutboxServiceTest 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]
