nixpkgs/pkgs/development/compilers/openjdk
Thiago Kenji Okada 0ff244342e openjdk14: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:25:21 +00:00
..
darwin openjdk: init 19.0.1 2022-11-22 20:33:24 -05:00
openjfx openjfx19: remove gtk2 2023-02-04 12:17:06 +00:00
tests
8.nix openjdk8: 352-ga -> 362-ga 2023-02-02 23:54:59 +00:00
11.nix openjdk11: disable JavaFX by default 2023-02-04 12:19:13 +00:00
12.nix openjdk12: disable JavaFX by default 2023-02-04 12:25:16 +00:00
13.nix openjdk13: disable JavaFX by default 2023-02-04 12:25:19 +00:00
14.nix openjdk14: disable JavaFX by default 2023-02-04 12:25:21 +00:00
15.nix stdenv: support opt-in __structuredAttrs 2022-12-08 06:13:19 +02:00
16.nix stdenv: support opt-in __structuredAttrs 2022-12-08 06:13:19 +02:00
17.nix openjdk17: 17.0.5+8 -> 17.0.6+10 2023-02-03 10:47:29 +00:00
18.nix Merge staging-next into staging 2022-12-17 18:01:35 +00:00
19.nix openjdk19: 19.0.1+10 -> 19.0.2+7 2023-02-03 18:05:35 +00:00
bootstrap.nix
currency-date-range-jdk8.patch
currency-date-range-jdk10.patch
fix-glibc-2.34.patch openjdk11: fix build w/glibc-2.34 2022-02-27 10:25:39 +01:00
fix-java-home-jdk8.patch
fix-java-home-jdk10.patch
fix-library-path-jdk8.patch
fix-library-path-jdk11.patch openjdk: 11.0.12+7 -> 11.0.15.+10 2022-04-21 15:08:35 +02:00
fix-library-path-jdk17.patch openjdk17: Remove default java.library.path 2022-07-29 22:05:54 +04:00
generate-cacerts.pl
ignore-LegalNoticeFilePlugin-jdk17.patch openjdk18: init at 18+36 2022-03-23 12:57:01 +11:00
ignore-LegalNoticeFilePlugin-jdk18.patch openjdk18: init at 18+36 2022-03-23 12:57:01 +11:00
increase-javadoc-heap-jdk13.patch
increase-javadoc-heap.patch
jre.nix treewide: rename name to pname&version 2022-03-08 13:24:25 +01:00
make-bootstrap.nix
meta.nix Merge pull request #180032 from amjoseph-nixpkgs/pr/powerpc64le/openjdk-platforms 2022-12-09 10:01:22 +01:00
read-truststore-from-env-jdk8.patch
read-truststore-from-env-jdk10.patch
swing-use-gtk-jdk8.patch
swing-use-gtk-jdk10.patch
swing-use-gtk-jdk13.patch