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 c16560e9 Bump github/codeql-action from 4.31.11 to 4.32.0
new e7eb845b Reuse ThreadUtils in tests
new cc0cea18 IMAPExportMbox now restores the current thread's interrupt
flag when catching InterruptedException.
new 58b37852 Better internal names
new 83bee9ad IOUtil.readWrite() now restores the current thread's
interrupt flag when catching InterruptedException.
new 827e87c8 TelnetInputStream now restores the current thread's interrupt
flag when catching InterruptedException.
The 5 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 | 5 +++-
.../commons/net/examples/mail/IMAPExportMbox.java | 2 +-
.../apache/commons/net/examples/util/IOUtil.java | 29 ++++++++--------------
.../commons/net/telnet/TelnetInputStream.java | 7 +++++-
.../apache/commons/net/ftp/AbstractFtpsTest.java | 11 +++-----
.../org/apache/commons/net/ntp/TestNtpClient.java | 7 ++----
.../commons/net/telnet/TelnetClientTest.java | 7 ++----
.../org/apache/commons/net/tftp/TFTPServer.java | 2 +-
.../commons/net/tftp/TFTPServerPathTest.java | 1 +
9 files changed, 32 insertions(+), 39 deletions(-)