-
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
[JENKINS-71804] Checks API tests fail on Java 21 with Mockito errors
Remote Link | New: This issue links to "jenkinsci/checks-api-plugin#227 (Web Link)" [ 28869 ] |
Assignee | Original: Kezhi Xiong [ xiongkezhi ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "jenkinsci/checks-api-plugin#229 (Web Link)" [ 28925 ] |
Released As | New: 2.0.1 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Closed [ 6 ] |
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?