DomGarguilo opened a new pull request #2427:
URL: https://github.com/apache/accumulo/pull/2427


   It was suggested that we look into upgrading from JUnit 4 to JUnit 5. I 
wanted to take an initial stab at this migration. From what I have gathered so 
far this is the upgrade path:
   
   1. Replace JUnit 4 dependencies with JUnit 5 and JUnit "vintage-engine". The 
vintage engine is a stand-in for the JUnit 4 dependency to enable JUnit 4 tests 
to run.
   2. Convert each test from JUnit 4 to JUnit 5. This does not have to happen 
all at once and we could opt to not upgrade some tests for whatever reason if 
we wanted.
   3. Once all tests are converted to JUnit 5, we can remove the JUnit 
"vintage-engine" dependency.


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


Reply via email to