amahussein opened a new pull request #2703: URL: https://github.com/apache/hadoop/pull/2703
[HADOOP-17109: Replace Guava base64Url and base64 with Java8+ base64](https://issues.apache.org/jira/browse/HADOOP-17109) The hadoop source code relies on `org.apache.commons.` for Base64. This PR is to add the `com.google.common.io.BaseEncoding` to illegal classes in order to prevent using the guava import in future commits. - This PR only touches the checkstyle configuration. - There are no occurrences of `com.google.common.io.BaseEncoding` in the code. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
