Skip to content

Update data#423

Merged
roele merged 1 commit intomainfrom
issues/update-data
Apr 29, 2026
Merged

Update data#423
roele merged 1 commit intomainfrom
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 Apr 29, 2026

Greptile Summary

Automated data update adding new JVM binary entries across EA and GA channels. The EA files receive new Zulu JDK 27 beta.11 (27.0.15.0) and beta.12 (27.0.17.0) entries for all platforms, while the GA files add Temurin 11.0.31+11 builds for Linux (aarch64, arm32, x86_64 musl) and Temurin 25.0.3+9-LTS for Windows x86_64. All entries follow the established schema with checksums, created_at timestamps, file types, and download URLs.

Confidence Score: 5/5

Routine automated data update with well-structured JSON entries and no code logic changes — safe to merge.

All 9 files are append-only additions to JSON data arrays. Each new entry follows the established schema (checksum, created_at, features, file_type, image_type, java_version, jvm_impl, url, vendor, version). No logic, configuration, or infrastructure was changed.

No files require special attention.

Important Files Changed

Filename Overview
public/api/jvm/ea/linux/aarch64.json Adds Zulu 27 beta.12 (27.0.17.0) and beta.11 (27.0.15.0) EA JDK entries for Linux aarch64
public/api/jvm/ea/linux/x86_64.json Adds Zulu 27 beta.12 and beta.11 EA JDK entries (both standard and musl variants) for Linux x86_64
public/api/jvm/ea/macosx/aarch64.json Adds Zulu 27 beta.12 and beta.11 EA JDK entries (tar.gz and zip) for macOS aarch64
public/api/jvm/ea/macosx/x86_64.json Adds Zulu 27 beta.12 and beta.11 EA JDK entries (zip and tar.gz) for macOS x86_64
public/api/jvm/ea/windows/x86_64.json Adds Zulu 27 beta.11 and beta.12 EA JDK zip entries for Windows x86_64
public/api/jvm/ga/linux/aarch64.json Adds Temurin 11.0.31+11 GA JRE and JDK entries for Linux aarch64
public/api/jvm/ga/linux/arm32.json Adds Temurin 11.0.31+11 GA JRE and JDK entries for Linux arm32
public/api/jvm/ga/linux/x86_64.json Adds Temurin 11.0.31+11 GA musl/alpine JRE and JDK entries for Linux x86_64
public/api/jvm/ga/windows/x86_64.json Adds Temurin 25.0.3+9-LTS GA JDK and JRE zip entries for Windows x86_64

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    PR["Automated Data Update PR"]
    PR --> EA["EA Channel\n(Early Access)"]
    PR --> GA["GA Channel\n(General Availability)"]

    EA --> EALinux["linux/\naarch64, x86_64"]
    EA --> EAMacOS["macosx/\naarch64, x86_64"]
    EA --> EAWin["windows/\nx86_64"]

    EALinux --> Zulu27EA["Zulu JDK 27\nbeta.11 + beta.12\n(standard + musl for x86_64)"]
    EAMacOS --> Zulu27EA2["Zulu JDK 27\nbeta.11 + beta.12\n(tar.gz + zip)"]
    EAWin --> Zulu27EA3["Zulu JDK 27\nbeta.11 + beta.12\n(zip)"]

    GA --> GALinux["linux/\naarch64, arm32, x86_64"]
    GA --> GAWin["windows/\nx86_64"]

    GALinux --> Temurin11["Temurin 11.0.31+11\nJDK + JRE\n(musl for x86_64)"]
    GAWin --> Temurin25["Temurin 25.0.3+9-LTS\nJDK + JRE\n(zip)"]
Loading

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

@roele roele merged commit 83a8389 into main Apr 29, 2026
3 checks passed
@roele roele deleted the issues/update-data branch April 29, 2026 22:25
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