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

yangjie01 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 7441bd0197e6 [SPARK-48274][BUILD] Upgrade GenJavadoc to `0.19`
7441bd0197e6 is described below

commit 7441bd0197e6442c4f98481bf2fb23b49b5f75cf
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Wed May 15 10:22:34 2024 +0800

    [SPARK-48274][BUILD] Upgrade GenJavadoc to `0.19`
    
    ### What changes were proposed in this pull request?
    This PR upgrades `GenJavadoc` plugin from `0.18` to `0.19`.
    
    ### Why are the changes needed?
    1.The full release notes: 
https://github.com/lightbend/genjavadoc/releases/tag/v0.19
    
    2.The latest version supports scala `2.13.14`, which is a `prerequisite` 
for us to upgrade spark's scala `2.13.14`.
    https://mvnrepository.com/artifact/com.typesafe.genjavadoc/genjavadoc-plugin
    
    3.The last upgrade occurred 3 years ago 
https://github.com/apache/spark/pull/33383
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Built the doc:
    
    ```
    ./build/sbt -Phadoop-3 -Pkubernetes -Pkinesis-asl -Phive-thriftserver 
-Pdocker-integration-tests -Pyarn -Phadoop-cloud -Pspark-ganglia-lgpl -Phive 
-Pjvm-profiler unidoc
    ```
    <img width="501" alt="image" 
src="https://github.com/apache/spark/assets/15246973/58d3fac8-c968-44e0-83f3-84cf00a5084f";>
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #46579 from panbingkun/unidocGenjavadocVersion_0_19.
    
    Authored-by: panbingkun <panbing...@baidu.com>
    Signed-off-by: yangjie01 <yangji...@baidu.com>
---
 project/SparkBuild.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

Reply via email to