tomaswolf commented on issue #646: URL: https://github.com/apache/mina-sshd/issues/646#issuecomment-2554593084
From the stack trace, it looks that the problem is in mina-core 2.1.9: probably compiled with javac > 8 but without `--release` option. mina-core does not belong to Apache MINA sshd but to [Apache MINA](https://github.com/apache/mina), which uses Jira as its issue tracker. Besides, I notice Apache Commons VFS [uses Apache MINA sshd 0.8.0](https://github.com/apache/commons-vfs/blob/cc1f40e707e181988465ded0755bd6d433c10b8e/pom.xml#L510). (Unclear whether this is in tests only. The comment says so, but the dependency does not have test scope.) This version is ages old and dates back to a time when javac didn't even have a `--release` option. We will definitely not do anything about such an old version of Apache MINA sshd. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
