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 ecec848  Changing checksum handling in metadata
     new 63cbe9b  Adding stream methods for artifact search
     new 232ac43  Adding generic checksum storage for artifacts

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:
 archiva-modules/metadata/metadata-model/pom.xml    |   4 +
 .../archiva/metadata/model/ArtifactMetadata.java   |   7 +-
 .../repository/AbstractMetadataRepository.java     |  38 ++++-
 .../metadata/repository/MetadataRepository.java    | 127 ++++++++++++---
 .../repository/AbstractMetadataRepositoryTest.java |  61 +++++++-
 .../cassandra/CassandraMetadataRepository.java     |  56 +++++--
 .../repository/file/FileMetadataRepository.java    | 171 +++++++++++++++------
 .../file/FileMetadataRepositoryTest.java           |   2 +
 .../metadata/repository/jcr/JcrConstants.java      |   1 +
 .../repository/jcr/JcrMetadataRepository.java      | 157 +++++++++++++++++--
 .../repository/jcr/OakRepositoryFactory.java       |   7 +-
 .../archiva/metadata/repository/jcr/jcr-schema.cnd |  29 ++--
 .../repository/jcr/JcrMetadataRepositoryTest.java  |   6 +-
 13 files changed, 551 insertions(+), 115 deletions(-)

Reply via email to