gnodet commented on PR #2047: URL: https://github.com/apache/maven-resolver/pull/2047#issuecomment-5226057769
The single CI failure is the pre-existing flaky `JettyTransporterTest.testGet_HTTP3` on Windows (`windows-latest jdk-26-zulu 4.0.0-rc-6`): ``` JettyTransporterTest.testGet_HTTP3 — IllegalState: Failed to find a port free for both TCP and UDP ``` This is a known infrastructure flake (there's even a recent deflake attempt in 8ea57ef9). All other 17 matrix jobs (ubuntu/macos/windows × JDK 21/25/26 × Maven 3.10/4.0) pass cleanly, including the `DefaultRepositorySystemReentrancyTest` — 11/11 tests pass. -- 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]
