yyqdbngt opened a new pull request, #1495: URL: https://github.com/apache/rocketmq-dashboard/pull/1495
### Problem System alert level filters were lowercased with the JVM default locale. Under Turkish locale, uppercase `INFO` becomes `ınfo`, so the generated database predicate does not match stored `info` alerts and the query silently returns incomplete results. ### Fix Normalize alert level query values with `Locale.ROOT` before constructing the MyBatis predicate. ### Verification `mvn -B -ntp -Dmaven.compiler.proc=full -Dtest=MybatisPlusAlertRepositoryTest test` Tests run: 1, failures: 0, errors: 0. -- 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]
