| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add the `liberica-nik` distribution (Liberica Native Image Kit), a GraalVM-based build from BELL Software resolved via the Bell-SW `/v1/nik/releases` API. - `java-version` matches the embedded JDK version (from the release's `liberica` component), consistent with every other distribution. - `java-package: jdk` installs the `standard` bundle; `jdk+fx` installs the `full` bundle with JavaFX/Swing support. - Supported on Linux, macOS and Windows for x64 and aarch64. Signed-off-by: asm0dey <pavel.finkelshtein@gmail.com>
|
Thanks, appreciate you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description:
Adds a new distribution liberica-nik for the Liberica Native Image Kit (NIK), BellSoft's GraalVM-based build. It reuses the same download/extract mechanics as the existing liberica distribution but resolves releases through the Bell-SW /v1/nik/releases API.
Just like liberica (regular vs. JavaFX), both NIK flavors are supported via java-package:
Design notes:
Changes:
Related issue:
Closes #878
Download URL:
Releases are resolved via the Bell-SW API: https://api.bell-sw.com/v1/nik/releases
Downloads page: https://bell-sw.com/pages/downloads/native-image-kit/
License:
Liberica Native Image Kit EULA
Check list:
AI Disclosure: This PR was prepared with the assistance of Claude Code (Anthropic). The distribution implementation, tests, documentation, and e2e configuration were AI-assisted; the design decisions (JDK-version matching, jdk/jdk+fx → standard/full bundle mapping, distribution id) were made by the human contributor, who reviewed every line before submission.