tomaswolf commented on PR #48:
URL: https://github.com/apache/mina/pull/48#issuecomment-2692803306

   @elecharny : you might want to consider doing this on the 2.1.X branch, too.
   
   The point is that I want over in MINA SSHD the sshd-mina transport to work 
with either 2.0.X or 2.2.X. Currently that is not the case because we have our 
own class implementing IoHandler, so there'd be problems at run-time if 
sshd-mina is used together with mina-core:2.2.X.
   
   The subclass in sshd-mina doesn't implement that event() method, and unless 
we bump the dependency in sshd-mina to 2.2.X, we can't since there is not 
FilterEvent type in 2.0.X. If we bump the dependency, then sshd-mina will not 
work anymore with mina-code 2.0.X. But we need to maintain compatibility with 
2.0.X in sshd-mina; otherwise clients would be forced to upgrade mina-core, 
which they might not want to--if they've been using 2.0.X and it worked fine 
for them, forcing them to upgrade to 2.2.X with the (potentially huge) effort 
to re-test and re-validate their product is no good. One application I know of 
that uses sshd-mina with mina-core 2.0.X is Gerrit.


-- 
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

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

Reply via email to