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 eba35a93 Merge pull request #264 from apache/dependabot/github_actions/actions/checkout-4.1.7 new 3c6b4e48 Remove InvalidKeySpecException from AuthenticatingIMAPClient.auth(AUTH_METHOD, String, String) never throws, it's not thrown new 2eb9f535 Remove InvalidKeySpecException from ExtendedPOP3Client.auth(AUTH_METHOD, String, String) never throws, it's not thrown new 5f17d6dc Remove InvalidKeySpecException from org.apache.commons.net.smtp.AuthenticatingSMTPClient.auth(AUTH_METHOD, String, String) never throws, it's not thrown new 86fd3681 Remove InvalidKeySpecException from AuthenticatingIMAPClient.authenticate(AUTH_METHOD, String, String) never throws, it's not thrown new 278acacb Javadoc new db917409 Fix PMD UnnecessaryFullyQualifiedName new 90c8c414 Fix PMD UnnecessaryFullyQualifiedName new b4c6685e Fix PMD UnnecessaryFullyQualifiedName new e97cd0ff Fix PMD UnnecessaryFullyQualifiedName new cc3f9a6e Fix PMD UnnecessaryFullyQualifiedName new 240dd5bd Fix PMD UnnecessaryFullyQualifiedName new 9f8573c4 Fix PMD UnnecessaryFullyQualifiedName new c00c86fe Fix PMD UnnecessaryFullyQualifiedName new 14c922da Fix PMD UnnecessaryFullyQualifiedName new 5fd1690b Fix PMD UnnecessaryFullyQualifiedName new 7202825e Fix PMD UnnecessaryFullyQualifiedName new 1a1afe19 Fix PMD UnnecessaryFullyQualifiedName new 1264b75a Fix PMD UnnecessaryFullyQualifiedName new 312f9a5d Fix PMD UnnecessaryFullyQualifiedName new 159e9d43 More readable constant new 8221fcd0 Add @SuppressWarnings new b635d604 Add @SuppressWarnings new 26736b70 Add @SuppressWarnings new 5689c0d6 Refactor example duplicate code new af3266c4 Make private constant static new 058eefb1 Fix SpotBugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in SSLSocketUtils The 26 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 | 6 ++++++ .../commons/net/examples/PrintCommandListeners.java} | 20 +++++++++----------- .../commons/net/examples/ftp/FTPClientExample.java | 5 ++--- .../commons/net/examples/ftp/ServerToServerFTP.java | 5 ++--- .../apache/commons/net/examples/ftp/TFTPExample.java | 2 +- .../apache/commons/net/examples/mail/POP3Mail.java | 5 ++--- .../apache/commons/net/examples/mail/SMTPMail.java | 4 ++-- .../commons/net/examples/nntp/ArticleReader.java | 5 ++--- .../commons/net/examples/nntp/ExtendedNNTPOps.java | 5 ++--- .../commons/net/examples/nntp/MessageThreading.java | 5 ++--- .../commons/net/examples/nntp/PostMessage.java | 4 ++-- .../net/examples/telnet/TelnetClientExample.java | 10 +++++----- .../org/apache/commons/net/finger/FingerClient.java | 2 +- .../java/org/apache/commons/net/ftp/FTPClient.java | 12 ++++++------ .../commons/net/imap/AuthenticatingIMAPClient.java | 7 ++----- src/main/java/org/apache/commons/net/imap/IMAP.java | 4 ++-- src/main/java/org/apache/commons/net/nntp/NNTP.java | 4 ++-- .../apache/commons/net/pop3/ExtendedPOP3Client.java | 8 +++----- src/main/java/org/apache/commons/net/pop3/POP3.java | 4 ++-- .../commons/net/smtp/AuthenticatingSMTPClient.java | 14 ++++++-------- src/main/java/org/apache/commons/net/smtp/SMTP.java | 4 ++-- .../commons/net/telnet/TelnetOutputStream.java | 4 ++-- .../org/apache/commons/net/tftp/TFTPAckPacket.java | 4 ++-- .../java/org/apache/commons/net/tftp/TFTPClient.java | 4 ++-- .../org/apache/commons/net/tftp/TFTPDataPacket.java | 4 ++-- .../org/apache/commons/net/tftp/TFTPErrorPacket.java | 4 ++-- .../commons/net/tftp/TFTPReadRequestPacket.java | 4 ++-- .../commons/net/tftp/TFTPWriteRequestPacket.java | 4 ++-- .../org/apache/commons/net/util/SSLSocketUtils.java | 9 +++------ 29 files changed, 80 insertions(+), 92 deletions(-) copy src/{test/java/org/apache/commons/net/tftp/TFTPPacketExceptionTest.java => main/java/org/apache/commons/net/examples/PrintCommandListeners.java} (64%)