You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by larsgrefer <gi...@git.apache.org> on 2018/07/27 21:56:57 UTC

[GitHub] commons-lang pull request #338: LANG-1405 Remove check for Java 1.5

GitHub user larsgrefer opened a pull request:

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

    LANG-1405 Remove check for Java 1.5

    Since the minimum Java version for commons-lang 3.x is 1.7, the check for Java 1.5 will always be true

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

    $ git pull https://github.com/larsgrefer/commons-lang simplify-classUtils

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

    https://github.com/apache/commons-lang/pull/338.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 #338
    
----
commit 7d5a3984a893b3dd91a68cbe70211e2e58a6ff74
Author: Lars Grefer <gi...@...>
Date:   2018-07-27T21:36:23Z

    LANG-1405 Remove check for Java 1.5
    
    Since the minimum Java version for commons-lang 3.x is 1.7, the check for Java 1.5 will always be true

----


---

[GitHub] commons-lang issue #338: LANG-1405 Remove check for Java 1.5

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/338
  
    
    [![Coverage Status](https://coveralls.io/builds/18205077/badge)](https://coveralls.io/builds/18205077)
    
    Coverage decreased (-0.04%) to 95.244% when pulling **7d5a3984a893b3dd91a68cbe70211e2e58a6ff74 on larsgrefer:simplify-classUtils** into **2cc524380830ba76a9a7e60e37d726e2aaf743a9 on apache:master**.



---

[GitHub] commons-lang pull request #338: LANG-1405 Remove check for Java 1.5

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

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


---