-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Mockito and ByteBuddy to help with GraalVM integration (#17665)
* Update Mockito to 4.5.1 to help with GraalVM integration. * Update Mockito to interim version 3.5.0, and fix unit tests. * Adjusted JUnits for a single class import. * Update Mockito to interim version 3.12.4. * Update Mockito to interim version 4.0.0. * Update Mockito to latest version 4.5.1. * Downgrade Mockito to interim version 4.4.0. * Update ByteBuddy version to fix issues with unit tests. * Re-update the version of Mockito to 4.5.1. * Restored unit tests for the first version of ComposeConstructorAdviceTest to handle the limitations of the new version of Mockito. * Restored ComposeConstructorAdviceTest's Unit test Name. * Fix ComposeConstructorAdviceTest#assertOnConstructor. * Fix CheckStyle. * Fix ComposeConstructorAdviceTest#assertOnConstructor again. * Remove ComposeConstructorAdviceTest#assertOnConstructor 's Mock.
- Loading branch information
1 parent
ddb42e6
commit 403adb4
Showing
9 changed files
with
87 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.