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 232ac43 Adding generic checksum storage for artifacts
new 811c445 Changing contract for nullable parameters
new 8f42ce0 Changing method names and adding javadoc for metarepository
new 81be348 Switching to list as return values.
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:
.../core/repository/AbstractRepositoryPurge.java | 6 +-
...leanupReleasedSnapshotsRepositoryPurgeTest.java | 4 +-
.../repository/DaysOldRepositoryPurgeTest.java | 6 +-
.../repository/RepositoryPurgeConsumerTest.java | 11 +-
.../RetentionCountRepositoryPurgeTest.java | 6 +-
.../rest/services/DefaultBrowseService.java | 6 +-
.../rest/services/DefaultRepositoriesService.java | 6 +-
.../webtest/memory/TestMetadataRepository.java | 7 +-
.../repository/AbstractMetadataRepository.java | 47 +-
.../repository/DefaultMetadataResolver.java | 4 +-
.../metadata/repository/MetadataRepository.java | 603 +++++++++++----------
.../repository/AbstractMetadataRepositoryTest.java | 26 +-
.../model/RepositoryWalkingStatisticsProvider.java | 2 +-
.../cassandra/CassandraMetadataRepository.java | 75 ++-
.../repository/file/FileMetadataRepository.java | 111 ++--
.../repository/jcr/JcrMetadataRepository.java | 59 +-
.../repository/jcr/OakRepositoryFactory.java | 7 +-
.../stats/RepositoryStatisticsManagerTest.java | 16 +-
18 files changed, 516 insertions(+), 486 deletions(-)