Andrea Aime
Andrea Aime
That's a generic network error happening during the maven build, it has nothing to do with the QA flags. I'd recommend rebuilding with the -U flag, it will force maven...
Looks like you're running maven in a network with a broken proxy. Well, it's the last module in the build, if the rest of it works fine, just go ahead...
@sweco-se1c8x it seems you're trying to use the Github actions as a substitute for a local compiler. Could you do that locally instead? Since all your changes are in one...
Hum... the current version of the code is not even compiling, and the code formatted breaks on it: ``` [INFO] --- spotless:2.20.0:apply (default) @ gt-css --- [INFO] Up-to-date checking enabled...
The test failure seem clear to me: ``` 2024-06-24T12:49:25.4242850Z [ERROR] Tests run: 106, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.147 s
Squash-merged down to one commit.
The issue here is inconsistency. Why that particular method, and not the many more APIs in GeoTools? Maybe you're focusing on it because you're mostly using that class, but PRs...
By the way, this code will also trigger an [EmptyControlStatement](https://pmd.github.io/pmd/pmd_rules_java_codestyle.html#emptycontrolstatement), but the desired action is happening in the loop condition itself.
Another case triggering the unused local variable is the following on ``lock``: ```java try (FileOutputStream fos = new FileOutputStream(file); FileChannel out = fos.getChannel(); FileLock lock = out.lock()) { final int...
The backport to `2.24.x` failed: ``` The process '/usr/bin/git' failed with exit code 128 ``` stderr ``` error: commit fce06927d00f5fd90818840e799f9c59a0bb63ca is a merge but no -m option was given. fatal:...