This is an automated email from the ASF dual-hosted git repository.
elharo pushed a change to branch array
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git
from ed7a9b1 passing a pre-sized array is dangerous for a concurrent or
synchronized collection as a data race is possible between the size and toArray
calls. This may result in extra nulls at the end of the array if the collection
was concurrently shrunk during the operation.
add 61afabd Remove debugging code (#591)
new 39ec480 Merge branch 'master' into array
new 37e9125 spotless
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../war/packaging/WarProjectPackagingTask.java | 3 +--
.../plugins/war/WarExplodedMojoFilteringTest.java | 24 +---------------------
2 files changed, 2 insertions(+), 25 deletions(-)