Skip to content

Update data#504

Merged
roele merged 1 commit into
mainfrom
issues/update-data
Jul 12, 2026
Merged

Update data#504
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 Jul 12, 2026

Copy link
Copy Markdown

Greptile Summary

This automated PR removes 10 stale Oracle JDK entries (2 per platform) across all five platform JSON files. The removed entries referenced download.oracle.com/java/.../latest/ URLs that were captured when 21.0.9 and 25.0.1 were the current releases, but those "latest" URLs now resolve to newer binaries, making the pinned version numbers in the entries incorrect.

  • Removes Oracle JDK 21.0.9 entries (dated 2025-10-31) from all five platform files; newer versioned entries for subsequent 21.x releases remain.
  • Removes Oracle JDK 25.0.1 entries (dated 2025-10-31) from all five platform files; newer versioned entries for subsequent 25.x releases remain.

Confidence Score: 5/5

Safe to merge — only removes entries whose "latest" Oracle download URLs have drifted ahead of the pinned version numbers they were meant to represent.

The change is a straightforward deletion of outdated data entries. Each removed entry pointed to an Oracle "latest" URL that no longer downloads the version number recorded alongside it; leaving them in would cause users to silently receive a different JDK than requested. Newer, correctly-versioned replacement entries already exist in the files.

No files require special attention; all five JSON files receive identical, symmetric removals.

Important Files Changed

Filename Overview
public/api/jvm/ga/linux/aarch64.json Removes two Oracle JDK entries (21.0.9 and 25.0.1) that used "latest" download URLs, which now point to newer releases than the pinned version numbers indicate
public/api/jvm/ga/linux/x86_64.json Removes two stale Oracle JDK entries (21.0.9 and 25.0.1) with outdated "latest" URLs for linux/x86_64
public/api/jvm/ga/macosx/aarch64.json Removes two stale Oracle JDK entries (21.0.9 and 25.0.1) with outdated "latest" URLs for macosx/aarch64
public/api/jvm/ga/macosx/x86_64.json Removes two stale Oracle JDK entries (21.0.9 and 25.0.1) with outdated "latest" URLs for macosx/x86_64
public/api/jvm/ga/windows/x86_64.json Removes two stale Oracle JDK entries (21.0.9 and 25.0.1) with outdated "latest" URLs for windows/x86_64

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

@roele roele merged commit be1e3b7 into main Jul 12, 2026
2 checks passed
@roele roele deleted the issues/update-data branch July 12, 2026 22: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