maven-surefire pull request: [SUREFIRE-876] avoid using Description.getTest...

2012-07-11 Thread Git at Apache
Github user jsievers closed the pull request at: https://github.com/apache/maven-surefire/pull/4 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-surefire pull request: [SUREFIRE-876] avoid using Description.getTest...

2012-06-15 Thread Git at Apache
GitHub user jsievers opened a pull request: https://github.com/apache/maven-surefire/pull/4 [SUREFIRE-876] avoid using Description.getTestClass() Description.getTestClass() uses Class.forName() which breaks classloader isolation [1,2]. Refactor JUnitCoreRunListener where we o