yyqdbngt opened a new pull request, #2828: URL: https://github.com/apache/rocketmq-dashboard/pull/2828
## Summary - normalize provider engine identifiers during registration as well as lookup - reject blank and duplicate normalized engine registrations explicitly - add mixed-case and duplicate regression coverage ## Why Lookup is case-insensitive and trimmed, but registration previously stored the raw provider identifier, making otherwise valid providers unreachable and hiding normalized collisions until runtime. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 PATH=/opt/homebrew/opt/openjdk@21/bin:$PATH mvn -f server/pom.xml -Dtest=AgentProviderRegistryTest 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]
