nixpkgs/pkgs/development/compilers/openjdk
Philip Lewis 129ea5ed81 openjdk: fix truststore-from-env patch for jdk10
storePropName will be jsseDefaultStore if the property isn't present, and
jsseDefaultStore is never null, so the branch to use the environment variable
would never be taken.

The env var is supposed to be preferred to jssecacerts, so we can use it as
the default in the call to System.getProperty, and use the null check to fall
back on jsseDefaultStore instead.
2018-06-09 20:20:47 -04:00
..
darwin openjdk: move license (again) 2018-05-04 15:11:45 -05:00
004_add-fontconfig.patch openjdk: add infinality patch to improve font-rendering 2015-11-03 14:59:16 +01:00
005_enable-infinality.patch openjdk: add infinality patch to improve font-rendering 2015-11-03 14:59:16 +01:00
8.nix Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
10.nix openjdk: 10.0.0 -> 10.0.1 2018-04-28 20:20:47 +00:00
bootstrap.nix openjdk: move bootstrap tarballs to tarballs.nixos.org 2018-04-01 15:19:21 -05:00
currency-date-range-jdk8.patch
currency-date-range-jdk10.patch openjdk: Add JDK 10 2018-03-25 00:49:26 -04:00
fix-java-home-jdk8.patch
fix-java-home-jdk10.patch openjdk: Add JDK 10 2018-03-25 00:49:26 -04:00
generate-cacerts.pl
make-bootstrap.nix
read-truststore-from-env-jdk8.patch
read-truststore-from-env-jdk10.patch openjdk: fix truststore-from-env patch for jdk10 2018-06-09 20:20:47 -04:00
swing-use-gtk-jdk8.patch openjdk8: rename swing patch to be more consistent with the others 2018-04-01 15:18:47 -05:00
swing-use-gtk-jdk10.patch openjdk: Add JDK 10 2018-03-25 00:49:26 -04:00