This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 825cbda6bf795fc40df6aee67d28ebeb037124c9
Merge: df5d9cd3c c66429a4b
Author: Thomas Wolf <[email protected]>
AuthorDate: Wed Jan 7 22:08:45 2026 +0100

    Merge branch 'master' into 3.0.0

 .../sshd/client/config/hosts/HostConfigEntry.java  |  34 ++
 .../client/config/hosts/HostConfigEntryTest.java   |   8 +
 .../common/helpers/AbstractFactoryManager.java     |  70 +++--
 .../org/apache/sshd/sftp/SftpModuleProperties.java |  12 +-
 .../apache/sshd/sftp/client/fs/SftpFileSystem.java | 341 ++++++++-------------
 .../sftp/client/fs/SftpFileSystemProvider.java     |  43 ++-
 .../sshd/sftp/client/impl/DefaultSftpClient.java   |  30 +-
 .../sftp/client/impl/SftpOutputStreamAsync.java    |  48 ++-
 .../apache/sshd/sftp/client/SftpClientTest.java    | 101 ++++++
 .../apache/sshd/sftp/server/SftpServerTest.java    |   2 +-
 10 files changed, 406 insertions(+), 283 deletions(-)


Reply via email to