StackTrace: java.lang.UnsupportedClassVersionError: org/xulihang/DarkNetDetector has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java ...
It turns out that if the GrpcClientLoggingTestExecutionListener is compiled with a "too modern" Java version (Java 17 in our case), it doesn't work; Byte Buddy is unable to weave in the updated method ...