Dmitriy Zharikhin

Results 1 comments of Dmitriy Zharikhin

I investigated and the issue is really related to bytebuddy. By default it uses `MethodGraph.Compiler.DEFAULT = MethodGraph.Compiler.Default.forJavaHierarchy()` to instrument methods. In java ```java interface Executor { ResultContainerOne process(Request request); ResultContainerTwo...