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

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

     [ https://issues.apache.org/jira/browse/FLINK-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek resolved FLINK-3136.
-------------------------------------
    Resolution: Fixed

Fixed in https://github.com/apache/flink/commit/718a17b282923c5d10a6ef68e2da27b5aa828b80

> 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: Aljoscha Krettek
>            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)