Draft
Conversation
…h scripts Co-authored-by: bastianeicher <414366+bastianeicher@users.noreply.github.com> Agent-Logs-Url: https://github.com/0install/apps/sessions/fd323de9-8756-4855-b5c0-a5ebe3d6bd6a
Copilot
AI
changed the title
[WIP] Add Microsoft and Temurin JDK equivalent files
Add Microsoft JDK and Temurin JDK feeds
Mar 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds 0install feed files for Microsoft Build of OpenJDK and Eclipse Temurin JDK, following the existing
java/openjdk.*pattern.Microsoft Build of OpenJDK (
java/microsoft-jdk.*).xml— Main feed, no implementations, commands for Linux x64/aarch64, macOS x64/aarch64, Windows x64/aarch64.xml.template— Templated implementations using{version}, download URLs viahttps://aka.ms/download-jdk/microsoft-jdk-{version}-{os}-{arch}.{ext}.watch.py— Scrapes https://learn.microsoft.com/en-us/java/openjdk/download, extracts versions from download link patternsEclipse Temurin JDK (
java/temurin-jdk.*).xml— Main feed, no implementations, same platform coverage.xml.template— Templated implementations using{version},{build},{major}, pointing atadoptium/temurin{major}-binariesGitHub releases.watch.py— Queries Adoptium API (/v3/info/available_releases→/v3/assets/latest/{n}/hotspot) to discover all available versions with build numbersBoth feeds declare
<feed-for interface="https://apps.0install.net/java/jdk.xml"/>so they're discoverable as JDK providers.Watch script output examples
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.