GitHub user anistor opened a pull request: https://github.com/apache/maven-surefire/pull/6
SUREFIRE-879 maven-surefire-report-plugin fails some times with Concurre... ...ntModificationException when running parallel TestNG The issue is easily fixed by atomically getting the array of elements and iterating over it rather than the list of buffers. You can merge this pull request into a Git repository by running: $ git pull https://github.com/anistor/maven-surefire SUREFIRE-879 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-surefire/pull/6.patch ---- commit 415741f3a1ccdc6ec8d03c58e634bcd8e8b7b3d3 Author: Adrian Nistor <anis...@redhat.com> Date: 2012-06-28T03:47:19-07:00 SUREFIRE-879 maven-surefire-report-plugin fails some times with ConcurrentModificationException when running parallel TestNG The issue is easily fixed by atomically getting the array of elements and iterating over it rather than the list of buffers. ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org