Skip to content

corretto11-jdk: fix 32-bit download URL#594

Open
B67687 wants to merge 1 commit intoScoopInstaller:masterfrom
B67687:corretto11-jdk-x86-fix
Open

corretto11-jdk: fix 32-bit download URL#594
B67687 wants to merge 1 commit intoScoopInstaller:masterfrom
B67687:corretto11-jdk-x86-fix

Conversation

@B67687
Copy link
Copy Markdown
Contributor

@B67687 B67687 commented Apr 24, 2026

Summary

  • fix the 32bit URL in corretto11-jdk
  • keep the current version and hashes unchanged
  • keep the change scoped to the one broken manifest entry

Why this changed

corretto11-jdk currently points its 32bit asset to:

amazon-corretto-11.0.31.11.1-windows-x86-jre.zip

That URL now returns 403, and it is also the wrong asset type for a JDK manifest.

Amazon's current Corretto metadata still publishes the Windows x86 JDK ZIP for 11 under:

amazon-corretto-11.0.31.11.1-windows-x86-jdk.zip

The manifest already uses the matching x86 JDK SHA-256 from the same metadata source, so this change just aligns the URL with the asset and checksum that are already intended.

Verification

  • checkhashes.ps1 -Dir .\bucket corretto11-jdk -> corretto11-jdk: OK
  • checkver.ps1 corretto11-jdk -> 11.0.31.11.1
  • confirmed:
    • windows-x86-jdk.zip returns 200 OK
    • windows-x86-jre.zip returns 403

Summary by CodeRabbit

  • Chores
    • Updated 32-bit Windows artifact downloads to provide the JDK package instead of the JRE runtime, ensuring users receive the full development kit with necessary tools and libraries.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 24, 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: 1ff57a55-7789-408e-9431-9db644a8d8b7

📥 Commits

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

📒 Files selected for processing (1)
  • bucket/corretto11-jdk.json

Walkthrough

Updated 32-bit Windows JDK artifacts in bucket/corretto11-jdk.json to download JDK ZIPs instead of JRE ZIPs across the fixed architecture section and autoupdate templates, modifying artifact URLs while preserving hash configurations.

Changes

Cohort / File(s) Summary
JDK Artifact Configuration
bucket/corretto11-jdk.json
Updated 32-bit Windows artifact URLs from JRE to JDK distribution; modified -windows-x86-jre.zip to -windows-x86-jdk.zip in both static and autoupdate sections.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A tiny hop, a ZIP so right,
From JRE to JDK—shining bright!
Windows 32-bit now gets the prize,
Full toolkits in a smaller size. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: fixing the 32-bit download URL in corretto11-jdk.
Description check ✅ Passed The description comprehensively covers the problem, solution, verification steps, and includes confirmation of reading the contributing guide as required by the template.
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.

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