elasticsearch/modules/transport-netty4
David Turner 3504c27e7d
Remove exception-mangling in connect/close listeners (#127954)
The close-listeners are never completed exceptionally today so they do
not need the exception mangling of a `ListenableFuture`. The connect-
and remove-listeners sometimes see an exception if the connection
attempt fails, but they also do not need any exception-mangling.

This commit removes the exception-mangling by replacing these
`ListenableFuture` instances with `SubscribableListener` ones.
2025-05-22 21:22:04 +10:00
..
forbidden Use ChannelFutureListener in Netty code to reduce capturing lambdas (#112967) 2024-09-18 18:32:04 +02:00
licenses Add verification metadata for dependencies (#88814) 2022-08-04 09:51:16 +02:00
src Remove exception-mangling in connect/close listeners (#127954) 2025-05-22 21:22:04 +10:00
build.gradle Convert remaining module projects to new test clusters framework (#125613) 2025-03-26 08:42:55 -07:00