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 67231c6 Prepare for the next release. add 87fbc3d Update POM version numbers for Apache Commons Net release 3.8.0 add 53fb146 Drop Emacs configuration comments from source files. add 8d47913 Fix spelling error. add 1c49b7d Javadoc. add 64c6727 Format tweaks. add 9cb799c Format tweaks. add ec77e3d Test hasFeature(FTPCmd). add 2393a55 Add FTPClient.hasFeature(FTPCmd). add 8b52019 Normalize to US English spelling. Inline local variables. Foramtting. Refactor if/else to ternary expression. Remove whitespace. Use import instead of FQCN. add 72d9068 Normalize to US English spelling. add 2781140 Normalize to US English spelling. add 682a333 Remove trailing whitespace. new 01ffe43 Merge from release branch, not quite ready for RC. The 1 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 | 17 +- .../java/org/apache/commons/net/SocketClient.java | 4 +- .../commons/net/examples/nntp/ExtendedNNTPOps.java | 8 - src/main/java/org/apache/commons/net/ftp/FTP.java | 8 - .../java/org/apache/commons/net/ftp/FTPClient.java | 244 ++++++++------------- .../apache/commons/net/ftp/FTPFileEntryParser.java | 9 - .../commons/net/ftp/FTPFileEntryParserImpl.java | 8 - .../commons/net/ftp/parser/VMSFTPEntryParser.java | 8 - .../ftp/parser/VMSVersioningFTPEntryParser.java | 8 - .../apache/commons/net/io/CopyStreamException.java | 2 +- .../java/org/apache/commons/net/nntp/NNTP.java | 8 - .../org/apache/commons/net/nntp/NNTPClient.java | 9 - .../org/apache/commons/net/nntp/NNTPCommand.java | 8 - .../org/apache/commons/net/nntp/NNTPReply.java | 8 - .../java/org/apache/commons/net/smtp/SMTP.java | 8 - .../commons/net/telnet/TelnetInputStream.java | 8 - .../apache/commons/net/util/SSLContextUtils.java | 8 +- .../org/apache/commons/net/ftp/FTPClientTest.java | 8 +- .../org/apache/commons/net/ftp/FTPSClientTest.java | 11 + .../parser/EnterpriseUnixFTPEntryParserTest.java | 8 - .../commons/net/ftp/parser/MLSDComparison.java | 4 +- 21 files changed, 124 insertions(+), 280 deletions(-)