desruisseaux opened a new issue, #1099: URL: https://github.com/apache/maven-compiler-plugin/issues/1099
The `src/it/multirelease-patterns/singleproject-toolchains` integration test is never executed, neither locally or by GitHub Actions (GHA), because it requires a specific configuration: Java 8, Java 10 and Java 17 installed on the machine and configured in `~/.m2/toolchains.xml`. I don't think that the current configuration of GHA meets these requirement. At least, I verified in the logs that the `singleproject-toolchains` test is skipped by GHA. This test is a bit orphan for now. Re-enabling this test would require knowledge of GHA and Toolchain, and to find a way to keep them synchronized. I.e.: if GHA is updated with new Java versions, find a way to ensure that `singleproject-toolchains` is also updated. This issue replace #1098. -- 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]
