swagger-parser icon indicating copy to clipboard operation
swagger-parser copied to clipboard

tests fail on Java 21 (works on Java 17)

Open taylortails opened this issue 1 year ago • 0 comments

mvn clean verify results in

PermittedUrlsCheckerTest failure

UnsupportedOperation class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute

I guess because Mockit doesnt support Java 21.

Are there any plans here? Migrate to Mockito 4? (Mockito 5 drops Java 8 support).

taylortails avatar May 08 '24 17:05 taylortails