dongjoon-hyun opened a new pull request, #801: URL: https://github.com/apache/spark-kubernetes-operator/pull/801
### What changes were proposed in this pull request? This PR aims to upgrade `Netty` to 4.2.17.Final. In addition, `gradle/verification-metadata.xml` is regenerated accordingly. ### Why are the changes needed? To bring the latest bug fixes: - https://netty.io/news/2026/08/04/4-2-17-Final.html - https://github.com/netty/netty/releases/tag/netty-4.2.17.Final (2026-08-04) This release contains the following fixes, among others: - Fix a possible buffer leak in `SslHandler` when an OOME is thrown during allocation - Fix the buddy cache evicting chunks with live buffers - Fix direct memory OOM on low-core containers - Fix a classloader leak via the `GlobalEventExecutor` termination future - Fix a performance regression in `AsciiString.cached(String)` - Fix `JdkZlibDecompressor` losing the tail of highly compressible streams - Fix `HttpServerCodec` handling of 1xx interim responses ### 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 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]
