This is an automated email from the ASF dual-hosted git repository. sor pushed a change to branch SUREFIRE-1585 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
discard ff21460 Move logic to JUnitPlatformProviderInfo discard 7643fc7 Resolve missing 'org.junit.jupiter:junit-jupiter-engine' artifact discard 7489175 Add "missing" artifacts add 6aca52c Add "missing" JUnit engine artifacts 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 (ff21460) \ N -- N -- N refs/heads/SUREFIRE-1585 (6aca52c) 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: .../plugin/surefire/AbstractSurefireMojo.java | 60 +++++++++++++++++----- .../maven/plugin/surefire/TestClassPath.java | 11 ++-- .../AbstractSurefireMojoJava7PlusTest.java | 5 +- .../plugin/surefire/AbstractSurefireMojoTest.java | 5 +- .../junit-platform-multiple-engines/pom.xml | 14 ++--- 5 files changed, 63 insertions(+), 32 deletions(-)