Skip to content

graalvm-oracle*: update releases and fix checkver#591

Open
B67687 wants to merge 1 commit intoScoopInstaller:masterfrom
B67687:graalvm-oracle-updates
Open

graalvm-oracle*: update releases and fix checkver#591
B67687 wants to merge 1 commit intoScoopInstaller:masterfrom
B67687:graalvm-oracle-updates

Conversation

@B67687
Copy link
Copy Markdown
Contributor

@B67687 B67687 commented Apr 23, 2026

Relates to #472

This updates the existing Oracle GraalVM manifests to use current Oracle-owned sources for version detection.

Changes:

  • graalvm-oracle-jdk now tracks Oracle GraalVM 25.0.3 from the Oracle GraalVM 25 release notes.
  • graalvm-oracle-21jdk now tracks Oracle GraalVM for JDK 21.0.11 from the Oracle GraalVM JDK 21 release notes.
  • graalvm-oracle-17jdk remains at 17.0.12 and now checks the JDK 17 archive page for 17.0.12 and earlier.

Design decisions:

  • The active 25 and 21 manifests keep version-specific archive URLs, with hashes from Oracle's matching .sha256 files.
  • JDK 17 is not bumped to 17.0.13 or newer here because Oracle moved those CPU releases to the GraalVM OTN license/download path. The public archive page used by the current manifest only covers 17.0.12 and earlier.
  • No third-party version source is used.

Validation:

  • checkver.ps1 graalvm-oracle-jdk -> 25.0.3

  • checkver.ps1 graalvm-oracle-21jdk -> 21.0.11

  • checkver.ps1 graalvm-oracle-17jdk -> 17.0.12

  • checkurls.ps1 passes for all three manifests: [1][1][0]

  • I have read the Contributing Guide.

Summary by CodeRabbit

  • Updates
    • GraalVM Oracle JDK 21 updated to version 21.0.11, incorporating latest improvements and updates
    • GraalVM Oracle JDK 25 updated to version 25.0.3 with the latest enhancements
    • Enhanced version detection and release verification mechanisms across all supported JDK versions for better accuracy

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 23, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c84011ca-e2a3-4c48-a03c-79cf0c7014ef

📥 Commits

Reviewing files that changed from the base of the PR and between aded4b6 and 6717329.

📒 Files selected for processing (3)
  • bucket/graalvm-oracle-17jdk.json
  • bucket/graalvm-oracle-21jdk.json
  • bucket/graalvm-oracle-jdk.json

Walkthrough

The pull request updates GraalVM Oracle JDK bucket manifests across three versions (17, 21, and 25), updating version numbers, download URLs, SHA-256 hashes, and checkver logic to query appropriate release notes pages and extract versions from updated regex patterns.

Changes

Cohort / File(s) Summary
GraalVM Oracle JDK Bucket Manifests
bucket/graalvm-oracle-17jdk.json, bucket/graalvm-oracle-21jdk.json, bucket/graalvm-oracle-jdk.json
Updated manifests for GraalVM JDK 17, 21, and 25 with version bumps (21 from 21.0.8 → 21.0.11; default from 24.0.2 → 25.0.3), new download URLs for Windows x64 binaries, updated SHA-256 hashes, and revised checkver configurations to query appropriate release notes pages with updated regex patterns for version extraction.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Suggested labels

review-needed

Suggested reviewers

  • se35710
  • chawyehsu

Poem

🐰 Hop-hop, the versions now ascend so high,
Seventeen, twenty-one, twenty-five in the sky!
New hashes dance with URLs aligned,
GraalVM magic—release notes re-designed!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main changes: updating GraalVM Oracle manifests and fixing their version-check configuration.
Description check ✅ Passed The description includes all required sections: related issue reference, detailed explanation of changes, design decisions, and validation results. The contributing guide checkbox is completed.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 23, 2026

✅ Actions performed

Full review triggered.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 23, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant