spring-projects / spring-pulsar

Spring Friendly Abstractions for Apache Pulsar
Apache License 2.0
183 stars 58 forks source link

Specify locale in toLowerCase|toUpperCase #894

Closed onobc closed 2 weeks ago

onobc commented 3 weeks ago

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.