[03/48] [lang] Deprecate CharEncoding and direct users to Java 7 classes

2017-06-08 Thread britter
Deprecate CharEncoding and direct users to Java 7 classes Java 7 introduced java.nio.charset.StandardCharsets, which negates the need for our CharEncoding method. Additionally, the constants in the class now point to the constants defined in Java 7. Fixes: LANG-1334 Project: http://git-wip-us.ap

[lang] Deprecate CharEncoding and direct users to Java 7 classes

2017-05-22 Thread djones
Repository: commons-lang Updated Branches: refs/heads/master 53def5014 -> 7c19a1ff4 Deprecate CharEncoding and direct users to Java 7 classes Java 7 introduced java.nio.charset.StandardCharsets, which negates the need for our CharEncoding method. Additionally, the constants in the class now po