vincent royer created CASSANDRA-13500:
-----------------------------------------

             Summary: Fix String default Locale with a javassit transformer
                 Key: CASSANDRA-13500
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13500
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: vincent royer
            Priority: Minor
             Fix For: 3.0.x, 3.11.x, 4.x
         Attachments: 
0008-Fix-String-default-Locale-with-a-javassit-transforme.patch

Several String related methods like java.lang.String.format() use implicitly 
the default Locale, causing bugs with some Locale values. This byte-code 
manipulation in build.xml explicitly set the Locale to Locale.ROOT in all 
String related calls in Cassandra classes. For details, see
https://github.com/strapdata/maven-javassist/blob/master/javassist-maven
-plugin-core/src/main/java/com/strapdata/transformer/StringLocaleTransfo
rmer.java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to