| commit | cf89daa2c664f0b4da732417e84a9d1c0de85570 | [log] [tgz] |
|---|---|---|
| author | Tamas Cservenak <tamas@cservenak.net> | Fri Nov 14 18:18:23 2025 +0100 |
| committer | GitHub <noreply@github.com> | Fri Nov 14 18:18:23 2025 +0100 |
| tree | a41b5c27cc6ac9be5d42df946b18f6ffbd9cc21c | |
| parent | 87d05bf31420442fdc99a56d635030b42a2473c6 [diff] |
Update GH CI (#1658)
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
You have found a bug, or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
git diff --check before committing.mvn -Prun-its verify to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.