You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2019/04/11 12:38:00 UTC

[jira] [Comment Edited] (IGNITE-11600) Fix launch script and GridUnsafe for Java 12

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

Dmitriy Pavlov edited comment on IGNITE-11600 at 4/11/19 12:37 PM:
-------------------------------------------------------------------

Fix for this issue consists from 2 commits
- https://github.com/apache/ignite/commit/47a49cd08d52cb96b7872b291057005abcc0789b - fix for launch scripts,
- https://github.com/apache/ignite/commit/3064f1ee56f420d64129ad59d9191296d8f249a7 - fix for gird unsafe

both were merged to master and cherry-picked to 2.7.5.

[~agoncharuk] thank you for review


was (Author: dpavlov):
Fix for this issue consists from 2 commits
- https://github.com/apache/ignite/commit/47a49cd08d52cb96b7872b291057005abcc0789b - fix for launch scripts,
- https://github.com/apache/ignite/commit/3064f1ee56f420d64129ad59d9191296d8f249a7 - fix for gird unsafe

> Fix launch script and GridUnsafe for Java 12
> --------------------------------------------
>
>                 Key: IGNITE-11600
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11600
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Dmitriy Pavlov
>            Assignee: Dmitriy Pavlov
>            Priority: Critical
>              Labels: important
>             Fix For: 2.8, 2.7.5
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> bin/ignite.bat:251
> if "%MAJOR_JAVA_VER%" == "11" (
> need to change to "%MAJOR_JAVA_VER%" GEQ "11" (



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