jenkinsci / aws-credentials-plugin

CloudBees Amazon Web Services Credentials Plugin
https://plugins.jenkins.io/aws-credentials/
MIT License
27 stars 72 forks source link

Replacing JSR-305 javax.annotations with Spotbugs #193

Closed aneveux closed 1 year ago

aneveux commented 1 year ago

Hello folks :wave:

I'm currently following the Improve a Plugin documentation for Jenkins plugins modernization, and noticed we could replace JSR 305 annotations for this plugin.

So here's a PR doing that. I checked that everything is running fine with mvn verify.

Thanks for your review!