You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2019/10/03 11:20:00 UTC

[jira] [Created] (IGNITE-12256) Fix double invocation of javaMajorVersion in scripts

Ilya Kasnacheev created IGNITE-12256:
----------------------------------------

             Summary: Fix double invocation of javaMajorVersion in scripts
                 Key: IGNITE-12256
                 URL: https://issues.apache.org/jira/browse/IGNITE-12256
             Project: Ignite
          Issue Type: Improvement
          Components: general
    Affects Versions: 2.7.6
            Reporter: Ilya Kasnacheev
            Assignee: Ilya Kasnacheev


Most of our shell script look as folows:

{code}
#
# Discover path to Java executable and check it's version.
#
checkJava

#
# Discover IGNITE_HOME environment variable.
#
setIgniteHome

#
# Final JVM_OPTS for Java 9+ compatibility
#
javaMajorVersion "${JAVA_HOME}/bin/java"
{code}

It makes no sense to me since we already call javaMajorVersion in checkJava. Let's try to get rid of it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)