Re: [LANG] - Deprecated CharEncoding?

2016-11-18 Thread Matt Sicker
Makes sense. You could even make the deprecated constants refer to the StandardCharsets constants. On 18 November 2016 at 15:26, Benedikt Ritter wrote: > +1 > Gary Gregory schrieb am Fr. 18. Nov. 2016 um > 22:07: > > > +1 > > > > That's how it is in Commons IO's Charsets class and I plan on doi

Re: [LANG] - Deprecated CharEncoding?

2016-11-18 Thread Benedikt Ritter
+1 Gary Gregory schrieb am Fr. 18. Nov. 2016 um 22:07: > +1 > > That's how it is in Commons IO's Charsets class and I plan on doing the > same with Commons Codec after the next release which will be the last one > on Java 1.6. > > Gary > > On Fri, Nov 18, 2016 at 10:03 AM, Pascal Schumacher < > p

Re: [LANG] - Deprecated CharEncoding?

2016-11-18 Thread Gary Gregory
+1 That's how it is in Commons IO's Charsets class and I plan on doing the same with Commons Codec after the next release which will be the last one on Java 1.6. Gary On Fri, Nov 18, 2016 at 10:03 AM, Pascal Schumacher < pascalschumac...@gmx.net> wrote: > Hello everybody, > > now that LANG requ

[LANG] - Deprecated CharEncoding?

2016-11-18 Thread Pascal Schumacher
Hello everybody, now that LANG requires java 7, should we deprecate org.apache.commons.lang3.CharEncoding (or at least the string constants with charset names) and suggest that users use java.nio.charset.StandardCharsets instead? -Pascal