OpenSearch/client
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
..
benchmark Add client-benchmark-noop-api-plugin to stress clients even more in benchmarks (#20103) 2016-08-26 09:05:47 +02:00
client-benchmark-noop-api-plugin Remove obsolete NoopSearchRequestBuilder#setNoStoredFields() 2016-08-26 09:58:53 +02:00
rest Allow RestClient to send array-based headers 2016-08-30 18:02:07 -04:00
sniffer Un-final Core REST Client classes 2016-08-25 16:02:04 -04:00
test Allow RestClient to send array-based headers 2016-08-30 18:02:07 -04:00
transport Skip transport client plugin installed on JDK 9 2016-08-31 09:46:27 -04:00