RockteMQ-AI commented on issue #1467: URL: https://github.com/apache/rocketmq-dashboard/issues/1467#issuecomment-5237524999
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The `CreateCloudCredentialDTO.parseVendor` Turkish-locale issue is confirmed. `String.toUpperCase()` without `Locale.ROOT` converts `"aliyun"` to `"ALİYUN"` (dotted İ) on a Turkish JVM, which fails vendor matching. **Root Cause:** `String.toUpperCase()` uses platform default locale instead of `Locale.ROOT`. **Impact:** Cloud credential onboarding broken on Turkish-locale JVMs. **Severity:** Medium — environment-dependent. A fix PR is available: #1468 (`agent/locale-stable-credential-vendor`). --- *Automated evaluation by RockteMQ-AI* -- 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]
