This is an automated email from the ASF dual-hosted git repository. olamy pushed a change to branch test-junit-platform-runner-junit4 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
from b2e34c792 use junit plaform runner for junit 4.4 add eded38fe5 fix some compilation No new revisions were added by this update. Summary of changes: .../apache/maven/plugin/failsafe/VerifyMojo.java | 6 +- .../plugin/surefire/AbstractSurefireMojo.java | 270 ++---------------- .../plugin/surefire/JUnitPlatformProviderInfo.java | 310 +++++++++++++++++++++ .../surefire/SurefireDependencyResolver.java | 6 +- .../plugin/surefire/log/PluginConsoleLogger.java | 3 + .../maven/surefire/providerapi/ProviderInfo.java | 15 + .../AbstractSurefireMojoJava7PlusTest.java | 3 +- .../AbstractSurefireMojoProvidersInfoTest.java | 22 +- .../plugin/surefire/AbstractSurefireMojoTest.java | 15 +- 9 files changed, 390 insertions(+), 260 deletions(-) create mode 100644 maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/JUnitPlatformProviderInfo.java