This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
from 642c4d22 Remove console output in tests new d94c3007 Deprecate org.apache.commons.net.util.Base64 in favor of java.util.Base64 new 396bade2 Replace use of org.apache.commons.net.util.Base64 with java.util.Base64 in org.apache.commons.net.ftp new e644e559 Replace use of org.apache.commons.net.util.Base64 with java.util.Base64 in org.apache.commons.net.imap new 15e58bbf Replace use of org.apache.commons.net.util.Base64 with java.util.Base64 in org.apache.commons.net.pop3 new 88e36500 Replace use of org.apache.commons.net.util.Base64 with java.util.Base64 in org.apache.commons.net.smtp The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 15 +++++++++++++++ .../java/org/apache/commons/net/ftp/FTPHTTPClient.java | 9 +++------ src/main/java/org/apache/commons/net/ftp/FTPSClient.java | 12 ++++++------ .../apache/commons/net/imap/AuthenticatingIMAPClient.java | 13 ++++++------- .../org/apache/commons/net/pop3/ExtendedPOP3Client.java | 10 +++++----- .../apache/commons/net/smtp/AuthenticatingSMTPClient.java | 15 +++++++-------- src/main/java/org/apache/commons/net/util/Base64.java | 2 ++ 7 files changed, 44 insertions(+), 32 deletions(-)