This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a change to branch feature/storage_refactoring
in repository https://gitbox.apache.org/repos/asf/archiva.git.
from aa68c37 Refactoring index merger
new e777599 Changes for updated interfaces
new dac2455 Changes for updated interfaces
new 42257e9 Using asset API in DAV
The 3 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:
.../apache/archiva/checksum/StreamingChecksum.java | 65 ++++++++
.../group/DefaultRepositoryGroupAdmin.java | 74 ++++-----
.../repository/mock/RepositoryProviderMock.java | 27 +++
.../archiva/webdav/ArchivaDavResourceFactory.java | 181 +++++++++++++--------
4 files changed, 232 insertions(+), 115 deletions(-)
create mode 100644
archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/StreamingChecksum.java