GitHub user sparsick opened a pull request:

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

    Proposal for LANG-1421

    - replace test annotation and assertions in ObjectUtilsTest with junit5 
    - implementation of `allNull` and `anyNull`

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

    $ git pull https://github.com/sparsick/commons-lang 1421-anyNull

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

    https://github.com/apache/commons-lang/pull/357.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 #357
    
----
commit 3c133c202cc457318f2992ef4d7c5a316d0a017c
Author: sparsick <sparsick@...>
Date:   2018-09-21T13:09:46Z

    move test to junit 5
    
    Co-authored-by: Georg Berky <gb-busin...@posteo.de>

commit 38152d9a52d3f62a317ee5ffd1e5fce3cf50bc6e
Author: sparsick <sparsick@...>
Date:   2018-09-21T13:25:25Z

    LANG-1421: add method anyNull to ObjectUtils
    
    Co-authored-by: Georg Berky <gb-busin...@posteo.de>

commit 8e51c8c4e5435e6efaa9f8447e2cf6987b5c4f8a
Author: sparsick <sparsick@...>
Date:   2018-09-21T13:30:54Z

    LANG-1421: add javadoc for anyNull in ObjectUtils
    
    Co-authored-by: Georg Berky <gb-busin...@posteo.de>

commit c0c6d7d2fef49a5b8d3b490aa666fa196ff11733
Author: sparsick <sparsick@...>
Date:   2018-09-21T13:42:53Z

    LANG-1421: add allNull in ObjectUtils with javadoc
    
    Co-authored-by: Georg Berky <gb-busin...@posteo.de>

----


---

Reply via email to