slachiewicz opened a new pull request, #101: URL: https://github.com/apache/maven-jdeps-plugin/pull/101
`actions/setup-java` no longer lists `adopt-openj9` — IBM's OpenJ9 builds are published as [`semeru`](https://github.com/actions/setup-java#supported-distributions). Every cell using the old alias fails before Maven starts, with `No supported distribution was found for input adopt-openj9`; apache/maven-javadoc-plugin is currently red for exactly this (#1373 renames it there, and apache/maven-jlink-plugin already uses `semeru`). Straight rename. The existing exclusions still cover the one gap: Semeru has no macOS aarch64 build for 8, and `{ "jdk": "8", "os": "macos-latest"}` already excludes that for every distribution. *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]
