slachiewicz opened a new pull request, #1373:
URL: https://github.com/apache/maven-javadoc-plugin/pull/1373

   Eight of the 53 matrix cells fail before Maven starts:
   
   ```
   ##[error]No supported distribution was found for input adopt-openj9
   ```
   
   `actions/setup-java` no longer lists `adopt-openj9` — IBM's OpenJ9 builds 
are published as 
[`semeru`](https://github.com/actions/setup-java#supported-distributions). 
Master last passed on 2026-08-24, so the alias stopped resolving at some point 
after that; nothing in this repo changed. apache/maven-jlink-plugin already 
uses `semeru`.
   
   Straight rename, in the distribution list and in the two exclusions that 
name it. The exclusions still hold: Semeru publishes no macOS aarch64 build for 
8, and `macos-latest` is aarch64.
   
   Semeru 25 does exist (mac aarch64, linux x64, windows x64 all resolve 
through the Adoptium API that setup-java queries), so the `{ "jdk": "25", 
"distribution": "semeru" }` exclusion could be dropped to gain a cell. Left as 
it is here to keep this a rename; happy to follow up.
   
   *This change was created with AI assistance.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to