Skip to content

Commit

Permalink
[SPARK-48274][BUILD] Upgrade GenJavadoc to 0.19
Browse files Browse the repository at this point in the history
### 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 apache#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 apache#46579 from panbingkun/unidocGenjavadocVersion_0_19.

Authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
  • Loading branch information
panbingkun authored and LuciferYang committed May 15, 2024
1 parent 4ff5ca8 commit 7441bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7441bd0

Please sign in to comment.