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

[jira] [Assigned] (IGNITE-6735) Java 9: fix Java version resolution/check logic

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

of.salakhutdinov reassigned IGNITE-6735:
----------------------------------------

    Assignee: of.salakhutdinov

> Java 9: fix Java version resolution/check logic
> -----------------------------------------------
>
>                 Key: IGNITE-6735
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6735
>             Project: Ignite
>          Issue Type: Task
>      Security Level: Public(Viewable by anyone) 
>          Components: general
>            Reporter: Vladimir Ozerov
>            Assignee: of.salakhutdinov
>             Fix For: 2.4
>
>
> We have several places in the code where Java version is validated. First, sometimes we do not take in count Java 9 at all. Second, sometimes we rely on old version pattern {{1.x}}, while as of Java 9 it is just {{x}}. 
> Places to fix:
> 1) {{GridDiscoveryManager.nodeJavaMajorVersion}} - add support for new Java version format without {{1.}} prefix.
> 2) {{IgnitionEx.<static init>}} - add Java 9 to the list of supported versions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)