You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Pin byte-buddy(-agent) version to 1.14.19 to workaround Mockito issue (#1060)
* fix: Add the net.bytebuddy.experimental=true system property
Workaround to make Mockito tests to pass under Java 21
Signed-off-by: Ryan Prayogo <[email protected]>
* fix: Pin byte-buddy and byte-buddy-agent to a newer version
Signed-off-by: Ryan Prayogo <[email protected]>
* chore: Fix maven warning about deprecated expression
Signed-off-by: Ryan Prayogo <[email protected]>
* chore: Add comments around the Mockito workaround
Signed-off-by: Ryan Prayogo <[email protected]>
* Update pom.xml
Signed-off-by: Todd Baert <[email protected]>
---------
Signed-off-by: Ryan Prayogo <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
0 commit comments