Skip to content

Update data#477

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

Update data#477
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 14, 2026

Copy link
Copy Markdown

Greptile Summary

This automated PR reorders existing entries within the JVM early-access (EA) JSON data files for all five platform/architecture combinations. No entries are added or removed, and every entry's internal fields (checksum, url, java_version, version, created_at) remain unchanged.

  • linux/aarch64, windows/x86_64: Swaps adjacent pairs of JDK 25/27 and JDK 25/28 EA entries respectively.
  • linux/x86_64: Reorders the last four EA entries (JDK 25, 26, 27, 28) across two separate positions in the file.
  • macosx/aarch64, macosx/x86_64: Relocates a single JDK 28 or JDK 26 EA entry to a different position within the array.

Confidence Score: 5/5

Safe to merge — only array entry reorderings with no data mutations across all five files.

All changes are pure positional reorderings of existing JSON objects. Every checksum, URL, version string, and timestamp is preserved verbatim in its original entry; nothing has been added, removed, or modified at the value level.

No files require special attention.

Important Files Changed

Filename Overview
public/api/jvm/ea/linux/aarch64.json Swaps ordering of JDK 25 EA and JDK 27 EA openjdk entries; no data values changed
public/api/jvm/ea/linux/x86_64.json Reorders the tail entries for JDK 25, 26, 27, and 28 EA openjdk builds; all checksums and URLs are preserved intact
public/api/jvm/ea/macosx/aarch64.json Moves the JDK 28 EA openjdk entry from the end of the array to an earlier position; no values altered
public/api/jvm/ea/macosx/x86_64.json Moves the JDK 26 EA openjdk entry from before JDK 25 to after JDK 27 at the end of the array; no data changed
public/api/jvm/ea/windows/x86_64.json Swaps ordering of JDK 25 EA and JDK 28 EA openjdk entries; all field values remain consistent

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

@roele roele merged commit 6fa395b into main Jun 15, 2026
2 checks passed
@roele roele deleted the issues/update-data branch June 15, 2026 05:29
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