This is an automated email from the ASF dual-hosted git repository. twolf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 7cc9c491d GH-636: Handle unknown key types in known_hosts add 03cee942d GH-643: provide interfaces for caching file attributes on paths No new revisions were added by this update. Summary of changes: .../sftp/client/fs/SftpFileSystemProvider.java | 7 +-- .../org/apache/sshd/sftp/client/fs/SftpPath.java | 9 +-- .../sshd/sftp/client/fs/SftpPathIterator.java | 5 +- .../sftp/client/fs/WithFileAttributeCache.java | 71 ++++++++++++++++++++++ .../sshd/sftp/client/fs/WithFileAttributes.java | 16 +++-- .../apache/sshd/sftp/client/impl/SftpPathImpl.java | 51 ++-------------- .../sftp/server/AbstractSftpSubsystemHelper.java | 16 ++--- .../org/apache/sshd/sftp/server/SftpSubsystem.java | 4 +- 8 files changed, 99 insertions(+), 80 deletions(-) create mode 100644 sshd-sftp/src/main/java/org/apache/sshd/sftp/client/fs/WithFileAttributeCache.java copy sshd-common/src/main/java/org/apache/sshd/common/config/keys/SshPublicKey.java => sshd-sftp/src/main/java/org/apache/sshd/sftp/client/fs/WithFileAttributes.java (67%)