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 2021/07/16 03:26:42 UTC

[spark] branch branch-3.2 updated: [SPARK-36171][BUILD] Upgrade GenJavadoc to 0.18

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

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


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 9e0ed16e [SPARK-36171][BUILD] Upgrade GenJavadoc to 0.18
9e0ed16e is described below

commit 9e0ed16e902a2ff7393bc9e98892af0b1b6f4b19
Author: Kousuke Saruta <sa...@oss.nttdata.com>
AuthorDate: Thu Jul 15 20:24:45 2021 -0700

    [SPARK-36171][BUILD] Upgrade GenJavadoc to 0.18
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades `GenJavadoc` plugin from `0.17` to `0.18`.
    
    ### Why are the changes needed?
    
    `0.18` includes a bug fix for `Scala 2.13`.
    ```
    This release fixes a bug (#286) with Scala 2.13.6 in relation with deprecated annotations in Scala sources leading to a NoSuchElementException in some cases.
    ```
    https://github.com/lightbend/genjavadoc/releases/tag/v0.18
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Built the doc for Scala 2.13.
    ```
    build/sbt -Phive -Phive-thriftserver -Pyarn -Pmesos -Pkubernetes -Phadoop-cloud -Pspark-ganglia-lgpl -Pkinesis-asl -Pdocker-integration-tests -Pkubernetes-integration-tests -Pscala-2.13 unidoc
    ```
    
    Closes #33383 from sarutak/upgrade-genjavadoc-0.18.
    
    Authored-by: Kousuke Saruta <sa...@oss.nttdata.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit ad744fb4bf4790db2c500bf905f431ccf274055a)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 project/SparkBuild.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 3480f4f..f12e94e 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -265,7 +265,7 @@ object SparkBuild extends PomBuild {
       .orElse(sys.props.get("java.home").map { p => new File(p).getParentFile().getAbsolutePath() })
       .map(file),
     publishMavenStyle := true,
-    unidocGenjavadocVersion := "0.17",
+    unidocGenjavadocVersion := "0.18",
 
     // Override SBT's default resolvers:
     resolvers := Seq(

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