Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make code compilable with OpenJDK21 #101

Merged
merged 1 commit into from
Mar 23, 2024
Merged

make code compilable with OpenJDK21 #101

merged 1 commit into from
Mar 23, 2024

Conversation

akutschera
Copy link
Collaborator

AssertJ 3.25.1 has a byte-buddy version that can handle Java 21 class files.
The update to Mockito 5.11 allows us to get rid of the mockito-inline dependency.

This only affects testing of JavaFixture.

The resulting code is still compatible with Java 11.
It's just convenience when you try to run the JavaFixture tests locally and your default Java version is > 19.

AssertJ 3.25.1 has a byte-buddy version that can handle Java 21 class
files.
The update to Mockito 5.11 allows us to get rid of the mockito-inline
dependency.
This only affects testing of JavaFixture.
@Nylle Nylle merged commit 418d01c into master Mar 23, 2024
1 check passed
@Nylle Nylle deleted the compile-with-jdk21 branch March 23, 2024 14:50
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.

2 participants