From 8ed202576e36e9cef6942a84d3c3e88f6ca17334 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Aug 2022 09:49:27 +0200 Subject: [PATCH 1/8] Upgrade Java 8 version in CI image and .sdkmanrc Closes gh-31932 --- .sdkmanrc | 2 +- ci/images/get-jdk-url.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.sdkmanrc b/.sdkmanrc index e1f4b35913..428285a48b 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,3 +1,3 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below -java=8.0.333-librca +java=8.0.342-librca diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index 7c9601f124..2380b7ccaa 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -3,7 +3,7 @@ set -e case "$1" in java8) - echo "https://github.com/bell-sw/Liberica/releases/download/8u333+2/bellsoft-jdk8u333+2-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/8u342+7/bellsoft-jdk8u342+7-linux-amd64.tar.gz" ;; java11) echo "https://github.com/bell-sw/Liberica/releases/download/11.0.15.1+2/bellsoft-jdk11.0.15.1+2-linux-amd64.tar.gz" From 4ffb8eeda1eb024302c4508b05732061d4839279 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Aug 2022 09:50:15 +0200 Subject: [PATCH 2/8] Upgrade Java 11 version in CI image Closes gh-31931 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index 2380b7ccaa..c2c9f5bf4b 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -6,7 +6,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/8u342+7/bellsoft-jdk8u342+7-linux-amd64.tar.gz" ;; java11) - echo "https://github.com/bell-sw/Liberica/releases/download/11.0.15.1+2/bellsoft-jdk11.0.15.1+2-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/11.0.16+8/bellsoft-jdk11.0.16+8-linux-amd64.tar.gz" ;; java17) echo "https://github.com/bell-sw/Liberica/releases/download/17.0.3.1+2/bellsoft-jdk17.0.3.1+2-linux-amd64.tar.gz" From f3d0da64aef4b97b345de6966015b839727e22c4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Aug 2022 09:50:41 +0200 Subject: [PATCH 3/8] Upgrade Java 17 version in CI image Closes gh-31933 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index c2c9f5bf4b..d329b207f8 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -9,7 +9,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/11.0.16+8/bellsoft-jdk11.0.16+8-linux-amd64.tar.gz" ;; java17) - echo "https://github.com/bell-sw/Liberica/releases/download/17.0.3.1+2/bellsoft-jdk17.0.3.1+2-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4+8/bellsoft-jdk17.0.4+8-linux-amd64.tar.gz" ;; java18) echo "https://github.com/bell-sw/Liberica/releases/download/18.0.1.1+2/bellsoft-jdk18.0.1.1+2-linux-amd64.tar.gz" From 141237e2f894bfb7cbe7f1a6f250524575699c74 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Aug 2022 09:51:10 +0200 Subject: [PATCH 4/8] Upgrade Java 18 version in CI image Closes gh-31930 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index d329b207f8..0a5a5fdc2d 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -12,7 +12,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4+8/bellsoft-jdk17.0.4+8-linux-amd64.tar.gz" ;; java18) - echo "https://github.com/bell-sw/Liberica/releases/download/18.0.1.1+2/bellsoft-jdk18.0.1.1+2-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2+10/bellsoft-jdk18.0.2+10-linux-amd64.tar.gz" ;; *) echo $"Unknown java version" From 24a6435d194f2f4c3765b50e938f8ae742041ac7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Aug 2022 09:54:45 +0200 Subject: [PATCH 5/8] Upgrade Java 8 version in CI image and .sdkmanrc Closes gh-31935 --- .sdkmanrc | 2 +- ci/images/get-jdk-url.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.sdkmanrc b/.sdkmanrc index e1f4b35913..428285a48b 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,3 +1,3 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below -java=8.0.333-librca +java=8.0.342-librca diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index 7c9601f124..2380b7ccaa 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -3,7 +3,7 @@ set -e case "$1" in java8) - echo "https://github.com/bell-sw/Liberica/releases/download/8u333+2/bellsoft-jdk8u333+2-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/8u342+7/bellsoft-jdk8u342+7-linux-amd64.tar.gz" ;; java11) echo "https://github.com/bell-sw/Liberica/releases/download/11.0.15.1+2/bellsoft-jdk11.0.15.1+2-linux-amd64.tar.gz" From af8e308c17f0a99477e745b7f2b847b22c639bc1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Aug 2022 09:55:18 +0200 Subject: [PATCH 6/8] Upgrade Java 11 version in CI image Closes gh-31934 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index 2380b7ccaa..c2c9f5bf4b 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -6,7 +6,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/8u342+7/bellsoft-jdk8u342+7-linux-amd64.tar.gz" ;; java11) - echo "https://github.com/bell-sw/Liberica/releases/download/11.0.15.1+2/bellsoft-jdk11.0.15.1+2-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/11.0.16+8/bellsoft-jdk11.0.16+8-linux-amd64.tar.gz" ;; java17) echo "https://github.com/bell-sw/Liberica/releases/download/17.0.3.1+2/bellsoft-jdk17.0.3.1+2-linux-amd64.tar.gz" From e7eb4de1fde9a464c95c9ce3be70343af2e1af16 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Aug 2022 09:55:48 +0200 Subject: [PATCH 7/8] Upgrade Java 17 version in CI image Closes gh-31936 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index c2c9f5bf4b..d329b207f8 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -9,7 +9,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/11.0.16+8/bellsoft-jdk11.0.16+8-linux-amd64.tar.gz" ;; java17) - echo "https://github.com/bell-sw/Liberica/releases/download/17.0.3.1+2/bellsoft-jdk17.0.3.1+2-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4+8/bellsoft-jdk17.0.4+8-linux-amd64.tar.gz" ;; java18) echo "https://github.com/bell-sw/Liberica/releases/download/18.0.1.1+2/bellsoft-jdk18.0.1.1+2-linux-amd64.tar.gz" From 9a7128fb1f143a5b101d60eb0f0b4f18e76ced23 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Aug 2022 09:56:13 +0200 Subject: [PATCH 8/8] Upgrade Java 18 version in CI image Closes gh-31937 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index d329b207f8..0a5a5fdc2d 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -12,7 +12,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4+8/bellsoft-jdk17.0.4+8-linux-amd64.tar.gz" ;; java18) - echo "https://github.com/bell-sw/Liberica/releases/download/18.0.1.1+2/bellsoft-jdk18.0.1.1+2-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2+10/bellsoft-jdk18.0.2+10-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"