Skip to content

Commit

Permalink
[SPARK-39409][BUILD] Upgrade scala-maven-plugin to 4.6.2
Browse files Browse the repository at this point in the history
### 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 apache-spark-on-k8s#502](davidB/scala-maven-plugin#608)
- [Fix incremental compilation on Java 11+, close apache-spark-on-k8s#600](davidB/scala-maven-plugin#609)

all changes as follows:

- davidB/scala-maven-plugin@4.6.1...4.6.2

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass Github Actions

Closes apache#36800 from LuciferYang/scala-maven-plugin-462.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
LuciferYang authored and HyukjinKwon committed Jun 8, 2022
1 parent 46175d1 commit 6a74378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6a74378

Please sign in to comment.