Lyor Goldstein
Lyor Goldstein
> Could you please as part of this fix also move the [java.nio.file.spi.FileSystemProvider](https://github.com/apache/mina-sshd/blob/master/sshd-core/src/main/filtered-resources/META-INF/services/java.nio.file.spi.FileSystemProvider) from the [sshd-core](https://github.com/apache/mina-sshd/tree/master/sshd-core) module to the [sshd-common](https://github.com/apache/mina-sshd/tree/master/sshd-common) module where the [implementation of this provider](https://github.com/apache/mina-sshd/tree/master/sshd-common/src/main/java/org/apache/sshd/common/file/root) is located, since...
As indicated in the issue we don't intend to use this code in the foreseeable future. Even if we were, it is a long way from being up to the...
@tomaswolf Could you take a look ? Thx
>> BTW: I think we should have a new release 2.9.1 with only the fixes for Java 8 (SSHD-1281/SSHD-1285), with anything else in a later release. In particular new features...
>> Perhaps I'm missing something (can only review this in the Github Web UI right now), but I don't see any use of this list. No, you are not missing...
>> This doesn't appear to be a non-standard option. Normal OpenSSH allows overriding any config setting via "-o" on the command-line, and PreferredAuthentications is a standard SSH config key. You...
>> I don't see any connection between commit https://github.com/apache/mina-sshd/commit/4e2f817c1eff380d083cf43df5d1aec6d8830564 and SSHD-1281. Please fix that typo in the commit message. Will do
Nice work, however I would like to have this as a Maven profile - e.g. `mvn -Pjacoco clean install` - i.e., not sure I want to run _jacoco_ every time...
On a related issue - I have read the [Intercepting Execution of System Functions in PHP](http://go.aopphp.com/blog/2013/08/24/intercepting-execution-of-system-functions-in-php/) article and was wondering if the above limitation also applies to core functions (e.g.,...
@lisachenko Great - I will give it a go with _mysql_ functions...