tomaswolf commented on issue #360: URL: https://github.com/apache/mina-sshd/issues/360#issuecomment-2821226167
Actually: although Apache MINA 2.2.4 is not source compatible with Apache MINA 2.0.X, using our 2.0X code with MINA 2.2.4 at run-time works. Our CI even tests this since 2025-03-05. It appears that the incompatibility would only cause problems if called at run-time, but that is impossible since it's a new method in an interface. (So existing code cannot call it.) Apache MINA 2.2.5 will fix the source incompatibility by making the new method a default method. But even today, using Apache MINA 2.2.4 appears to work. -- 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