Upgrade to Netty 4.1.7
This commit upgrades the Netty dependency to version 4.1.7.Final, picking up some important bug fixes. Relates elastic/elasticsearch#4602 Original commit: elastic/x-pack-elasticsearch@a5d10a9b04
This commit is contained in:
parent
2c5aeba418
commit
694bb5d07b
|
@ -22,8 +22,6 @@ public class PreBuiltXPackTransportClientTests extends RandomizedTest {
|
|||
|
||||
@Test
|
||||
public void testPluginInstalled() {
|
||||
// TODO: remove when Netty 4.1.6 is upgraded to Netty 4.1.7 including https://github.com/netty/netty/pull/6068
|
||||
assumeFalse(Constants.JRE_IS_MINIMUM_JAVA9);
|
||||
try (TransportClient client = new PreBuiltXPackTransportClient(Settings.EMPTY)) {
|
||||
Settings settings = client.settings();
|
||||
assertEquals(Security.NAME4, NetworkModule.TRANSPORT_TYPE_SETTING.get(settings));
|
||||
|
|
Loading…
Reference in New Issue