Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
JUnit4 is old and works upto JDK 1.7. pom.xml contains org.junit.vintage to provide compatibility with JUnit4 classes. The tests break with running with more recent versions of JDK - for example with openjdk-17. The vintage classes cannot detect the Test methods.
Remove the vintage junit, migrate fully to junit5.
Attachments
Issue Links
- depends upon
-
STORM-3873 Remove Junit 4 dependencies
- Resolved