This is an automated email from the ASF dual-hosted git repository.
olamy pushed a change to branch master-jetty-bom
in repository https://gitbox.apache.org/repos/asf/archiva.git
discard 5a4157a26 use jetty bom to manage Jetty dependencies
add e6a08c751 use testcontainers to run cassandra tests (#79)
add f452cb417 use jetty bom to manage Jetty dependencies
add abda2b81a simplify code and do write in a log file in /tmp when
running tests
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5a4157a26)
\
N -- N -- N refs/heads/master-jetty-bom (abda2b81a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
archiva-cli/pom.xml | 1 +
.../src/test/test-settings.xml | 22 ++-
.../rest/services/AbstractArchivaRestTest.java | 40 +----
.../src/test/resources/log4j2-test.xml | 18 +--
.../src/test/resources/log4j2-test.xml | 10 --
.../repository/AbstractMetadataRepositoryTest.java | 14 +-
.../metadata-store-cassandra/pom.xml | 169 ++-------------------
.../cassandra/DefaultCassandraArchivaManager.java | 1 -
.../cassandra/CassandraMetadataRepositoryTest.java | 39 ++++-
.../cassandra/RepositoriesNamespaceTest.java | 31 +++-
.../META-INF/spring-context.xml | 0
.../src/test/resources/log4j2-test.xml | 15 +-
.../src/test/resources/log4j2-test.xml | 2 +-
.../oak-jcr/oak-jcr-lucene/pom.xml | 2 +-
pom.xml | 36 +++--
15 files changed, 136 insertions(+), 264 deletions(-)
rename
archiva-modules/metadata/metadata-store-provider/metadata-store-cassandra/src/test/{filtered-resources
=> resources}/META-INF/spring-context.xml (100%)