From 3cb9a4f0ead0ddb641bf48602b660887a001a994 Mon Sep 17 00:00:00 2001 From: Meenbeese Date: Mon, 8 Jul 2024 19:31:14 -0400 Subject: [PATCH] Rework JDK packages with Corretto LTS ones (#2305) --- config/applications.json | 82 ++++++++++++---------------------------- 1 file changed, 25 insertions(+), 57 deletions(-) diff --git a/config/applications.json b/config/applications.json index 5425e600..c2926d03 100644 --- a/config/applications.json +++ b/config/applications.json @@ -951,69 +951,37 @@ "link": "https://jami.net/", "winget": "SFLinux.Jami" }, - "java16": { + "java8": { "category": "Development", - "choco": "temurin16jre", - "content": "OpenJDK Java 16", - "description": "OpenJDK Java 16 is the latest version of the open-source Java development kit.", - "link": "https://adoptopenjdk.net/", - "winget": "AdoptOpenJDK.OpenJDK.16" + "choco": "corretto8jdk", + "content": "Amazon Corretto 8 (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.8.JDK" }, - "java18": { + "java11": { "category": "Development", - "choco": "temurin18jre", - "content": "Oracle Java 18", - "description": "Oracle Java 18 is the latest version of the official Java development kit from Oracle.", - "link": "https://www.oracle.com/java/", - "winget": "EclipseAdoptium.Temurin.18.JRE" + "choco": "corretto11jdk", + "content": "Amazon Corretto 11 (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.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": { "category": "Development", - "choco": "na", - "content": "Azul Zulu JDK 21", - "description": "Azul Zulu JDK 21 is a distribution of the OpenJDK with long-term support, performance enhancements, and security updates.", - "link": "https://www.azul.com/downloads/zulu-community/", - "winget": "Azul.Zulu.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" + "choco": "corretto21jdk", + "content": "Amazon Corretto 21 (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.21.JDK" }, "jdownloader": { "category": "Utilities",