Conversation
Greptile SummaryThis automated PR adds new JVM distribution entries across 11 JSON data files: Microsoft JDK GA releases (versions 11.0.31, 17.0.19, 21.0.11, and 25.0.3) for all six GA platforms, and OpenJDK 27-ea+20 early-access builds for all five EA platforms. The data is well-formed and consistent — each entry carries the expected fields ( Confidence Score: 5/5This PR is safe to merge — it is a routine automated data update with no logic changes. All 11 files contain only append-only JSON data additions. Each entry follows the established schema with all required fields, correct file types per platform (tar.gz for Linux/macOS, zip for Windows), and consistent SHA-256 checksums. No logic, configuration, or schema changes are present. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Automated Data Update] --> B[GA Releases\nMicrosoft JDK]
A --> C[EA Releases\nOpenJDK 27-ea+20]
B --> B1[linux/x86_64\n11.0.31, 17.0.19, 21.0.11, 25.0.3\n+ musl variants for 11 & 17]
B --> B2[linux/aarch64\n11.0.31, 17.0.19, 21.0.11, 25.0.3]
B --> B3[macosx/aarch64\n11.0.31, 17.0.19, 21.0.11, 25.0.3]
B --> B4[macosx/x86_64\n11.0.31, 17.0.19, 21.0.11, 25.0.3]
B --> B5[windows/x86_64\n11.0.31, 17.0.19, 21.0.11, 25.0.3]
B --> B6[windows/aarch64\n11.0.31, 17.0.19, 21.0.11, 25.0.3]
C --> C1[linux/aarch64]
C --> C2[linux/x86_64]
C --> C3[macosx/aarch64]
C --> C4[macosx/x86_64]
C --> C5[windows/x86_64]
Reviews (1): Last reviewed commit: "Update data" | Re-trigger Greptile |
Automated changes by create-pull-request GitHub action