This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git.
from 3a4b72c [MRM-2011] Using unique index directories for maven indexer
new a34a59f Adding leaf method
new 4ab1e37 Adding spliterator for assets
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:
.../repository/storage/AssetSpliterator.java | 206 +++++++++++++++++++++
.../archiva/repository/storage/StorageAsset.java | 13 +-
.../repository/storage/FilesystemAsset.java | 10 +
3 files changed, 226 insertions(+), 3 deletions(-)
create mode 100644
archiva-modules/archiva-base/archiva-storage-api/src/main/java/org/apache/archiva/repository/storage/AssetSpliterator.java