OpenSearch/libs/elasticsearch-core/src/main
Tim Brooks e8b70273c1
Remove Throwable usage from transport modules (#30845)
Currently nio and netty modules use the CompletableFuture class for
managing listeners. This is unfortunate as that class accepts
Throwable. This commit adds a class CompletableContext that wraps
the CompletableFuture but does not accept Throwable. This allows the
modification of netty and nio logic to no longer handle Throwable.
2018-05-24 17:33:29 -06:00
..
java/org/elasticsearch Remove Throwable usage from transport modules (#30845) 2018-05-24 17:33:29 -06:00
java9/org/elasticsearch/core/internal/io Move Streams.copy into elasticsearch-core and make a multi-release jar (#29322) 2018-04-06 11:07:20 -06:00
eclipse-build.gradle Fix eclipse build. (#28236) 2018-01-16 10:50:07 +01:00