This is an automated email from the ASF dual-hosted git repository.
lgoldstein pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.
from 725e30c Upgraded Spring integration version to 5.2.1
new 1de0f8b [SSHD-956] Fixed return value of
SessionHelper#checkForTimeouts in case session is being closed
new 9a0d8a9 [SSHD-956] Using System#nanoTime to measure session
idle/authentication timeouts
new b40e1e5 Moved Closeable inheritance from Session to SessionContext
new 9cf3fea Moved isServerSession() indicator from Session to
SessionContext
new 6211fc3 Moved current cipher/MAC/compression information getters from
Session to SessionContext
new 30bcff4 Minor code changes for GenericUtils
new cdefd19 Return a case-insensitive NavigableSet<String> for
AclCapabilities#decodeAclCapabilities
new 69371dd Using more liberal sizing of internal maps used by
StandardEnvironment
new 69caf00 Using plain Session instead of AbstractSession where possible
The 9 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:
CHANGES.md | 4 ++
.../apache/sshd/common/session/SessionContext.java | 45 +++++++++++++-
.../org/apache/sshd/common/util/GenericUtils.java | 69 +++++++++++-----------
.../org/apache/sshd/common/session/Session.java | 45 +-------------
.../session/helpers/AbstractConnectionService.java | 22 +++----
.../sshd/common/session/helpers/SessionHelper.java | 47 ++++++++++-----
.../session/helpers/SessionTimeoutListener.java | 31 +++++-----
.../java/org/apache/sshd/server/Environment.java | 2 +-
.../apache/sshd/server/StandardEnvironment.java | 4 +-
.../client/simple/SimpleSessionClientTest.java | 18 ++++--
.../java/org/apache/sshd/server/ServerTest.java | 58 ++++++++++++------
.../sftp/extensions/AclSupportedParser.java | 13 ++--
12 files changed, 203 insertions(+), 155 deletions(-)