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 876d6976 Use a JRE built-in Charset instead of a magic string
new 0ef492bd TFTPServer implements AutoCloseable
new e46e9758 Port test from JUnit 3 to 5
new 607e32ec Let tests close TFTPClient
new fb35673b Javadoc
new 245c3de9 Javadoc
new 21eba7bf Better local names
new 62333495 Use try-with-resources
new 02c69d05 DatagramSocketClient implements AutoCloseable
The 8 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/DatagramSocketClient.java | 16 +--
.../commons/net/ftp/parser/DownloadListings.java | 14 +-
.../commons/net/pop3/POP3ClientCommandsTest.java | 7 +-
.../org/apache/commons/net/tftp/TFTPServer.java | 72 +++++-----
.../apache/commons/net/tftp/TFTPServerMain.java | 2 +-
.../commons/net/tftp/TFTPServerPathTest.java | 157 +++++++++++----------
.../java/org/apache/commons/net/tftp/TFTPTest.java | 64 +++++----
8 files changed, 180 insertions(+), 158 deletions(-)