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 cda4ac8 Fixing cassandra stream api
new f100559 Changing time type for modification time
new 37a9281 Adding query param object for search queries
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/metadata/model/ArtifactMetadata.java | 14 ++--
.../apache/archiva/metadata/QueryParameter.java | 98 ++++++++++++++++++++++
.../repository/AbstractMetadataRepository.java | 20 +++--
.../metadata/repository/MetadataRepository.java | 11 ++-
.../repository/AbstractMetadataRepositoryTest.java | 9 +-
.../cassandra/CassandraMetadataRepository.java | 22 +++--
.../repository/file/FileMetadataRepository.java | 12 +--
.../repository/jcr/JcrMetadataRepository.java | 61 +++++++++-----
8 files changed, 189 insertions(+), 58 deletions(-)
create mode 100644
archiva-modules/metadata/metadata-repository-api/src/main/java/org/apache/archiva/metadata/QueryParameter.java