From 3232623d9c428cc5f228a01a2ae8d2d70f79775e Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Thu, 14 Dec 2023 14:46:05 +0100 Subject: [PATCH] Oracle JDK 21 support (#538) * Allow Oracle JDK 21 usage * Fix tests * Add Java 21 support in the documentation --------- Co-authored-by: Ivan Zosimov --- __tests__/distributors/oracle-installer.test.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/__tests__/distributors/oracle-installer.test.ts b/__tests__/distributors/oracle-installer.test.ts index ad16eca..356c0c6 100644 --- a/__tests__/distributors/oracle-installer.test.ts +++ b/__tests__/distributors/oracle-installer.test.ts @@ -22,6 +22,11 @@ describe('findPackageForDownload', () => { }); it.each([ + [ + '21', + '21', + 'https://download.oracle.com/java/21/latest/jdk-21_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}' + ], [ '20', '20',