You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Lars Grefer (JIRA)" <ji...@apache.org> on 2018/07/27 21:50:00 UTC

[jira] [Created] (LANG-1405) Remove checks for java versions below the minimum supported one

Lars Grefer created LANG-1405:
---------------------------------

             Summary: Remove checks for java versions below the minimum supported one
                 Key: LANG-1405
                 URL: https://issues.apache.org/jira/browse/LANG-1405
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.*
    Affects Versions: 3.7, 3.6, 3.5
            Reporter: Lars Grefer
             Fix For: 3.8


The minimum java version for 3.x is java 1.7, so checks like {{SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_1_5)}} will always be true and are therefore redundant



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