-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
openjdk 17 #137956
Comments
I've some work in progress of packaging |
Aliases aren't great, as updating nixpkgs would mean (in this case) going from JDK 11 to JDK 17, which is likely to break something. We already have |
We already had some discussion about that: https://discourse.nixos.org/t/retirement-of-old-openjdk-releases/9929 I still think that the best approach would be that the default jdk should point to the lts release or have a dedicated alias for that. |
To start off, this builds and works fine Uthar@f9bd12e, some notes:
|
Just fyi: I did not package |
Hmm... I'm not sure if older jdks in nixpkgs run tests either. E.g. this openjdk16 build looks like it builds the tests but doesn't run them - there's no "X tests passed" or anything like that in the logs. Same for javadoc - older jdks dont include them as well - they build them but don't copy to $out |
Normally other distros package javadoc separately. Yeah currently there are no tests. That was the reason I tried to package |
Also, the Also, to build JavaFX 17 i had to set COMPILE_WEBKIT=false in gradle, if someone ever has this problem I guess this isnt so important now and just building the |
This can be closed, correct? |
Closed by #140257. |
Project description
Next LTS release of openjdk / java.
(I think it would be nice to have a new package alias
jdk-lts
.)Metadata
The text was updated successfully, but these errors were encountered: