Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.18.1
-
None
Description
The JUnit 4.12 introduced annotation org.junit.runner.notification.RunListener.ThreadSafe.
The provider surefire-junit47 implements JUnit RunListener which can be annotated ThreadSafe. The RunNotifier in JUnit would not use locks on annotated listeners.