This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/doxiaVersion-1.12.0
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
discard 29a97e5fa Bump doxiaVersion from 1.11.1 to 1.12.0
add 2709f76c0 [SUREFIRE-2154] Get rid of localRepository from surefire
mojo parameter, use Resolver API
add 5bc8f8213 Bump doxiaVersion from 1.11.1 to 1.12.0
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 (29a97e5fa)
\
N -- N -- N refs/heads/dependabot/maven/doxiaVersion-1.12.0
(5bc8f8213)
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:
maven-surefire-common/pom.xml | 10 +
.../plugin/surefire/AbstractSurefireMojo.java | 135 +--
.../surefire/SurefireDependencyResolver.java | 181 ++--
.../surefire/SurefireExecutionParameters.java | 6 +-
.../surefire/booterclient/ChecksumCalculator.java | 5 -
.../plugin/surefire/AbstractSurefireMojoTest.java | 1023 ++++----------------
.../surefire/SurefireDependencyResolverTest.java | 231 ++---
7 files changed, 389 insertions(+), 1202 deletions(-)