raphw / byte-buddy

Runtime code generation for the Java virtual machine.
https://bytebuddy.net
Apache License 2.0
6.23k stars 804 forks source link

add unit test for System class redefinition #1566

Closed sullis closed 10 months ago

sullis commented 10 months ago

This unit test validates that the Byte Buddy Agent can redefine java.lang.System

raphw commented 10 months ago

Unfortunately, this might interfere with others tests.This is why I prefer the testing on class loader isolating level.