dongjoon-hyun opened a new pull request, #57004: URL: https://github.com/apache/spark/pull/57004
### What changes were proposed in this pull request? This PR aims to upgrade `kubernetes-client` to 7.8.0 and `vertx` to 4.5.28 for Apache Spark 5.0.0. `vertx` is upgraded together because `kubernetes-client` 7.8.0 uses Vert.x 4.5.28 for its `kubernetes-httpclient-vertx` module, keeping Spark's pinned version consistent with the version managed by `kubernetes-client-bom`. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/fabric8io/kubernetes-client/releases/tag/v7.8.0 (2026-06-29) - Fix #7435: A `SharedIndexInformer`'s periodic resync no longer stops permanently and silently when a single resync cycle throws - Fix #7933: Deterministic TLS trust failures are now classified as terminal and fail fast instead of being retried - Fix #7896: `AbstractWatchManager.watchEnded()` now emits a `WatcherException` when a watch closes cleanly with no messages, avoiding an indefinite reconnect loop on GKE - Fix #7907: (httpclient-vertx) WebSocket-over-TLS operations (`exec`/`attach`/`portForward`) now trust the cluster certificate ### 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 Fable 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]
