V-F commented on pull request #174: URL: https://github.com/apache/mina-sshd/pull/174#issuecomment-770650677
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 in the modular application the following exception will be thrown: ``` Error occurred during initialization of boot layer java.lang.module.FindException: Unable to derive module descriptor for C:\Users\V-F\.m2\repository\org\apache\sshd\sshd-core\2.4.0\sshd-core-2.4.0.jar Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.apache.sshd.common.file.root.RootedFileSystemProvider not in module ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
