-
Bug
-
Resolution: Fixed
-
Major
-
None
The following Checks API tests fail on Java 21 with Mockito errors:
io.jenkins.plugins.checks.api.ChecksPublisherFactoryTest io.jenkins.plugins.checks.api.NullChecksPublisherTest io.jenkins.plugins.checks.steps.PublishChecksStepTest io.jenkins.plugins.checks.steps.WithChecksStepTest
Similar issues have been observed in other plugins and were resolved by updating the plugin parent POM to 4.68 which has a recent version of Mockito that supports Java 21. Can this plugin be upgraded to a recent version of Mockito and a new version released for BOM/PCT purposes?