You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/18 10:01:00 UTC

[jira] [Commented] (IGNITE-9628) Java 9: ML module compilation failure

    [ https://issues.apache.org/jira/browse/IGNITE-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618811#comment-16618811 ] 

ASF GitHub Bot commented on IGNITE-9628:
----------------------------------------

GitHub user dmitrievanthony opened a pull request:

    https://github.com/apache/ignite/pull/4780

    IGNITE-9628 Avoid using sun.reflect.generics.reflectiveObjects package in ML module

    in ML module.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9628

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4780.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4780
    
----
commit 87dc630c26eb23b3bd2407724f24992323492622
Author: Anton Dmitriev <dm...@...>
Date:   2018-09-18T09:58:33Z

    IGNITE-9628 Avoid using sun.reflect.generics.reflectiveObjects package
    in ML module.

----


> Java 9: ML module compilation failure
> -------------------------------------
>
>                 Key: IGNITE-9628
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9628
>             Project: Ignite
>          Issue Type: Task
>    Affects Versions: 2.6
>            Reporter: Peter Ivanov
>            Assignee: Anton Dmitriev
>            Priority: Major
>             Fix For: 2.7
>
>
> {code}
> [17:56:31]	[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project ignite-ml: Compilation failure: Compilation failure: 
> [17:56:31]	[ERROR] /data/teamcity/work/9198da4c51c3e112/modules/ml/src/main/java/org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.java:[28,28] package sun.reflect.generics.reflectiveObjects is not visible
> [17:56:31]	[ERROR]   (package sun.reflect.generics.reflectiveObjects is declared in module java.base, which does not export it to the unnamed module)
> [17:56:31]	[ERROR] /data/teamcity/work/9198da4c51c3e112/modules/ml/src/main/java/org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.java:[34,28] package sun.reflect.generics.reflectiveObjects is not visible
> [17:56:31]	[ERROR]   (package sun.reflect.generics.reflectiveObjects is declared in module java.base, which does not export it to the unnamed module)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)