You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2016/08/24 17:44:20 UTC

[jira] [Updated] (SYSTEMML-866) Update JavaConversions to support Scala 2.10 and 2.11

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

Deron Eriksson updated SYSTEMML-866:
------------------------------------
    Component/s: APIs

> Update JavaConversions to support Scala 2.10 and 2.11
> -----------------------------------------------------
>
>                 Key: SYSTEMML-866
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-866
>             Project: SystemML
>          Issue Type: Task
>          Components: APIs
>            Reporter: Deron Eriksson
>            Assignee: Deron Eriksson
>
> Currently the default Scala version for the project is 2.11 but we also have a profile for Scala 2.10.
> Currently the project code is 2.11 compatible but not 2.10 compatible.
> I believe the only code changes required from 2.10 to 2.11 were:
> Scala 2.10 -> Scala 2.11
> JavaConversions.asJavaList -> JavaConversions.seqAsJavaList
> JavaConversions.asScalaMap -> JavaConversions.mapAsScalaMap
> We should be able to add some reflection to the invocations of these methods so that we can support Scala 2.10 and 2.11 using the same codebase.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)