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 aaf166f6 Replace FQCN with import new 5c4b4c94 Set EOLs to Unix style new e9c8095b Use Java 8 API 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/codeql-analysis.yml | 160 +- .github/workflows/maven.yml | 114 +- README.md | 214 +- src/changes/changes.xml | 3334 ++++++++++---------- .../apache/commons/net/examples/ntp/NTPClient.java | 362 +-- .../commons/net/examples/ntp/TimeClient.java | 202 +- .../apache/commons/net/ftp/FTPListParseEngine.java | 666 ++-- .../org/apache/commons/net/ftp/FTPSClient.java | 1828 +++++------ .../java/org/apache/commons/net/nntp/Threader.java | 928 +++--- .../org/apache/commons/net/ntp/NTPUDPClient.java | 288 +- .../java/org/apache/commons/net/ntp/NtpUtils.java | 230 +- .../java/org/apache/commons/net/ntp/NtpV3Impl.java | 1398 ++++---- .../org/apache/commons/net/ntp/NtpV3Packet.java | 518 +-- .../java/org/apache/commons/net/ntp/TimeInfo.java | 686 ++-- .../java/org/apache/commons/net/ntp/TimeStamp.java | 936 +++--- .../org/apache/commons/net/pop3/POP3Client.java | 9 +- .../commons/net/smtp/AuthenticatingSMTPClient.java | 6 +- .../apache/commons/net/util/KeyManagerUtils.java | 9 +- .../org/apache/commons/net/util/SubnetUtils.java | 2 +- .../org/apache/commons/net/tftp/TFTPServer.java | 1894 +++++------ .../commons/net/time/TimeTestSimpleServer.java | 320 +- 21 files changed, 7049 insertions(+), 7055 deletions(-)