You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by mureinik <gi...@git.apache.org> on 2017/02/28 21:20:10 UTC

[GitHub] commons-lang pull request #247: JUnit imports

GitHub user mureinik opened a pull request:

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

    JUnit imports

    The `junit.framework` package has been deprecated, and should no longer
    be used.
    
    This patch fixes the one remaining import from it to statically import
    `org.junit.Assert.assertNull` instead.

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

    $ git pull https://github.com/mureinik/commons-lang junit

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

    https://github.com/apache/commons-lang/pull/247.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 #247
    
----
commit 1aaa66937f6c16e0b5055354ab2bd595d679e9ae
Author: Allon Mureinik <am...@redhat.com>
Date:   2017-02-28T21:17:51Z

    JUnit imports
    
    The junit.framework package has been deprecated, and should no longer
    be used.
    
    This patch fixes the one remaining import from it to statically import
    org.junit.Assert.assertNull instead.

----


---
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.
---

[GitHub] commons-lang pull request #247: JUnit imports

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

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


---
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.
---

[GitHub] commons-lang issue #247: JUnit imports

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

    https://github.com/apache/commons-lang/pull/247
  
    :+1: 


---
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.
---