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

Support Java 11 and 17, remove PowerMock, upgrade JMockit #295

Closed basil closed 2 years ago

basil commented 2 years ago

In https://github.com/jenkinsci/office-365-connector-plugin/pull/286#issuecomment-1306377230, @damianszczepanik wrote:

Shame but... thanks for that.

Shame no longer. This PR adds support for Java 11 and 17, implemented by removing PowerMock in favor of the latest version of mockito-inline and upgrading JMockit to the latest version. I tested this by running the unit tests in Java 8, Java 11, and Java 17.