-
Notifications
You must be signed in to change notification settings - Fork 2
fix(openjdk): restore temporary jdk 28 ea alias #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52079,5 +52079,17 @@ | |
| "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-13.0.2%2B1/sapmachine-jre-13.0.2-ea.1_linux-x64_bin.tar.gz", | ||
| "vendor": "sapmachine", | ||
| "version": "13.0.2-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", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The checksums |
||
| "vendor": "openjdk", | ||
| "version": "28.0.0-ea" | ||
| } | ||
| ] | ||
| ] | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created_atlacks sub-second precision present in all other entriesEvery other record in these files uses a microsecond-precision timestamp (e.g.
"2025-03-28T22:04:28.081056"), while the new entries use only second precision ("2026-06-10T20:37:19"). If any downstream code sorts or deduplicates oncreated_atin combination with other fields, the inconsistent format could cause unexpected ordering. This applies to the macOS entry as well.