You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/12/07 20:24:11 UTC

[jira] [Created] (FLINK-3136) Scala Closure Cleaner uses wrong ASM import

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)