graalvm-oracle*: update releases and fix checkver#591
graalvm-oracle*: update releases and fix checkver#591B67687 wants to merge 1 commit intoScoopInstaller:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThe 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
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
✅ Actions performedFull review triggered. |
✅ Actions performedReview triggered.
|
Relates to #472
This updates the existing Oracle GraalVM manifests to use current Oracle-owned sources for version detection.
Changes:
graalvm-oracle-jdknow tracks Oracle GraalVM 25.0.3 from the Oracle GraalVM 25 release notes.graalvm-oracle-21jdknow tracks Oracle GraalVM for JDK 21.0.11 from the Oracle GraalVM JDK 21 release notes.graalvm-oracle-17jdkremains at 17.0.12 and now checks the JDK 17 archive page for 17.0.12 and earlier.Design decisions:
.sha256files.Validation:
checkver.ps1 graalvm-oracle-jdk->25.0.3checkver.ps1 graalvm-oracle-21jdk->21.0.11checkver.ps1 graalvm-oracle-17jdk->17.0.12checkurls.ps1passes for all three manifests:[1][1][0]I have read the Contributing Guide.
Summary by CodeRabbit