EasyMock can't mock using ByteBuddy under Java 26 and byte-buddy 1.18.11.
Seems to be due by the way byte-buddy is now now using Unsafe. But I'm not aware of the official transition method to make it work.
See easymock/easymock#908 for details and a reproducer.
EasyMock can't mock using ByteBuddy under Java 26 and byte-buddy 1.18.11.
Seems to be due by the way byte-buddy is now now using Unsafe. But I'm not aware of the official transition method to make it work.
See easymock/easymock#908 for details and a reproducer.