We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Deployer to add Locale.ROOT for String toLowerCase/toUpperCase.
Note
If we want to also prevent this in the future we can add checkstyle rules as done in spring-projects/spring-pulsar@123b17d
The text was updated successfully, but these errors were encountered:
Updated toLowerCase() to toLowerCase(Locale.ROOT) and toUpperCase() t…
98d9f38
…o toUpperCase(Locale.ROOT) Fixes spring-cloud#489
bf1df97
daad886
Specify locale in toLowerCase|toUpperCase (#491)
6f1fd99
This commit makes sure that all usages of String toLowerCase and toUpperCase specify a Locale (default of Locale.ROOT). Fixes #489
552f57f
corneil
No branches or pull requests
Update Deployer to add Locale.ROOT for String toLowerCase/toUpperCase.
Note
If we want to also prevent this in the future we can add checkstyle rules as done in spring-projects/spring-pulsar@123b17d
The text was updated successfully, but these errors were encountered: