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 b942314 Removing unused repository API method
new 46fd585 Improving repository API
new e38eebe Moving request info to new API
new bf95aca Switching pathparser to new API
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/common/utils/VersionUtil.java | 2 +
.../core/repository/DaysOldRepositoryPurge.java | 140 ++++++++++-----------
.../repository/RetentionCountRepositoryPurge.java | 104 ++++++++-------
.../proxy/model/RepositoryProxyHandler.java | 16 +++
.../proxy/DefaultRepositoryProxyHandler.java | 72 ++++++++++-
.../archiva/repository/RepositoryRequestInfo.java | 17 ++-
.../archiva/repository/content/PathParser.java | 10 --
.../maven/content/DefaultPathParser.java | 40 ------
.../content/ManagedDefaultRepositoryContent.java | 112 ++++++++++++-----
.../maven/content/MavenRepositoryRequestInfo.java | 60 +++------
.../metadata/storage/Maven2RepositoryStorage.java | 78 +++++++-----
.../maven/content/DefaultPathParserTest.java | 92 ++++++++------
.../ManagedDefaultRepositoryContentTest.java | 2 +-
.../content/MavenRepositoryRequestInfoTest.java | 65 +++++-----
.../archiva/security/mock/MockBeanServices.java | 7 +-
.../archiva/webdav/ArchivaDavResourceFactory.java | 16 +--
.../webdav/ArchivaDavResourceFactoryTest.java | 6 +-
.../storage/RepositoryPathTranslator.java | 2 +
.../repository/storage/RepositoryStorage.java | 10 +-
.../cassandra/MockRepositoryStorage.java | 7 +-
20 files changed, 481 insertions(+), 377 deletions(-)