Rework JDK packages with Corretto LTS ones (#2305)

This commit is contained in:
Meenbeese 2024-07-08 19:31:14 -04:00 committed by GitHub
parent d5c68029fe
commit 3cb9a4f0ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -951,69 +951,37 @@
"link": "https://jami.net/", "link": "https://jami.net/",
"winget": "SFLinux.Jami" "winget": "SFLinux.Jami"
}, },
"java16": { "java8": {
"category": "Development", "category": "Development",
"choco": "temurin16jre", "choco": "corretto8jdk",
"content": "OpenJDK Java 16", "content": "Amazon Corretto 8 (LTS)",
"description": "OpenJDK Java 16 is the latest version of the open-source Java development kit.", "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).",
"link": "https://adoptopenjdk.net/", "link": "https://aws.amazon.com/corretto",
"winget": "AdoptOpenJDK.OpenJDK.16" "winget": "Amazon.Corretto.8.JDK"
}, },
"java18": { "java11": {
"category": "Development", "category": "Development",
"choco": "temurin18jre", "choco": "corretto11jdk",
"content": "Oracle Java 18", "content": "Amazon Corretto 11 (LTS)",
"description": "Oracle Java 18 is the latest version of the official Java development kit from Oracle.", "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).",
"link": "https://www.oracle.com/java/", "link": "https://aws.amazon.com/corretto",
"winget": "EclipseAdoptium.Temurin.18.JRE" "winget": "Amazon.Corretto.11.JDK"
},
"java17": {
"category": "Development",
"choco": "corretto17jdk",
"content": "Amazon Corretto 17 (LTS)",
"description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).",
"link": "https://aws.amazon.com/corretto",
"winget": "Amazon.Corretto.17.JDK"
}, },
"java21": { "java21": {
"category": "Development", "category": "Development",
"choco": "na", "choco": "corretto21jdk",
"content": "Azul Zulu JDK 21", "content": "Amazon Corretto 21 (LTS)",
"description": "Azul Zulu JDK 21 is a distribution of the OpenJDK with long-term support, performance enhancements, and security updates.", "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).",
"link": "https://www.azul.com/downloads/zulu-community/", "link": "https://aws.amazon.com/corretto",
"winget": "Azul.Zulu.21.JDK" "winget": "Amazon.Corretto.21.JDK"
},
"java8": {
"category": "Development",
"choco": "temurin8jre",
"content": "OpenJDK Java 8",
"description": "OpenJDK Java 8 is an open-source implementation of the Java Platform, Standard Edition.",
"link": "https://adoptopenjdk.net/",
"winget": "EclipseAdoptium.Temurin.8.JRE"
},
"java11runtime": {
"category": "Development",
"choco": "na",
"content": "Eclipse Temurin JRE 11",
"description": "Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE.",
"link": "https://adoptium.net/",
"winget": "EclipseAdoptium.Temurin.11.JRE"
},
"java17runtime": {
"category": "Development",
"choco": "na",
"content": "Eclipse Temurin JRE 17",
"description": "Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE.",
"link": "https://adoptium.net/",
"winget": "EclipseAdoptium.Temurin.17.JRE"
},
"java18runtime": {
"category": "Development",
"choco": "na",
"content": "Eclipse Temurin JRE 18",
"description": "Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE.",
"link": "https://adoptium.net/",
"winget": "EclipseAdoptium.Temurin.18.JRE"
},
"java19runtime": {
"category": "Development",
"choco": "na",
"content": "Eclipse Temurin JRE 19",
"description": "Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE.",
"link": "https://adoptium.net/",
"winget": "EclipseAdoptium.Temurin.19.JRE"
}, },
"jdownloader": { "jdownloader": {
"category": "Utilities", "category": "Utilities",