Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: 5ba988d090aa6148771e1c693a04ad9df6c820f4
https://github.com/hibernate/hibernate-validator/commit/5ba988d090aa61487...
Author: Mert ÇALIŞKAN <mert(a)t2.com.tr>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/util/StringHelper.java
M
engine/src/test/java/org/hibernate/validator/test/internal/util/StringHelperTest.java
Log Message:
-----------
HV-1140 Use ROOT locale in StringHelper#decapitalize
Before that, we could have locale specific behaviors when lowercasing.
It was especially true for the Turkish locale - which is often cited as
an example of this issue.