endoflife-date / endoflife.date

Informative site with EoL dates of everything
https://endoflife.date
MIT License
2.4k stars 735 forks source link

:coffee: LTS seem to be missing on some Java Distributions šŸ«˜ #3665

Closed adriens closed 11 months ago

adriens commented 11 months ago

:grey_question: About

We have integrated Java EOLs to our internal lifecycle management system and we noticed that some Java distro do not properl mention LTS

image

:point_right: So I have decided to have a closer look at all available Java runtimes and see if LTS are properly documented.

:dart: Goal

The purpose of this issue it to ensure we are properly reporting LTS on endoflife.date for all java distributions (and there are a lot), especially in a period where Java 21 (LTS) has landed.

For example openjdk should be fixed as a benefit of this issue:

image

:information_source:

Below the global status of java LTS:

Name eol_id LTS status
Bellsoft Liberica JDK bellsoft-liberica :+1:
Oracle JDK oracle-jdk :+1:
OpenJDK builds from Oracle openjdk-builds-from-oracle :-1:
Microsoft Build of OpenJDK microsoft-build-of-openjdk :+1:
Red Hat build of OpenJDK redhat-build-of-openjdk :-1:
Azul Zulu azul-zulu :+1:
GraalVM graalvm :-1:
IBM Semeru Runtime ibm-semeru-runtime :-1:
Alibaba Dragonwell alibaba-dragonwell :+1:
SapMachine sapmachine :+1:
Eclipse Temurin eclipse-temurin :+1:
Amazon Corretto amazon-corretto :-1:
Red Hat build of OpenJDK redhat-build-of-openjdk :-1:

:heavy_check_mark: Actions

:bookmark_tabs: Related resources

adriens commented 11 months ago

Do we all agree on the anomalies ?

marcwrobel commented 11 months ago
adriens commented 11 months ago

openjdk-builds-from-oracle - no LTS, see https://endoflife.date/openjdk-builds-from-oracle

:fearful: :hankey:

ibm-semeru-runtime - all release are LTS, so the LTS concept does not work there, see https://endoflife.date/ibm-semeru-runtime

:sunglasses: :muscle:

amazon-corretto - Fixed in https://github.com/endoflife-date/endoflife.date/pull/3666

:pray:

graalvm - I am not aware of LTS versions of GraalVM, but feel free to provide some information / a PR

I'm working on it :runner:

adriens commented 11 months ago

Current status :

image

adriens commented 11 months ago

https://github.com/oracle/graal/blob/master/SECURITY.md

Please refer to the GraalVM Security Guide for security related topics such as how to support trusted and less trusted code execution

adriens commented 11 months ago

GraalVM Support

adriens commented 11 months ago

:crossed_fingers:

adriens commented 11 months ago

I consider the issue fixed and will port feedback from Oracle if there are some :crossed_fingers:

adriens commented 11 months ago

image