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 311fe09 Refactoring to new content API
new dda90e3 Moving proxy to new repository API
new bca678b Changing tests for proxy API
new 91900a6 Fixing tests
new aa8de8c Switching to new API
The 4 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:
.../proxy/model/RepositoryProxyHandler.java | 17 +++
.../proxy/DefaultRepositoryProxyHandler.java | 117 +++++++++++++++++++++
.../archiva/repository/LayoutRuntimeException.java | 5 +-
.../repository/metadata/base/MetadataTools.java | 49 ---------
.../archiva/proxy/CacheFailuresTransferTest.java | 8 +-
.../apache/archiva/proxy/ChecksumTransferTest.java | 39 +++----
.../apache/archiva/proxy/ErrorHandlingTest.java | 5 +-
.../archiva/proxy/HttpProxyTransferTest.java | 3 +-
.../archiva/proxy/ManagedDefaultTransferTest.java | 23 ++--
.../apache/archiva/proxy/SnapshotTransferTest.java | 20 ++--
.../mock/ManagedRepositoryContentMock.java | 14 ++-
.../content/ManagedDefaultRepositoryContent.java | 13 ---
.../content/AbstractRepositoryContentTest.java | 101 ++++++++++++------
.../ManagedDefaultRepositoryContentTest.java | 16 +--
.../RemoteDefaultRepositoryContentTest.java | 20 ++--
...vaRepositoryScanningTaskExecutorPhase1Test.java | 2 +-
...vaRepositoryScanningTaskExecutorPhase2Test.java | 8 +-
.../archiva/scheduler/repository/TestConsumer.java | 9 +-
18 files changed, 298 insertions(+), 171 deletions(-)