You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2015/08/26 01:35:46 UTC

[jira] [Created] (SUREFIRE-1174) Concurrent RunListeners should be annotated @ThreadSafe

Tibor Digana created SUREFIRE-1174:
--------------------------------------

             Summary: Concurrent RunListeners should be annotated @ThreadSafe
                 Key: SUREFIRE-1174
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1174
             Project: Maven Surefire
          Issue Type: Improvement
          Components: Junit 4.7+ (parallel) support
    Affects Versions: 2.18.1
            Reporter: Tibor Digana
            Assignee: Tibor Digana
             Fix For: 2.19


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)