dongjoon-hyun opened a new pull request, #665: URL: https://github.com/apache/spark-kubernetes-operator/pull/665
### What changes were proposed in this pull request? This PR aims to upgrade PMD from 7.23.0 to 7.24.0. ### Why are the changes needed? To stay current with the latest stable PMD release. - https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.24.0 PMD 7.24.0 introduces a new `UnnecessaryWarningSuppression` rule that flagged one redundant `@SuppressWarnings("PMD.UnitTestShouldIncludeAssert")` in `SparkOperatorConfigMapReconcilerTest.sanityTest`. The annotation is removed because the lambda inside `await().untilAsserted(...)` already contains an `assertThat(...)` call, so the suppression is no longer needed. ### 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? Generated-by: Claude Code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
