From 1876ad1adec5fe8882284e782f4289afb15416a3 Mon Sep 17 00:00:00 2001 From: Indeewai Wijesiri Date: Wed, 27 Nov 2024 10:36:17 +0530 Subject: [PATCH] Removing JDK 1.8 from recommended JDKs --- en/identity-server/7.0.0/docs/deploy/deployment-guide.md | 2 +- .../security-guidelines/product-level-security-guidelines.md | 2 +- en/identity-server/next/docs/deploy/deployment-guide.md | 2 +- .../security-guidelines/product-level-security-guidelines.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/identity-server/7.0.0/docs/deploy/deployment-guide.md b/en/identity-server/7.0.0/docs/deploy/deployment-guide.md index 7abc918642..337cee0e3b 100644 --- a/en/identity-server/7.0.0/docs/deploy/deployment-guide.md +++ b/en/identity-server/7.0.0/docs/deploy/deployment-guide.md @@ -64,7 +64,7 @@ The above recommendations can change based on the expected concurrency and perfo Java -Oracle JDK 1.8 +Open JDK 11 Web browsers diff --git a/en/identity-server/7.0.0/docs/deploy/security/security-guidelines/product-level-security-guidelines.md b/en/identity-server/7.0.0/docs/deploy/security/security-guidelines/product-level-security-guidelines.md index dc6b3c77a8..7145e680b2 100644 --- a/en/identity-server/7.0.0/docs/deploy/security/security-guidelines/product-level-security-guidelines.md +++ b/en/identity-server/7.0.0/docs/deploy/security/security-guidelines/product-level-security-guidelines.md @@ -227,7 +227,7 @@ Log forging can be prevented by appending a UUID to the log message. ## JVM parameters -- The recommended JDK versions are JDK 1.8 and 11. For more information, see Prerequisites. +- The recommended JDK versions are JDK 11 and 17. For more information, see Prerequisites. ```java -Xms512m -Xmx2048m diff --git a/en/identity-server/next/docs/deploy/deployment-guide.md b/en/identity-server/next/docs/deploy/deployment-guide.md index 7abc918642..337cee0e3b 100644 --- a/en/identity-server/next/docs/deploy/deployment-guide.md +++ b/en/identity-server/next/docs/deploy/deployment-guide.md @@ -64,7 +64,7 @@ The above recommendations can change based on the expected concurrency and perfo Java -Oracle JDK 1.8 +Open JDK 11 Web browsers diff --git a/en/identity-server/next/docs/deploy/security/security-guidelines/product-level-security-guidelines.md b/en/identity-server/next/docs/deploy/security/security-guidelines/product-level-security-guidelines.md index dc6b3c77a8..7145e680b2 100644 --- a/en/identity-server/next/docs/deploy/security/security-guidelines/product-level-security-guidelines.md +++ b/en/identity-server/next/docs/deploy/security/security-guidelines/product-level-security-guidelines.md @@ -227,7 +227,7 @@ Log forging can be prevented by appending a UUID to the log message. ## JVM parameters -- The recommended JDK versions are JDK 1.8 and 11. For more information, see Prerequisites. +- The recommended JDK versions are JDK 11 and 17. For more information, see Prerequisites. ```java -Xms512m -Xmx2048m