Commit b5e04b8
committed
[SPARK-53769] Enable
### What changes were proposed in this pull request?
This PR aims to ensure `Annotation Processing` in Java compilation.
### Why are the changes needed?
Since JDK 23, `Annotation Processing` is disabled by default. We need to enable it explicitly in Java 25 to use it.
- [JDK 23: Changes Default Annotation Processing Policy](https://inside.java/2024/06/18/quality-heads-up/)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #357 from dongjoon-hyun/SPARK-53769.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>Annotation Processing during Java compilation1 parent 0445349 commit b5e04b8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments