jenkinsci / office-365-connector-plugin

Office 365 Connector plugin sends jobs status notifications to Microsoft Teams or Outlook
https://plugins.jenkins.io/Office-365-Connector/
Apache License 2.0
89 stars 86 forks source link

EOL JSR 305 #287

Closed basil closed 2 years ago

basil commented 2 years ago

plugin-pom 4.32 dropped support of JSR 305 annotations in favor of SpotBugs annotations, so to be able to upgrade to 4.32 in the future we need to migrate from the deprecated usage to the non-deprecated equivalent. This PR matches dozens of PRs that I have (successfully) submitted to other Jenkins plugins.

CC @damianszczepanik