OpenSearch/client/transport
Jason Tedor 6f8a047942 Skip transport client plugin installed on JDK 9
This commit adds an assumption to
PreBuiltTransportClientTests#testPluginInstalled on JDK 9. The
underlying issue is that Netty attempts to access sun.nio.ch but this
package is not exported from java.base on JDK 9. This throws an uncaught
InaccessibleObjectException causing the test to fail. This assumption
can be removed when Netty 4.1.6 is released as it will include a fix for
this scenario.

Relates #20251
2016-08-31 09:46:27 -04:00
..
src Skip transport client plugin installed on JDK 9 2016-08-31 09:46:27 -04:00
build.gradle Wait for Netty 4 threads to terminate on close 2016-08-04 09:48:38 -04:00