elharo commented on PR #2045: URL: https://github.com/apache/maven-resolver/pull/2045#issuecomment-5225959114
The Verify failures are pre-existing on master, not caused by this change. Master commit 89f2bc1b has the identical 18 failing Verify jobs (e.g. windows-latest jdk-21-zulu 4.0.0-rc-6 fails on the same lines). The failure is a test-compile error in the *maven-resolver-impl* module: ``` DefaultRepositorySystemReentrancyTest.java:[361,17] incompatible types: no instance(s) of type variable(s) T exist so that java.util.List<T> conforms to java.util.Map<java.lang.String,org.eclipse.aether.spi.validator.ValidatorFactory> ``` introduced by commit f164aa90 `Enh: Allow validator factory to abstain (#2008)`. This PR only modifies the `maven-resolver-named-locks-ipc` module (IpcNamedLock + a regression test). All 27 unit tests + ITs for that module pass locally (`-Prun-its verify`), and `spotless:check` is green. -- 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]
