You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hzpz <gi...@git.apache.org> on 2015/03/28 23:20:10 UTC

[GitHub] commons-lang pull request: LANG-794: Use os.name only when determi...

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 <ma...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-lang pull request: LANG-794: Use os.name only when determi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org