Commit a50f453
committed
### What changes were proposed in this pull request?
This PR aims to upgrade
- `spotbugs-tool` from `4.8.6` to `4.9.3`
- `spotbugs-plugin` from `6.0.17` to 6.1.13
While updating the above, the following are fixed.
```
> Task :spark-operator:spotbugsTest FAILED
M D US: Suppressing annotation on the class org.apache.spark.k8s.operator.probe.HealthProbeTest is unnecessary At HealthProbeTest.java:[lines 52-192]
M D US: Suppressing annotation on the class org.apache.spark.k8s.operator.metrics.source.KubernetesMetricsInterceptorTest is unnecessary At KubernetesMetricsInterceptorTest.java:[lines 55-153]
```
### Why are the changes needed?
To bring the latest updates.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #265 from dongjoon-hyun/SPARK-52624.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 5885215 commit a50f453
File tree
3 files changed
+4
-4
lines changed- gradle
- spark-operator/src/test/java/org/apache/spark/k8s/operator
- metrics/source
- probe
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments