-
Notifications
You must be signed in to change notification settings - Fork 40
[3.7~3.11] Fix error in integration test with Java 21 as runtime #1977
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
Conversation
komamitsu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
brfrn169
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
feeblefakie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
Description
Integration tests fail when using Java 21 as the runtime because the
net.bytebuddy:byte-buddylibrary current version is incompatible with Java 21. This library is a transitive dependency ofAsserJandMockito.This PR updates this dependency to a version that supports Java 21.
Related issues and/or PRs
N/A
Changes made
I updated
AsserJso that its transitive dependencynet.bytebuddy:byte-buddyis updated to a version that supports Java 21.Checklist
Additional notes (optional)
Release notes
N/A