-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan SSHD 3.0 #564
Comments
For 3.0.0, I have quite a few things that I'd like to do:
Plus umpteen little details changes that I can't enumerate all right now. Some of these ideas might need to be written down in more detail first. Do we have a wiki somewhere? (Confluence? GH wiki pages? Or collaborate in a Google doc?) |
One more thing:
|
Note that setting the target to JDK 17 would greatly restrict the Android compatibility (maybe even making it impossible). I am not sure how widespread the use of SSHD is for Android devices, so it is difficult to estimate the impact of such a decision. I am not against this move, just pointing out that any decision should take this issue into account. |
Description
SSHD could raise the target JDK runtime to JDK 17 or more.
Motivation
This would allow raising some dependencies:
https://github.com/apache/mina-sshd/blob/master/.github/dependabot.yml#L25-L47
Alternatives considered
With the new JDK release train, libraries and projects have to move along in order to not be kept back on old unsupported dependencies.
Additional context
No response
The text was updated successfully, but these errors were encountered: