From a9cd81d30c7c2bfb1d006b7be5f3242a805cfd34 Mon Sep 17 00:00:00 2001 From: Sue Chaplain Date: Wed, 3 Jul 2019 12:10:08 +0100 Subject: [PATCH] Fix incorrect version label for OpenSSL pre-req The "Java 12" tag was correct for the 0.13 release of Java 12, which proceeded a release for all platforms. When 0.14 was released, the tag should have been removed. Closes: #293 Signed-off-by: Sue Chaplain --- docs/adoptopenjdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adoptopenjdk.md b/docs/adoptopenjdk.md index b1c4364e53..ca280f0951 100644 --- a/docs/adoptopenjdk.md +++ b/docs/adoptopenjdk.md @@ -21,7 +21,7 @@ range of platforms. For information about the platforms and minimum operating sy If you obtain binaries from the AdoptOpenJDK community, the following pre-requisites are required: -- ![Start of content that applies only to Java 12](cr/java12.png) OpenJDK binaries for Linux and AIX platforms from the AdoptOpenJDK community no longer bundle the OpenSSL cryptographic library. The library is expected to be found on the system path. If you want to use OpenSSL cryptographic acceleration, you must install OpenSSL 1.0.2 or 1.1.X on your system. If the library is not found on the system path, the in-built Java crytographic implementation is used instead, which performs less well. +- OpenJDK binaries for Linux and AIX platforms from the AdoptOpenJDK community no longer bundle the OpenSSL cryptographic library. The library is expected to be found on the system path. If you want to use OpenSSL cryptographic acceleration, you must install OpenSSL 1.0.2 or 1.1.X on your system. If the library is not found on the system path, the in-built Java crytographic implementation is used instead, which performs less well. - ![Start of content that applies only to Java 8](cr/java8.png) On Linux systems, the `fontconfig.x86_64` package should be installed to avoid a `NullPointerException` error when the AWT font subsystem is initialized. Work is ongoing at the AdoptOpenJDK project to fix this issue for their OpenJDK binaries.