Skip to content

Update data#485

Merged
roele merged 1 commit into
mainfrom
issues/update-data
Jun 20, 2026
Merged

Update data#485
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

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown

Greptile Summary

This automated PR updates the JVM early-access index files with the latest OpenJDK builds: JDK 27 advances to build ea+27 and JDK 28 advances to build ea+3, across all four platform targets (Linux aarch64, Linux x86_64, macOS aarch64, Windows x86_64).

  • New versioned entries (27.0.0-ea+27, 28.0.0-ea+3) are appended for each platform, and the existing "generic" pointer entries (27.0.0-ea, 28.0.0-ea) have their checksums and URLs updated to match. All checksums are consistent between the specific-build and generic entries within each file.
  • Some reordering of older EA pointer entries (25, 26) occurs at the tail of each array, but since consumers look up records by version field, the position change has no functional impact.

Confidence Score: 5/5

Routine automated data refresh with no logic changes; safe to merge.

All four files receive new build entries with matching checksums between the specific-build and generic-pointer records. URLs correctly reference the new build numbers (ea+27 and ea+3), and the 25.0.0-ea and 26.0.0-ea records are preserved intact, just repositioned in the array.

No files require special attention.

Important Files Changed

Filename Overview
public/api/jvm/ea/linux/aarch64.json Adds versioned entries for JDK 27-ea+27 and 28-ea+3; updates generic 27.0.0-ea and 28.0.0-ea pointers to the new builds; repositions the 25.0.0-ea entry earlier in the array. Checksums are consistent between new specific-build entries and updated generic entries.
public/api/jvm/ea/linux/x86_64.json Adds versioned entries for JDK 27-ea+27 and 28-ea+3; updates generic 27.0.0-ea and 28.0.0-ea pointers; repositions older EA entries. Checksums are internally consistent. Tail ordering ends up as 28 to 26 to 27 to 25, which is cosmetically inconsistent with other platform files but has no functional impact.
public/api/jvm/ea/macosx/aarch64.json Adds versioned entries for JDK 27-ea+27 and 28-ea+3; updates generic 27.0.0-ea and 28.0.0-ea pointers to the new builds with consistent checksums.
public/api/jvm/ea/windows/x86_64.json Adds versioned entries for JDK 27-ea+27 and 28-ea+3 (zip format); updates generic 27.0.0-ea and 28.0.0-ea pointers; reorders the tail entries. Checksums are consistent.

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

@roele roele merged commit f2e4eb1 into main Jun 20, 2026
2 checks passed
@roele roele deleted the issues/update-data branch June 20, 2026 03:26
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