6f8a047942
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 |
||
---|---|---|
.. | ||
src | ||
build.gradle |