From issues-return-94805-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Apr 4 16:17:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EDA4B18064C for ; Thu, 4 Apr 2019 18:17:01 +0200 (CEST) Received: (qmail 19623 invoked by uid 500); 4 Apr 2019 16:17:01 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 19609 invoked by uid 99); 4 Apr 2019 16:17:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2019 16:17:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 999E5E083C for ; Thu, 4 Apr 2019 16:17:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 612B024595 for ; Thu, 4 Apr 2019 16:17:00 +0000 (UTC) Date: Thu, 4 Apr 2019 16:17:00 +0000 (UTC) From: "Alexey Goncharuk (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-11600) Fix launch script and GridUnsafe for Java 12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-11600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810027#comment-16810027 ] Alexey Goncharuk commented on IGNITE-11600: ------------------------------------------- [~dpavlov], looks good given that there are no performance regression. > 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: 50m > 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)