Stephan Ewen created FLINK-3136: ----------------------------------- Summary: Scala Closure Cleaner uses wrong ASM import Key: FLINK-3136 URL: https://issues.apache.org/jira/browse/FLINK-3136 Project: Flink Issue Type: Bug Components: Scala API Affects Versions: 0.10.1 Reporter: Stephan Ewen Assignee: Stephan Ewen Priority: Critical Fix For: 1.0.0, 0.10.2
The closure cleaner uses Kryo's ReflectASM's ASM. That is currently in version 4.0, which is incompatible with later Scala versions. Using ASM directly gives version 5.0. Flink also shades that ASM version correctly away in the end. -- This message was sent by Atlassian JIRA (v6.3.4#6332)