cstamas opened a new pull request, #1657:
URL: https://github.com/apache/maven-resolver/pull/1657

   As test was naively using `new File("")` assuming its method `file.list()` 
will return `null` on cleanup in `teardown()` method.
   
   But, it turns out it was an old Java bug fixed in
   Java 25, and once GH matrix got Java 25 introduced, it broke the build.
   
   Refs:
   * https://bugs.openjdk.org/browse/JDK-8024695
   * https://inside.java/2025/11/03/quality-heads-up/
   
   Thanks to @sormuras
   


-- 
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]

Reply via email to