giulong commented on PR #436: URL: https://github.com/apache/maven-wrapper/pull/436#issuecomment-5183250453
Saw the verify action failing for two kinds of issues: 1. The mockito version that I bumped (from 4 to 5) is compiled with Java 11, leading to [failures on jdk 8](https://github.com/apache/maven-wrapper/actions/runs/30573171750/job/91954868884?pr=436). I reverted it and rewritten the unit tests accordingly. 2. [The new IT is failing on Windows and Maven 4.0.0-rc-6](https://github.com/apache/maven-wrapper/actions/runs/30573171750/job/91954868712?pr=436). This is not yet fixed. My guess is that the version range `maven=[3.0,3.10-rc\)` in [test.properties](https://github.com/apache/maven-wrapper/pull/436/changes#diff-6fe80630453eb5b91748d4e3bb5097c7aa762e106b76b196f8b9937fdcd0c458R18) is not resolved correctly on that Maven-OS combination. Still need to address this one. -- 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]
