Skip to content
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: remove 9 #38136

Closed
wants to merge 1 commit into from
Closed

openjdk: remove 9 #38136

wants to merge 1 commit into from

Conversation

jerith666
Copy link
Contributor

per http://www.oracle.com/technetwork/java/eol-135779.html, Java 9's
end of life is March 2018.

we need to retain it only in order to bootstrap the build of Java 10,
which requires a modular JDK as its bootstrap JDK.

Motivation for this change

as discussed in #36703; cc @NeQuissimus @rycee @thoughtpolice @fpletz @edwtjo

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

per http://www.oracle.com/technetwork/java/eol-135779.html, Java 9's
end of life is March 2018.

we need to retain it only in order to bootstrap the build of Java 10,
which requires a modular JDK as its bootstrap JDK.
@thoughtpolice
Copy link
Member

Gah, sorry to step on your toes -- I actually got to this last night myself. See #38097 -- it also includes a removal of Java 9, 7, and I bootstrapped Java 10 with Java 10 itself, which required spinning new bootstrap binaries.

@jerith666
Copy link
Contributor Author

No problem, much more thorough that what I'd done here! I'd much rather have too many of us racing to improve Java in nixpkgs than the other way around ... :)

@jerith666 jerith666 closed this Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants