Conversation
|
/verify |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. Summary by CodeRabbit
WalkthroughThe existing OpenJDK manifest now targets version ChangesOpenJDK 27 manifests
Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to The OpenJDK 27 manifest updates are ready to merge based on the available validation and consistency evidence. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
|
All changes look good. Wait for review from human collaborators. openjdk
openjdk27
|
Related: #607
Add support for the OpenJDK 27 GA release.
Changes
bucket/openjdk27.jsonfor the JDK 27 GA release.bucket/openjdk.jsonmanifest to JDK27-35.checkversource for the current GA manifests from the JDK archive to the JDK 27 release page.The
checkversource change is necessary because JDK 27 is currently the GA release and is not yet present onjdk.java.net/archive/.With the archive URL, the version-specific manifest cannot find JDK 27 and the rolling manifest detects the most recent archived JDK 26 release instead:
The existing captured variables and
autoupdateURL construction are otherwise retained.OpenJDK 27 artifact
SHA-256:
Validation
Before submitting:
.\bin\checkver.ps1 openjdk27reports27-35.\bin\checkver.ps1 openjdkreports27-35scoop install bucket\openjdk27.jsonsucceedsjava --versionreports OpenJDK 27javac --versionreports 27git diff --checksucceeds