rich7409 opened a new issue, #497: URL: https://github.com/apache/mina-sshd/issues/497
### Description Hello. I'm trying to switch over from JSch to Mina SSHD but it's playing havoc with the Java 9 module system. There are packages in both sshd-core and sshd-common, and the modules system won't play ball with that. For example: error: module spring.integration.sftp reads package org.apache.sshd.common.auth from both org.apache.sshd.core and org.apache.sshd.common Do you have plans to make a Java 9 or greater release of SSHD that has full module-info.java in each part of the system? Thanks, Richard. ### Motivation To be able to use Mina SSHD with Java9+ module path without errors. ### Alternatives considered Forking and moving the classes myself, then building with module-info.java in the source and building for Java 11. ### Additional context _No response_ -- 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. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org