You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-53628] Upgrade PMD/SpotBugs and enable checking on Java 25
### What changes were proposed in this pull request?
This PR aims to upgrade `pmd` and `spotbugs` test dependency and enable it on Java 25.
### Why are the changes needed?
Previously, `PMD` and `SpotBugs` check are enabled only on Java 17 and 21.
### Does this PR introduce _any_ user-facing change?
No behavior change because this is a code quality check during building.
### How was this patch tested?
Pass the CIs. Java 25 test pipeline will cover this.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#322 from dongjoon-hyun/SPARK-53628.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments