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
at 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.
This branch includes the following new commits:
new 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.
The 1 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.