From 1deecdafb6ddce7a4f3eb46add5ad87bb799d06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E6=AF=94=E4=B9=8C=E6=96=AF?= <936208534@qq.com> Date: Fri, 26 Aug 2022 22:12:34 +0800 Subject: [PATCH] Update the description to JDK 18 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 580d47a..55eba45 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ Rolling release of (usually) STSs OpenJDK by openEuler Community. -OpenJDK has release cadence of 6 months, but 3/4 of them are Short Term Supported for 6 months only. This package is designed to harbor them. Currently it is build of OpenJDK 17. LTSs will go also as separate packages. +OpenJDK has release cadence of 6 months, but 3/4 of them are Short Term Supported for 6 months only. This package is designed to harbor them. Currently it is build of OpenJDK 18. JDK 18 will receive updates under until September 2022 when it will be superseded by JDK 19. -JDK17 is current release of Java platform. It is bringing many cool improvements - https://openjdk.java.net/projects/jdk/17/. Unluckily, this package is STS (short term support) version. Between individual LTS there will be always several STS. Again, please see announcement: http://mail.openjdk.java.net/pipermail/discuss/2017-September/004281.html. So this is rolling release of all STSs to come. Its fate during the release of fresh LTS is yet to be decided. +JDK18 is current release of Java platform. It is bringing many cool improvements - https://openjdk.java.net/projects/jdk/18/. Unluckily, this package is STS (short term support) version. Between individual LTS there will be always several STS. Again, please see announcement: http://mail.openjdk.java.net/pipermail/discuss/2017-September/004281.html. So this is rolling release of all STSs to come. Its fate during the release of fresh LTS is yet to be decided. -- Gitee