[FUTURE]CLOUDSTACK-8872: Replaced all occurences of Charset.forName(UTF-8) with StringUtils.getPreferredCharset().#832
Conversation
e0dec7e to
efa73c1
Compare
|
cloudstack-pull-rats #607 SUCCESS |
|
cloudstack-pull-rats #609 SUCCESS |
|
cloudstack-pull-rats #610 SUCCESS |
|
cloudstack-pull-rats #613 SUCCESS |
|
cloudstack-pull-analysis #542 FAILURE |
|
cloudstack-pull-analysis #544 FAILURE |
|
cloudstack-pull-analysis #545 FAILURE |
|
cloudstack-pull-analysis #547 FAILURE |
|
Hi @borisroman Few months ago we had a thread on the list to discuss which PR flow we should have in place in order to increase ACS quality. The idea was:
Except for the unit test part, which is already being covered by the StringUtilsTest class, the other 2 points are missing in your PR. Could you please create a ticket and edit the PR description? Cheers, |
|
Thank you for your extensive comment. I've read through the thread you mentioned and added the required Jira ticket and PR description. Thanks! |
|
Thanks, @borisroman ! :) I will have a look at your PR again later today. Cheers, |
|
cloudstack-pull-rats #748 SUCCESS |
|
cloudstack-pull-analysis #697 ABORTED |
|
@borisroman Can you force push this PR please and rebase it with current master? Then we can run some tests! Pinging @dahn to look at the code. |
…tPreferredCharset().
|
Most of them have already been resolved. |
* Fixing instance view * Chaning from ip to ssh port * Fixing html tags in text * Adding messages to kube actions * Removing redundant code Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This PR replaces all occurrences of Charset.forName("UTF-8") with StringUtils.getPreferredCharset().
This to ensure consistent encoding across all ACS components, even when UTF-8 is not available.