Jeremy Landis

Results 165 issues of Jeremy Landis

codenarc plugin works with codenarc 1.5 not the one used here (3.6.0-groovy-4.0). Fix that and get a release so we can properly confirm code rules here.

### Affected version 3.0.0-M1 ### Bug description With git 2.51.0, plugin usage here now is failing with this error. [INFO] [ERROR] Provider message: [INFO] [ERROR] The git-log command failed. [INFO]...

bug

This annotation enum attribute was deprecated in 2011 [here](https://github.com/spotbugs/spotbugs/commit/d3b41945e03f854ce8613e1521b16230a62fb9c9). It had a full replacement and usage in spotbugs only fell back to read that if the replacement 'Confidence' was not...

### Affected version 4.0.0-beta-5, 4.0.0-rc-1, 4.0.0-rc-2, 4.0.0-rc-3, 4.0.0-rc-4 ### Bug description See https://github.com/apache/maven-wrapper/issues/325 for further details and issue. Maven 4.0.0-beta-5 and above changed to use selective `MAVEN_MAIN_CLASS`. Because maven wrapper...

bug

The groovydoc command line can be invoked to generate groovydocs: groovydoc **[options]** [packagenames] [sourcefiles] Currently there appears no way to send 'options' with this plugin. Can that be expanded to...

Maven 3.9.11 started showing up with this warning. [INFO] --- gplus:4.2.1:removeTestStubs (compileGroovy) @ spotbugs-maven-plugin --- [WARNING] Direct modification of testCompileSourceRoots through iterator.remove() is deprecated and will not work in Maven...

Renovate works off submitting pull requests when pinned that match the v release. Currently v1 is still tagged to v1.6 point. Can you move that up to v1.7 to match...

Maven 4 changed how it works, as a result maven wrapper has been broken for a while. You can see a working usage of this change here https://github.com/spotbugs/spotbugs-maven-plugin/actions/runs/17228298032. If unable...