You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/06/08 05:49:32 UTC

[spark] branch master updated: [SPARK-39409][BUILD] Upgrade scala-maven-plugin to 4.6.2

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

gurwls223 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 6a743782d97 [SPARK-39409][BUILD] Upgrade scala-maven-plugin to 4.6.2
6a743782d97 is described below

commit 6a743782d97f3fd69f33c697049f5a5643fd1968
Author: yangjie01 <ya...@baidu.com>
AuthorDate: Wed Jun 8 14:49:16 2022 +0900

    [SPARK-39409][BUILD] Upgrade scala-maven-plugin to 4.6.2
    
    ### What changes were proposed in this pull request?
    This pr aims upgrade scala-maven-plugin to 4.6.2
    
    ### Why are the changes needed?
    This version brings some bug fix related to `Incremental compile`, although it seems that Spark has not encountered these issue:
    
    - [Fix incremental compiler not being able to find JDK classes when compiler macros with Java 11, close #502](https://github.com/davidB/scala-maven-plugin/pull/608)
    - [Fix incremental compilation on Java 11+, close #600](https://github.com/davidB/scala-maven-plugin/pull/609)
    
    all changes as follows:
    
    - https://github.com/davidB/scala-maven-plugin/compare/4.6.1...4.6.2
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass Github Actions
    
    Closes #36800 from LuciferYang/scala-maven-plugin-462.
    
    Authored-by: yangjie01 <ya...@baidu.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4bce557484b..08ef372f93a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
       See: SPARK-36547, SPARK-38394.
        -->
 
-    <scala-maven-plugin.version>4.6.1</scala-maven-plugin.version>
+    <scala-maven-plugin.version>4.6.2</scala-maven-plugin.version>
     <!-- for now, not running scalafmt as part of default verify pipeline -->
     <scalafmt.skip>true</scalafmt.skip>
     <codehaus.jackson.version>1.9.13</codehaus.jackson.version>


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