Closed Simulant87 closed 1 week ago
introduced with Java 7 StandardCharsets.UTF_8 does not need to lookup the Charset by name.
Java 6 should still be the minimum required/supported version for the main code, only the test code requires Java 8 as minimum version.
introduced with Java 7 StandardCharsets.UTF_8 does not need to lookup the Charset by name.