jenkinsci / build-timeout-plugin

Jenkins build-timeout plugin
https://plugins.jenkins.io/build-timeout/
31 stars 80 forks source link

EOL JSR 305 #91

Closed basil closed 2 years ago

basil commented 2 years ago

Jenkins core has deprecated the use of JSR 305 annotations in favor of SpotBugs annotations for several core releases, and I have been slowly migrating the entire plugin ecosystem to the new set of annotations. This PR matches dozens of other PRs that have already been merged and released in other plugins to migrate to the new annotations.

krisstern commented 2 years ago

Thanks @basil for this PR!