[GitHub] [maven-surefire] wilkinsona commented on issue #243: [SUREFIRE-1679] Prevent classpath caching from causing pollution

2019-08-15 Thread GitBox
wilkinsona commented on issue #243: [SUREFIRE-1679] Prevent classpath caching from causing pollution URL: https://github.com/apache/maven-surefire/pull/243#issuecomment-521604924 Thanks, @sormuras. I've opened a PR using that branch as its base:

[GitHub] [maven-surefire] wilkinsona commented on issue #243: [SUREFIRE-1679] Prevent classpath caching from causing pollution

2019-08-15 Thread GitBox
wilkinsona commented on issue #243: [SUREFIRE-1679] Prevent classpath caching from causing pollution URL: https://github.com/apache/maven-surefire/pull/243#issuecomment-521577398 My pleasure. Thanks for the review and merge. I'd like to work on an equivalent 2.22.x fix now. What branch

[GitHub] [maven-surefire] wilkinsona commented on issue #243: [SUREFIRE-1679] Prevent classpath caching from causing pollution

2019-08-14 Thread GitBox
wilkinsona commented on issue #243: [SUREFIRE-1679] Prevent classpath caching from causing pollution URL: https://github.com/apache/maven-surefire/pull/243#issuecomment-521295465 I've forced pushed the switch to a `HashMap` and the addition of a unit test.

[GitHub] [maven-surefire] wilkinsona commented on issue #243: [SUREFIRE-1679] Prevent classpath caching from causing pollution

2019-08-14 Thread GitBox
wilkinsona commented on issue #243: [SUREFIRE-1679] Prevent classpath caching from causing pollution URL: https://github.com/apache/maven-surefire/pull/243#issuecomment-521186877 Oops. Sorry. I've force-pushed a fix for that. I'll take a look at unit tests shortly. Given that the old