You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/08/15 11:05:55 UTC

[GitHub] [maven-surefire] wilkinsona opened a new pull request #244: [SUREFIRE-1679] Prevent classpath caching from causing pollution

wilkinsona opened a new pull request #244: [SUREFIRE-1679] Prevent classpath caching from causing pollution
URL: https://github.com/apache/maven-surefire/pull/244
 
 
   This pull request backports the changes made in https://github.com/apache/maven-surefire/pull/243 to 2.22.x. The main source changes are the same. The test has be modified to align with the small differences in the implementation. Most notably, I have introduced the use of `TemporaryFolder` as the use of a mocked `File` resulted in an NPE as the `path` field of the mocked `File` was `null`. I hope that's OK.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services