[GitHub] commons-lang pull request #163: LANG-1197: Prepare Java 9 detection (unfinis...

2016-09-12 Thread PascalSchumacher
GitHub user PascalSchumacher reopened 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

[GitHub] commons-lang pull request #163: LANG-1197: Prepare Java 9 detection (unfinis...

2016-09-11 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/commons-lang/pull/163 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] commons-lang pull request #163: LANG-1197: Prepare Java 9 detection (unfinis...

2016-09-11 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/163#discussion_r78301302 --- Diff: src/main/java/org/apache/commons/lang3/JavaVersion.java --- @@ -72,8 +72,15 @@ /** * Java 1.9. + * +

[GitHub] commons-lang pull request #163: LANG-1197: Prepare Java 9 detection (unfinis...

2016-06-06 Thread michael-o
Github user michael-o commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/163#discussion_r65946021 --- Diff: src/main/java/org/apache/commons/lang3/JavaVersion.java --- @@ -72,8 +72,15 @@ /** * Java 1.9. + * +

[GitHub] commons-lang pull request #163: LANG-1197: Prepare Java 9 detection (unfinis...

2016-06-05 Thread PascalSchumacher
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