Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion public/api/jvm/ea/linux/x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -31282,6 +31282,18 @@
"vendor": "openjdk",
"version": "28.0.0-ea+1"
},
{
"checksum": "sha256:d9b2b25f13a93424625f129bc9725ded401725e36ac819b9f4951f02bc8fc91c",
"created_at": "2026-06-10T20:37:19",
"features": [],
"file_type": "tar.gz",
"image_type": "jdk",
"java_version": "28.0.0-ea",
"jvm_impl": "hotspot",
"url": "https://download.java.net/java/early_access/jdk28/1/GPL/openjdk-28-ea+1_linux-x64_bin.tar.gz",
"vendor": "openjdk",
Comment on lines 31283 to +31294

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 URL/version mismatch in alias entry

The new alias entry sets version and java_version to "28.0.0-ea" but its url points to openjdk-28-ea+1_linux-x64_bin.tar.gz — the same binary as the ea+1 row. If mise (or any downstream tooling) validates the installed JDK's reported version string against the requested java_version after extraction, it will see 28-ea+1 from the runtime and fail the match against 28.0.0-ea. This is presumably an accepted trade-off for the temporary unblock, but worth confirming that no such post-install version check is performed before superseding #469/#468.

Fix in Claude Code

"version": "28.0.0-ea"
},
{
"checksum": "sha256:d9e53387f1a145a42947ea23e6d3a869fa93c76fec82841b24a9b1ef000acc71",
"created_at": "2026-06-10T20:37:16",
Expand Down Expand Up @@ -37176,4 +37188,4 @@
"vendor": "jetbrains",
"version": "21.0.3-b509.1"
}
]
]