[ 
https://issues.apache.org/jira/browse/HADOOP-10503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Nauroth updated HADOOP-10503:
-----------------------------------

    Attachment: HADOOP-10503.2.patch

Here is v2 of the patch, updating references to deprecated 
{{junit.framework.Assert}} to use {{org.junit.Assert}} instead.  If this gets 
+1'd, then I'll split it into separate jiras/separate patches for the various 
sub-projects.

I generated the patch with the following script:

{code}
sed 
s/\\/home\\/jenkins\\/jenkins-slave\\/workspace\\/PreCommit-HADOOP-Build\\/trunk\\///
 /tmp/diffJavacWarnings.txt |awk '{ print $3 }'|awk -F: '{ print $1 }'|xargs 
sed -i.bak s/junit.framework.Assert/org.junit.Assert/g
{code}

If the patch goes stale and needs a rebase, I expect we can just rerun that 
script.

> Move junit up to v 4.11
> -----------------------
>
>                 Key: HADOOP-10503
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10503
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: 2.4.0
>            Reporter: Steve Loughran
>            Assignee: Chris Nauroth
>            Priority: Minor
>         Attachments: HADOOP-10503.1.patch, HADOOP-10503.2.patch
>
>
> JUnit 4.11 has been out for a while; other projects are happy with it, so 
> update it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to