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 5d3cf213 Use Java 6 API for exception construction
     new f80f9639 Add FTPCmd.OPTS
     new e3742234 Javadoc
     new 2341e876 Reuse IOUtils
     new 19f5d82b Avoid multiple possible NullPointerException in 
SocketClient.verifyRemote(Socket)
     new 4b5ac366 Reuse IOUtils
     new 7046ea5f Javadoc
     new 27742fb0 Fix test
     new def196b2 Better parameter names
     new c1a0ef0a Javadoc
     new 1a4e54ce Use String.join()
     new a45b091f Remove "__" prefix from local variable names
     new e0c54a74 
PrintCommandListener.protocolReplyReceived(ProtocolCommandEvent) doesn't always 
use an end-of-line.
     new a93879ea Internal refactoring for a magic char
     new 0875c042 Reduce vertical whitespace
     new 257b1b5e Add FTP.opts(String, String)

The 15 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 +-
 .../apache/commons/net/PrintCommandListener.java   |  10 +-
 .../apache/commons/net/ProtocolCommandSupport.java |   9 +-
 .../java/org/apache/commons/net/SocketClient.java  |  59 ++++---
 .../org/apache/commons/net/bsd/RCommandClient.java |   9 +-
 .../org/apache/commons/net/bsd/RExecClient.java    |  17 +-
 .../commons/net/examples/ftp/FTPClientExample.java |  10 +-
 .../commons/net/examples/ftp/TFTPExample.java      |  11 +-
 src/main/java/org/apache/commons/net/ftp/FTP.java  | 181 ++++++++++----------
 .../java/org/apache/commons/net/ftp/FTPClient.java | 186 ++++++++++-----------
 .../apache/commons/net/ftp/FTPClientConfig.java    |  14 +-
 .../java/org/apache/commons/net/ftp/FTPCmd.java    |   9 +-
 .../java/org/apache/commons/net/ftp/FTPFile.java   |   2 +-
 .../org/apache/commons/net/ftp/FTPHTTPClient.java  |   2 +-
 .../apache/commons/net/ftp/FTPListParseEngine.java |   2 -
 .../org/apache/commons/net/ftp/FTPSClient.java     |  20 +--
 .../commons/net/ftp/parser/MLSxEntryParser.java    |   4 +-
 .../java/org/apache/commons/net/imap/IMAP.java     |  20 +--
 .../apache/commons/net/io/CopyStreamListener.java  |  15 +-
 src/main/java/org/apache/commons/net/io/Util.java  |  21 +--
 .../java/org/apache/commons/net/nntp/NNTP.java     |  15 +-
 .../org/apache/commons/net/nntp/ReplyIterator.java |   8 +-
 .../java/org/apache/commons/net/pop3/POP3.java     |  15 +-
 .../java/org/apache/commons/net/smtp/SMTP.java     |  16 +-
 .../apache/commons/net/telnet/TelnetClient.java    |   2 +-
 .../apache/commons/net/util/KeyManagerUtils.java   |   4 +-
 .../commons/net/ftp/ListingFunctionalTest.java     |  40 +----
 27 files changed, 323 insertions(+), 384 deletions(-)

Reply via email to