Update Mockito and ByteBuddy to help with GraalVM integration#17665
Conversation
|
…Test to handle the limitations of the new version of Mockito.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #17665 +/- ##
============================================
- Coverage 58.81% 58.79% -0.03%
- Complexity 2125 2126 +1
============================================
Files 3596 3599 +3
Lines 53536 53572 +36
Branches 9143 9144 +1
============================================
+ Hits 31489 31497 +8
- Misses 19373 19400 +27
- Partials 2674 2675 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Good Job! |


Fixes #17451.
Changes proposed in this pull request:
org.mockito.internal.util.reflection.FieldSetter, refer to mockito/mockito@24c0e45 ,org.mockito.plugins.MemberAccessorneeds to be created separately in each unit test.Missing net.bytebuddy.utility.GraalImageCode exception, refer to https://github.com/mockito/mockito/releases/tag/v4.5.1