OpenSearch/libs
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
..
elasticsearch-core Remove Throwable usage from transport modules (#30845) 2018-05-24 17:33:29 -06:00
elasticsearch-nio Remove Throwable usage from transport modules (#30845) 2018-05-24 17:33:29 -06:00
grok Build: Fail if any libs depend on non-core libs (#29336) 2018-04-16 11:49:27 -04:00
plugin-classloader Build: Fail if any libs depend on non-core libs (#29336) 2018-04-16 11:49:27 -04:00
secure-sm Build: Fail if any libs depend on non-core libs (#29336) 2018-04-16 11:49:27 -04:00
x-content Move ObjectParser into the x-content lib (#29373) 2018-04-06 09:41:14 -06:00
build.gradle Fix dependency checks on libs when generating Eclipse configuration. (#29550) 2018-04-17 17:11:12 +02:00