You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2018/12/22 08:46:45 UTC

[spark] branch master updated: [SPARK-26430][BUILD][TEST-MAVEN] Upgrade Surefire plugin to 3.0.0-M2

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new c7bfb4c  [SPARK-26430][BUILD][TEST-MAVEN] Upgrade Surefire plugin to 3.0.0-M2
c7bfb4c is described below

commit c7bfb4cf832d5b20527df6e19855b6a7436988a9
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sat Dec 22 00:46:36 2018 -0800

    [SPARK-26430][BUILD][TEST-MAVEN] Upgrade Surefire plugin to 3.0.0-M2
    
    ## What changes were proposed in this pull request?
    
    This PR aims to upgrade Maven Surefile plugin for JDK11 support. 3.0.0-M2 is [released Dec. 9th.](https://issues.apache.org/jira/projects/SUREFIRE/versions/12344396)
    ```
    [SUREFIRE-1568] Versions 2.21 and higher doesn't work with junit-platform for Java 9 module
    [SUREFIRE-1605] NoClassDefFoundError (RunNotifier) with JDK 11
    [SUREFIRE-1600] Surefire Project using surefire:2.12.4 is not fully able to work with JDK 10+ on internal build system. Therefore surefire-shadefire should go with Surefire:3.0.0-M2.
    [SUREFIRE-1593] 3.0.0-M1 produces invalid code sources on Windows
    [SUREFIRE-1602] Surefire fails loading class ForkedBooter when using a sub-directory pom file and a local maven repo
    [SUREFIRE-1606] maven-shared-utils must not be on provider's classpath
    [SUREFIRE-1531] Option to switch-off Java 9 modules
    [SUREFIRE-1590] Deploy multiple versions of Report XSD
    [SUREFIRE-1591] Java 1.7 feature Diamonds replaced Generics
    [SUREFIRE-1594] Java 1.7 feature try-catch - multiple exceptions in one catch
    [SUREFIRE-1595] Java 1.7 feature System.lineSeparator()
    [SUREFIRE-1597] ModularClasspathForkConfiguration with debug logs (args file and its path on file system)
    [SUREFIRE-1596] Unnecessary check JAVA_RECENT == JAVA_1_7 in unit tests
    [SUREFIRE-1598] Fixed typo in assertion statement in integration test Surefire855AllowFailsafeUseArtifactFileIT
    [SUREFIRE-1607] Roadmap on Project Site
    ```
    
    ## How was this patch tested?
    
    Pass the Jenkins.
    
    Closes #23370 from dongjoon-hyun/SPARK-26430.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de94214..321de20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2103,7 +2103,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.0.0-M1</version>
+          <version>3.0.0-M2</version>
           <!-- Note config is repeated in scalatest config -->
           <configuration>
             <includes>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org