Lyor Goldstein
Lyor Goldstein
My 2 cents: I like the flexibility that JUnit 5 provides in this context, but I think that the JUnit 4 parameterized tests paradigm still has a lot of value....
Seems like it, a few more thing though * the `@Parameter` annotation should be allowed on constructor **parameter(s)** as well * If no `@Parameter` annotation present then behavior should be...
>> Would you like to try adding that in a PR? I would love to, but I am swamped - I barely had enough time to diagnose this problem. Furthermore,...
I think this PR should be closed as it is expired (old)
Reverted min. API level to 9, but left Java JDK at 7
Of course need to check that result of `client.getExtension(MD5FileExtension.class)` returns non-NULL value, thus indicating that the server supports this extension
There is no built-in mechanism, but you could achieve this by registering a non-default `SftpFileSystemAccessor` and override the `openFile` method to return a file channel that you implement and enforces...
Simple * Remember the last offset that you have successfully uploaded/downloaded * Re-establish the client connection * Re-open the relevant file handle * Seek to the specified last offset *...
Seems like a very specific behavior - SSHD attempts not to implement specific handlers as it would make the (already huge code) unmanageable since there are 100's of various particular...
Actually, this is does not seem to a MINA SSHD issue but rather a specific server issue - see especially PR#428 where a missing remote file is actuall signalled as...