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 76239ad  Upgraded OWASP dependency check plugin version to 6.1.0
     new 106a2ce  [SSHD-1124] Using List<? extends SubsytemFactory> method 
signature
     new 890b782  [SSHD-1124] Using List<? extends ChannelFactory> method 
signature
     new 5a6c994  [SSHD-1124] Using List<? extends ServiceFactory> method 
signature
     new 91b437d  [SSHD-1124] Using Factory<? extends Random> method signature

The 4 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:
 .../session/EndlessTarpitSenderSupportDevelopment.java |  2 +-
 .../main/java/org/apache/sshd/client/SshClient.java    |  2 +-
 .../apache/sshd/client/session/ClientSessionImpl.java  |  2 +-
 .../java/org/apache/sshd/common/FactoryManager.java    |  6 +++---
 .../sshd/common/helpers/AbstractFactoryManager.java    | 18 +++++++++---------
 .../sshd/common/session/helpers/AbstractSession.java   |  2 +-
 .../org/apache/sshd/server/ServerFactoryManager.java   |  2 +-
 .../main/java/org/apache/sshd/server/SshServer.java    |  8 ++++----
 .../org/apache/sshd/server/channel/ChannelSession.java |  2 +-
 .../java/org/apache/sshd/server/kex/DHGEXServer.java   |  2 +-
 .../sshd/client/ClientAuthenticationManagerTest.java   |  7 ++++---
 .../keyverifier/KnownHostsServerKeyVerifierTest.java   |  7 +++++--
 .../java/org/apache/sshd/sftp/client/SftpTest.java     |  8 ++++----
 .../org/apache/sshd/sftp/client/SftpVersionsTest.java  |  4 ++--
 .../helpers/SpaceAvailableExtensionImplTest.java       |  2 +-
 15 files changed, 39 insertions(+), 35 deletions(-)

Reply via email to