Skip to content

Update data#453

Merged
roele merged 1 commit into
mainfrom
issues/update-data
May 30, 2026
Merged

Update data#453
roele merged 1 commit into
mainfrom
issues/update-data

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated changes by create-pull-request GitHub action

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 29, 2026

Greptile Summary

Automated data update adding OpenJDK 27 Early Access build 24 (27.0.0-ea+24) to the JVM metadata API across four platforms.

  • Adds a new JSON entry to each of the four platform files (Linux aarch64, Linux x86_64, macOS aarch64, Windows x86_64) with consistent fields: SHA-256 checksum, creation timestamp, empty features list, correct file_type (tar.gz for Unix, zip for Windows), jvm_impl: hotspot, and a valid download.java.net URL.
  • All checksums are well-formed 64-character hex strings and the URLs follow the established naming convention for OpenJDK EA releases.

Confidence Score: 5/5

Routine automated metadata update; no logic or schema issues detected.

All four new JSON entries are structurally consistent with existing records: checksums are valid 64-character hex strings, file types match the download URLs (tar.gz for Linux/macOS, zip for Windows), and the EA build number and version string are coherent across all files.

No files require special attention.

Important Files Changed

Filename Overview
public/api/jvm/ea/linux/aarch64.json Adds OpenJDK 27.0.0-ea+24 entry for Linux ARM64 with correct checksum, URL, and metadata
public/api/jvm/ea/linux/x86_64.json Adds OpenJDK 27.0.0-ea+24 entry for Linux x86_64 with correct checksum, URL, and metadata
public/api/jvm/ea/macosx/aarch64.json Adds OpenJDK 27.0.0-ea+24 entry for macOS ARM64 with correct checksum, URL, and metadata
public/api/jvm/ea/windows/x86_64.json Adds OpenJDK 27.0.0-ea+24 entry for Windows x86_64 with correct checksum, zip file type, and metadata

Reviews (1): Last reviewed commit: "Update data" | Re-trigger Greptile

@roele roele merged commit b13abef into main May 30, 2026
2 checks passed
@roele roele deleted the issues/update-data branch May 30, 2026 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant