amahussein opened a new pull request #3397:
URL: https://github.com/apache/hadoop/pull/3397


   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   
   HADOOP-17898 . BouncyCastle to 1.69
   
   - CVEs are reported for releases lower than 1.66 
   - Branch-2.10 was still running on bcprov-jdk16 which is very old
   
   ### How was this patch tested?
   
   - build locally succeeded
   - `mvn dependency:tree`
   - Looked into linked Jiras of HADOOP-15832 and reviewed the dependencies 
affected by the upgrade
   - Some of the the tests below are already timing out on the default branch. 
However, I verified that they have no class errors as reported in YARN-8919 and 
YARN-8899
   ```bash
   mvn test -Dtest=TestFileArgs,TestMultipleCachefiles,TestStreamingBadRecords,\
   
TestSymLink,TestMultipleArchiveFiles,TestGridmixSubmission,TestDistCacheEmulation,\
   TestLoadJob,TestSleepJob,TestDistCh,TestCleanupAfterKIll
   ```
   
   ### For code changes:
   
   - [X] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [X] Updated README.txt
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to