Bruno Borges
27f2c62824
Verify JDK downloads with vendor checksums ( #1167 )
...
* Verify JDK downloads with vendor checksums
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
Copilot-Session: a800a031-600e-4d28-b23e-be309555d38d
* Handle missing vendor checksum values
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
Copilot-Session: a800a031-600e-4d28-b23e-be309555d38d
* Preserve checksum error during cleanup failure
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
Copilot-Session: a800a031-600e-4d28-b23e-be309555d38d
* Validate checksum metadata value types
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
Copilot-Session: a800a031-600e-4d28-b23e-be309555d38d
* Clarify checksum documentation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
Copilot-Session: a800a031-600e-4d28-b23e-be309555d38d
* Expand vendor checksum verification
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
Copilot-Session: a800a031-600e-4d28-b23e-be309555d38d
* Accept SHA-256 or SHA-512 for JetBrains checksum sibling
JetBrains publishes a single, generically-named ".checksum" sibling
whose digest algorithm isn't disclosed by the filename. Older JBR 11
builds (e.g. jbrsdk_nomod-11_0_16-*-b2043.64.tar.gz) publish a SHA-256
digest there, while newer builds publish SHA-512. The JetBrains
installer previously assumed SHA-512 unconditionally, so verification
failed with "Malformed sha512 checksum metadata ... expected a
128-character hexadecimal digest" for those older builds, breaking the
jetbrains 11 e2e job on macOS and Windows.
fetchChecksum now accepts a list of candidate algorithms and infers
the actual algorithm from the returned digest's length, preferring the
strongest match. The JetBrains installer passes ['sha512', 'sha256'];
all other callers are unaffected since they already pass a single,
vendor-disclosed algorithm.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
Copilot-Session: a800a031-600e-4d28-b23e-be309555d38d
* Use SapMachine archive checksum files
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
Copilot-Session: a800a031-600e-4d28-b23e-be309555d38d
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
Copilot-Session: a800a031-600e-4d28-b23e-be309555d38d
2026-07-29 04:43:56 -04:00
Priya Gupta
f7121373a9
Migrate to ESM and upgrade dependencies ( #1078 )
...
* Migrate to ESM and upgrade dependencies
* fix: update import statement for JSON module in kona-installer test
---------
Co-authored-by: George Adams <georgeadams1995@gmail.com >
2026-07-08 10:15:00 +01:00
Chiranjib Swain
0756542bc5
Refactor error handling and improve test logging for installers ( #989 )
...
* Refactor error handling for version not found cases across multiple installers
* Mock core.error in tests to suppress error logs
* fix(graalvm): improve error messages for EA version not found scenarios
* refactor(tests): update error messages for version not found scenarios
* fix(graalvm): enhance error messages for version not found scenarios
* fix(graalvm): improve error messages for version not found scenarios with updated download URL
* fix(graalvm): improve error handling for EA version not found scenarios with clearer messages
2026-04-13 12:44:45 -05:00
Priya Gupta
83a06ff9d9
Fix Windows archives extraction issue ( #689 )
2024-10-10 16:32:25 -05:00
mahabaleshwars
9704b39bf2
Added Windows Arm64 Support for Windows Arm64 Runners ( #595 )
...
* Added Windows Arm64 Support for Windows Arm64 Runners
* microsoft test file update and tool-version test file
* Delete .DS_Store
* added test cases for windows and linux for zulu, liberica and microsoft
* adding different data files for each OS
* added changes to distribution files
* added more version support for microsoft
2024-02-27 23:11:33 -06:00
Ivan
0de5c66fc0
Add and configure ESLint and update configuration for Prettier ( #458 )
...
* Add ESLint config and update Prettier
* Update test files
* Rebuild action
* Update docs
* Update licenses
* Update tsconfig
* Rebuild action
* Update tsconfig.json
* Fix console.time calls
* Rebuild action
* Rebuild action on Linux
2023-03-09 14:49:35 +02:00
Wes Morgan
3617c43588
Default to runner architecture ( #376 )
2022-10-11 01:47:17 +02:00
Dmitry Shibanov
d854b6da19
Add support for multiple jdks ( #368 )
2022-09-08 15:26:54 +02:00
Даниил Разоренов
d61af71edf
Add support for Liberica JDK ( #225 )
2021-11-29 12:15:06 +03:00