dongjoon-hyun opened a new pull request, #849: URL: https://github.com/apache/spark-kubernetes-operator/pull/849
### What changes were proposed in this pull request? This PR aims to upgrade `slf4j` to 2.0.19. ### Why are the changes needed? To bring the latest bug fixes. This is also a preparation for the upcoming Java Operator SDK 5.6.1 upgrade, which depends on `slf4j-api` 2.0.19. Upgrading `slf4j` first keeps the `operator-sdk` upgrade PR limited to `operator-sdk` itself. - https://www.slf4j.org/news.html (2026-09-04, Release of SLF4J 2.0.19) - `LoggerWrapper` in `slf4j-ext` now delegates `makeLoggingEventBuilder()` to the wrapped logger so that caller location is reported correctly with the fluent API (qos-ch/slf4j#464) - `DefaultLoggingEventBuilder` no longer aborts logging when `toString()` on a key-value value fails, including `StackOverflowError` (qos-ch/slf4j#448) - `SLF4JPlatformLogger.isLoggable()` now maps `System.Logger.Level.ALL` and `Level.OFF` the same way as `log()` (qos-ch/slf4j#430) - Published JAR files now package each module's own `LICENSE.txt` under `META-INF/` (qos-ch/slf4j#465) ### Does this PR introduce _any_ user-facing change? No behavior change is expected. Only the `slf4j` dependency version is upgraded. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 5 -- 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]
