Skip to content

Conversation

@onobc
Copy link
Collaborator

@onobc onobc commented Oct 17, 2024

This commit makes sure that all usages of String toLowerCase and toUpperCase specify a Locale (default of Locale.ROOT).

Also, a checkstyle rule is added to prevent usage of the no-arg variant of String toLowerCase and toUpperCase.

This commit makes sure that all usages of String toLowerCase and
toUpperCase specify a Locale (default of Locale.ROOT).

Also, a checkstyle rule is added to prevent usage of the no-arg variant
of String toLowerCase and toUpperCase.
@onobc onobc added the type: improvement An improvement of implementation of existing feature label Oct 17, 2024
@onobc onobc added this to the 1.1.5 milestone Oct 17, 2024
@onobc onobc merged commit bab9926 into spring-projects:1.1.x Oct 17, 2024
@onobc onobc deleted the 11x-use-locale-string-upper-lower-case branch October 17, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: improvement An improvement of implementation of existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant