stefanbirkner / fake-sftp-server-rule

A JUnit rule that runs an in-memory SFTP server.
MIT License
40 stars 26 forks source link

Support for newest sshd libraries #29

Open jacekmg opened 1 year ago

jacekmg commented 1 year ago

Since version 2.6.0 of sshd-core library, there has been some changes to class names and package structure, and fake-sftp-server-rule stopped to be compatible with newest versions of this library. This change ensures support for sshd-core > 2.6.0 (Used e.g. by sftp integration of Spring Boot 3)