yyqdbngt opened a new pull request, #3447:
URL: https://github.com/apache/rocketmq-dashboard/pull/3447

   ### Summary
   
   `CreateCloudCredentialDTO.parseVendor` maps a vendor string to an 
`InstanceVendor` (trimmed, case-insensitive, locale-safe) and 
`toCloudCredentialVO` builds the persisted credential. Only the Turkish-locale 
case had a test.
   
   ### Changes
   
   - Whitespace-padded and mixed-case vendor strings map to the right enum
   - Blank and unknown vendor strings map to `null`
   - `toCloudCredentialVO` carries name, parsed vendor, access key, secret key 
and remark through
   
   ### Testing
   
   `mvn test -Dtest=CreateCloudCredentialDTOTest` passes: 4 tests, 0 failures 
(up from 1).


-- 
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]

Reply via email to