lgoldstein commented on pull request #144: URL: https://github.com/apache/mina-sshd/pull/144#issuecomment-662269701
>> I fail to clearly understand where the separation has been drawn between sshd-core and sshd-common. I agree - it was an ongoing attempt to preserve package names and just move classes. The basic criterion I used is `sshd-common` tests do not require an active client/server whereas `sshd-core` ones do. >> We could eventually split between o.a.sshd.common, o.a.sshd.client, o.a.sshd.server and o.a.sshd.agent into 4 maven modules (common, client, server, agent). That should allow to move the OSGi metadata into these modules and get rid of sshd-osgi. That would be a good solution though I fear the separation is not quite clean-cut since some classes are required by both client and server - so we might need 5 modules: `sshd-common` for all sort of utilities, `sshd-core` for classes that are required by both client and server and then 'client, server, agent` ---------------------------------------------------------------- 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]
