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.
In https://github.com/jenkinsci/office-365-connector-plugin/pull/286#issuecomment-1306377230, @damianszczepanik wrote:
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.