yuluo-yx opened a new pull request, #2694: URL: https://github.com/apache/rocketmq-dashboard/pull/2694
## Summary\n\n- strip Aliyun region identifiers before catalog client calls\n- normalize optional search text before local filtering\n- send stripped cloud instance identifiers to the SDK and use them in not-found errors\n- add regression coverage for whitespace-padded catalog inputs\n\n## Root cause\n\nThe service rejected blank values but passed the original strings to the SDK and search filter, so otherwise valid identifiers with surrounding whitespace failed lookups.\n\n## Local verification\n\n- Maven validate reached Checkstyle with 0 violations\n- git diff --check\n- scope check: 38 changed lines across 2 files\n\nAliyunCatalogServiceTest was not run locally because this machine did not have the project-required Java 21 SDK and both official SDK downloads were interrupted by the local proxy. The pull request is intentionally left for the automatically triggered Java 21 GitHub CI, per the submitter instruction.\n\nFixes #2464 -- 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]
