netty5/common
Dmitriy Dumanskiy afc03da93b Java 8 migration. Use reference to StandardCharsets in CharsetUtil. (#8757)
Motivation:

No need to initialize charsets from the string. We can take already allocated charset from StandardCharsets class.

Modification:

Replace Charset.forName("US-ASCII") with StandardCharsets.US_ASCII.
Removed Charset[] values() method and internal static variable as it was used only in tests.

Result:

Reuse what the JDK provides
2019-01-22 16:50:36 +01:00
..
src Java 8 migration. Use reference to StandardCharsets in CharsetUtil. (#8757) 2019-01-22 16:50:36 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00