milleruntime opened a new issue #1419: Use StandardCharsets.UTF_8 URL: https://github.com/apache/accumulo/issues/1419 There are a few places in the code where the UTF-8 charset can be replaced with the static equivalent from java.nio.charset.StandardCharsets. The following classes should have ```Charset.forName("UTF-8")``` replaced with ```StandardCharsets.UTF_8```: - org.apache.accumulo.core.cryptoImpl.AESCryptoService - org.apache.accumulo.core.cryptoImpl.NoFileEncrypter - org.apache.accumulo.core.data.KeyBuilder - org.apache.accumulo.server.util.ConvertConfig - org.apache.accumulo.test.ShellServerIT - org.apache.accumulo.tserver.MemValueTest
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
