openjdk: add version 26-35 and update ea to 27-13-ea#583
openjdk: add version 26-35 and update ea to 27-13-ea#583WordlessEcho wants to merge 3 commits intoScoopInstaller:masterfrom
Conversation
WalkthroughUpdated OpenJDK manifests: bumped stable openjdk package from 25.0.2-10 to 26-35, added a new OpenJDK 26 manifest, and bumped the EA manifest to a 27-ea build. Changes update version strings, download URLs, SHA256 hashes, extract directories, and checkver/autoupdate metadata. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
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)
📝 Coding Plan
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 Tip You can enable review details to help with troubleshooting, context usage and more.Enable the |
|
All changes look good. Wait for review from human collaborators. openjdk
openjdk26
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@bucket/openjdk26.json`:
- Line 20: The autoupdate template uses the wrong capture variable for the
archive root: change the JSON key "extract_dir" value from "jdk-$matchVersion"
to "jdk-$matchMajor" so the extractor targets the archive root (e.g., jdk-26)
rather than the full version string (e.g., jdk-26-35); update this in the
autoupdate block where "extract_dir" is defined in the affected openjdk
manifests.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 791f73af-e66a-45eb-b701-5f4f1b61fead
📒 Files selected for processing (2)
bucket/openjdk.jsonbucket/openjdk26.json
|
/verify |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
All changes look good. Wait for review from human collaborators. openjdk-ea
openjdk
openjdk26
|
Plz also review another pr by me #577
openjdk26is general availability at 2026/03/17.Add
openjdk26.Update
openjdkto 26 andopenjdk-eato 27.Closes #582
Summary by CodeRabbit
New Features
Chores