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 e663194 Fix Javadoc warning.
new 2e2897d [NET-687][FTPS] javax.net.ssl.SSLException: Unsupported or
unrecognized SSL message, #59.
new 8544697 Fix Checkstyle. Don't allow junk Javadocs. Use the POM
default goal from CIs.
The 2 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:
.github/workflows/maven.yml | 3 +-
.travis.yml | 1 -
checkstyle.xml | 10 ++---
pom.xml | 1 +
src/changes/changes.xml | 4 ++
.../org/apache/commons/net/ftp/FTPSClient.java | 1 -
.../commons/net/ftp/parser/MVSFTPEntryParser.java | 2 +-
.../org/apache/commons/net/ftp/FTPSClientTest.java | 48 ++++++++++++++++++----
.../apache/commons/net/ftpsserver/users.properties | 6 +--
.../org/apache/commons/net/test-data/file.txt | 20 +++++++++
10 files changed, 74 insertions(+), 22 deletions(-)
create mode 100644 src/test/resources/org/apache/commons/net/test-data/file.txt