GitHub user hzpz opened a pull request: https://github.com/apache/commons-lang/pull/60
LANG-794: Use os.name only when determining Windows versions As suggested in previous JIRA comments and according to some other sources (see http://lopica.sourceforge.net/os.html and http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/file/tip/src/windows/native/java/lang/java_props_md.c for example) the Windows version can be determined by os.name alone. I also added a constant for Windows Server 2012. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hzpz/commons-lang LANG-794 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/60.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 #60 ---- commit 7e4205a22339deebd5d7215282e9a3ec72a847ed Author: hzpz <mailant...@gmx.de> Date: 2015-03-28T22:11:23Z LANG-794: Use os.name only when determining Windows versions ---- --- 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 the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org