-
The `display-plugin-updates` goal tells me some plugin updates are available and some are not (because my Maven version is not sufficient.)
```
[INFO] --- versions:2.17.1:display-plugin-updates (d…
-
https://build.tarsier-infra.isrc.ac.cn/package/live_build_log/openEuler:24.03:SP1:Everything/rocketmq/mainline_riscv64/riscv64
```
[ 7422s] [ERROR] Failed to execute goal com.github.spotbugs:spotbug…
laokz updated
1 month ago
-
An upgrade of ErrorProne 2.35.1 to 2.36.0 causes an `InvalidCommandLineOptionException`:
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-com…
-
It's being inherited from `log4j-bom`. In 3.2.x (Log4j 2.21), it's contributing management for the following dependencies:
- `biz.aQute.bnd:biz.aQute.bnd.annotation:6.4.1`
- `com.github.spotbugs:s…
-
I'm not sure since when this is broken: all descriptions on https://spotbugs.github.io/spotbugs-maven-plugin/plugin-info.html and all goals like https://spotbugs.github.io/spotbugs-maven-plugin/check-…
-
**Problem**
Sometimes specific Goals fail to be forked
~**Verification required**
We suspect that issue this is the result of an edge case where the `groupId` of the forked goal is inherited from…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Parent Issue: https://github.com/prestodb/presto/issues/23785
Based on my preliminary analysis, we need to make the below changes to successfully build and run Presto with Java 17.
### Upgrade s…
-
The spotbugs maven plugin reports the `NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE` bug in a couple of places in my code. However, when I analyze the same project Intellij, the plugin is not catching those…
-
[SpotBugs](https://spotbugs.github.io/) is an alternative to FindBugs.
- [ ] build.gradle - https://plugins.gradle.org/plugin/com.github.spotbugs
- [ ] GitHub integration