Skip to content

Conversation

@AmitKumarDeoghoria
Copy link
Contributor

part of : #963

@romani
Copy link
Member

romani commented Oct 21, 2025

releasenotes-builder was red, I restarted it.
But I think failure is related to jdk21 update, please look

@vivek-0509
Copy link
Contributor

Hey @romani
The tests are failing on Java 21 due to a Byte Buddy compatibility issue:

Java 21 (65) is not supported by the current version of Byte Buddy which officially supports Java 20 (64)

Root Cause:

mockito-inline:5.2.0 is deprecated and was the last published version of that artifact ,It bundles Byte Buddy 1.14.1, which only supports up to Java 20 (Java 21 requires Byte Buddy 1.14.3+)
Reference: Mockito maintainer Tim van der Lippe conversation in https://groups.google.com/g/mockito/c/psRyztIa5mY:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants