@zentol Also, the only ASM-related imports are
```
import org.apache.xbean.asm6.{ClassReader, ClassVisitor, MethodVisitor, Type}
import org.apache.xbean.asm6.Opcodes._
```
which seem to be exactly the same as for our earlier asm5 dependency.[ Full content available at: https://github.com/apache/flink/pull/6784 ] This message was relayed via gitbox.apache.org for [email protected]
