From 50d48b447861aea13fdb35d2003358ecefd18c32 Mon Sep 17 00:00:00 2001 From: Sreekala Gopakumar Date: Tue, 17 Jan 2023 22:11:17 +0530 Subject: [PATCH] Deprecate support for running JDK 8 and 11 on CentOS 6 https://github.com/eclipse-openj9/openj9-docs/issues/1037 Updated the release notes with the information related deprecating of the support for running JDK 8 and 11 on CentOS 6.10 [skip ci] Signed-off-by: Sreekala Gopakumar --- doc/release-notes/0.36/0.36.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/release-notes/0.36/0.36.md b/doc/release-notes/0.36/0.36.md index 8ad5a80c7c6..1ff44315292 100644 --- a/doc/release-notes/0.36/0.36.md +++ b/doc/release-notes/0.36/0.36.md @@ -48,6 +48,13 @@ The following table covers notable changes in v0.36.0. Further information about + +#16532 +Support for running OpenJDK 8 and OpenJDK 11 on CentOS 6.10 is deprecated and might be removed in a future release. +OpenJDK 8 and 11 (CentOS 6.10) +OpenJ9 will no longer test OpenJDK 11 on CentOS 6.10 after 0.36.0 release and might stop testing OpenJDK 8 in the future. + + #16256 The location of the default directory for the shared cache and snapshot is changed to the .cache/javasharedresources in the user's home directory.