spring-cloud / spring-cloud-deployer

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks
163 stars 88 forks source link

Updated toLowerCase() and toUpperCase() to use Locale.ROOT #491

Closed corneil closed 2 weeks ago

corneil commented 2 weeks ago

Updated toLowerCase() to toLowerCase(Locale.ROOT) and toUpperCase() to toUpperCase(Locale.ROOT)

Fixes #489