spotbugs / spotbugs-gradle-plugin

https://plugins.gradle.org/plugin/com.github.spotbugs
Apache License 2.0
178 stars 68 forks source link

Remove deprecated API #928

Closed KengoTODA closed 9 months ago

KengoTODA commented 1 year ago
victorwss commented 11 months ago

Using Gradle 8.4-rc-2, Java 21, Spotbugs gradle plugin 6.0.0-beta.3 and Spotbugs 4.7.3, and running with --warning-mode all, I am getting this:

The org.gradle.util.ClosureBackedAction type has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.4-rc-2/userguide/upgrading_version_7.html#org_gradle_util_reports_deprecations
        at org.gradle.util.ClosureBackedAction.<clinit>(ClosureBackedAction.java:41)
        at com.github.spotbugs.snom.SpotBugsTask.reports(SpotBugsTask.kt:405)
        [... edited, a long stacktrace following down here ...]

Is that one of those deprecated stuff you intend to fix?

KengoTODA commented 11 months ago

Yes, and it has been resolved in the beta.4 release (#974).

Goooler commented 4 months ago

Deprecated AGP APIs have been tracked by #1054.