Skip to content

Commit

Permalink
Deprecate Java 9, its EOL since March 2018
Browse files Browse the repository at this point in the history
No current distro (Ubuntu, Debian, Fedora) is still shipping it,
Oracle has EOLed it in March 2018 according to

https://www.oracle.com/technetwork/java/java-se-support-roadmap.html
  • Loading branch information
csett86 committed May 6, 2019
1 parent 1ccc8bd commit fa77a9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/client-simulation.txt
Expand Up @@ -2405,7 +2405,7 @@
minEcdsaBits+=(-1)
curves+=("prime256v1:secp384r1:secp521r1:sect283k1:sect283r1:sect409k1:sect409r1:sect571k1:sect571r1:secp256k1")
requiresSha2+=(false)
current+=(true)
current+=(false)

names+=("Java 11.0.2 (Ubuntu)")
short+=("java1102")
Expand Down Expand Up @@ -2934,4 +2934,3 @@
curves+=("sect571r1:sect571k1:secp521r1:sect409k1:sect409r1:secp384r1:sect283k1:sect283r1:secp256k1:prime256v1:sect239k1:sect233k1:sect233r1:secp224k1:secp224r1:sect193r1:sect193r2:secp192k1:prime192v1:sect163k1:sect163r1:sect163r2:secp160k1:secp160r1:secp160r2")
requiresSha2+=(false)
current+=(false)

0 comments on commit fa77a9c

Please sign in to comment.