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

ASF GitHub Bot commented on LANG-1197:
--------------------------------------

GitHub user PascalSchumacher opened a pull request:

    https://github.com/apache/commons-lang/pull/163

    LANG-1197: Prepare Java 9 detection (unfinished)

    Not complete: `JavaVersion` expects the `java.version` system property to 
return `1.x` but for java 9 it will return `9*`. Not sure how to handle this.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PascalSchumacher/commons-lang java_9

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/163.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #163
    
----
commit 96dc0638d5220b7835093d08fdead7d46bee1120
Author: pascalschumacher <pascalschumac...@gmx.net>
Date:   2016-05-20T17:29:20Z

    LANG-1197: Prepare Java 9 detection (unfinished)

----


> Prepare Java 9 detection
> ------------------------
>
>                 Key: LANG-1197
>                 URL: https://issues.apache.org/jira/browse/LANG-1197
>             Project: Commons Lang
>          Issue Type: Task
>          Components: lang.*
>    Affects Versions: 3.4
>            Reporter: Michael Osipov
>
> In anticipation of Java 9 and [JEP 223|http://openjdk.java.net/jeps/223], the 
> versioning scheme will change completely. We need to reflect that in 
> {{SystemUtils}}, {{JavaVersion}}, etc.:
> * {{SystemUtils}}: Deprecate {{IS_JAVA_1_9}} and replace with {{IS_JAVA_9}}
> * {{JavaVersion}}: Deprecate {{JAVA_1_9}} in {{JavaVersion}} and replace with 
> {{JAVA_9}}
> and other places in the library.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to