-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Upgrade minimum JDK to 17 #1432
Conversation
Signed-off-by: Jan N. Klug <github@klug.nrw>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GHA workflow should also be updated for this change.
java: [ '11', '17' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this might also be a PR that can remove --no-deprecation-warning
🙂
-Dnashorn.args=--no-deprecation-warning |
-Dnashorn.args=--no-deprecation-warning ^ |
openhab-distro/launch/app/app.bndrun
Line 81 in 466a342
nashorn.args=--no-deprecation-warning,\ |
Then I can use it here openhab/openhab-addons#14013 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can also use an update.
openhab-distro/launch/app/app.bndrun
Line 72 in 466a342
-runee: JavaSE-11 |
And you'll probably need to reresolve the runbundles because of all the other dependency changes, you can do that on the CLI without Eclipse.
Signed-off-by: Jan N. Klug <github@klug.nrw>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's still something to do:
- Remove:
openhab-distro/launch/app/app.bndrun
Line 81 in 466a342
nashorn.args=--no-deprecation-warning,\
Signed-off-by: Jan N. Klug <github@klug.nrw>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Related to openhab#1432 Signed-off-by: Wouter Born <github@maindrain.net>
Related to #1432 Signed-off-by: Wouter Born <github@maindrain.net>
Related to openhab#1432 Signed-off-by: Wouter Born <github@maindrain.net>
Related to #1432 Signed-off-by: Wouter Born <github@maindrain.net>
Related to openhab/openhab-core#2994
Signed-off-by: Jan N. Klug github@klug.nrw