NETWORKING: Upgrade Netty to 4.1.30 (#34417)

* closes #34411
This commit is contained in:
Armin Braun 2018-10-12 16:13:28 +01:00 committed by GitHub
parent 8d83688328
commit 7ba320d5b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 34 additions and 28 deletions

View File

@ -15,6 +15,8 @@ slf4j = 1.6.2
# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = 4.5.1
netty = 4.1.30.Final
# test dependencies
randomizedrunner = 2.7.0
junit = 4.12

View File

@ -34,13 +34,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
dependencies {
// network stack
compile "io.netty:netty-buffer:4.1.29.Final"
compile "io.netty:netty-codec:4.1.29.Final"
compile "io.netty:netty-codec-http:4.1.29.Final"
compile "io.netty:netty-common:4.1.29.Final"
compile "io.netty:netty-handler:4.1.29.Final"
compile "io.netty:netty-resolver:4.1.29.Final"
compile "io.netty:netty-transport:4.1.29.Final"
compile "io.netty:netty-buffer:${versions.netty}"
compile "io.netty:netty-codec:${versions.netty}"
compile "io.netty:netty-codec-http:${versions.netty}"
compile "io.netty:netty-common:${versions.netty}"
compile "io.netty:netty-handler:${versions.netty}"
compile "io.netty:netty-resolver:${versions.netty}"
compile "io.netty:netty-transport:${versions.netty}"
}
dependencyLicenses {
@ -111,6 +111,7 @@ thirdPartyAudit.excludes = [
// from io.netty.util.internal.logging.InternalLoggerFactory (netty) - it's optional
'org.slf4j.Logger',
'org.slf4j.LoggerFactory',
'org.slf4j.spi.LocationAwareLogger',
'com.google.protobuf.ExtensionRegistryLite',
'com.google.protobuf.MessageLiteOrBuilder',
@ -145,6 +146,7 @@ thirdPartyAudit.excludes = [
'io.netty.util.internal.PlatformDependent0$1',
'io.netty.util.internal.PlatformDependent0$2',
'io.netty.util.internal.PlatformDependent0$3',
'io.netty.util.internal.PlatformDependent0$5',
'io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueConsumerNodeRef',
'io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueProducerNodeRef',
'io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueColdProducerFields',

View File

@ -1 +0,0 @@
c3809f72e4b535b343b7dfa3c0c8210dad2fa5ea

View File

@ -0,0 +1 @@
597adb653306470fb3ec1af3c0f3f30a37b1310a

View File

@ -1 +0,0 @@
1651bc2e279216773c234cafe402d68d2a5adc90

View File

@ -0,0 +1 @@
515c8f609aaca28a94f984d89a9667dd3359c1b1

View File

@ -1 +0,0 @@
454688b88cea27a4d407202d1fc79a6522345b5e

View File

@ -0,0 +1 @@
1384c630e8a0eeef33ad12a28791dce6e1d8767c

View File

@ -1 +0,0 @@
a5d6a735ed07d8f197daa48db7f097cfc971ee5e

View File

@ -0,0 +1 @@
5dca0c34d8f38af51a2398614e81888f51cf811a

View File

@ -1 +0,0 @@
1acf1d94799296a2517533ec75ce7e155e9c4ea7

View File

@ -0,0 +1 @@
ecc076332ed103411347f4806a44ee32d9d9cb5f

View File

@ -1 +0,0 @@
bbec1dc913732e4773893c14d795b15d6c1e878e

View File

@ -0,0 +1 @@
5106fd687066ffd712e5295d32af4e2ac6482613

View File

@ -1 +0,0 @@
c190b90f70e2ae8a48c068afad709e8728fcaa39

View File

@ -0,0 +1 @@
3d27bb432a3b125167ac161b26415ad29ec17f02

View File

@ -29,13 +29,13 @@ dependencies {
compile "org.elasticsearch:elasticsearch-nio:${version}"
// network stack
compile "io.netty:netty-buffer:4.1.29.Final"
compile "io.netty:netty-codec:4.1.29.Final"
compile "io.netty:netty-codec-http:4.1.29.Final"
compile "io.netty:netty-common:4.1.29.Final"
compile "io.netty:netty-handler:4.1.29.Final"
compile "io.netty:netty-resolver:4.1.29.Final"
compile "io.netty:netty-transport:4.1.29.Final"
compile "io.netty:netty-buffer:${versions.netty}"
compile "io.netty:netty-codec:${versions.netty}"
compile "io.netty:netty-codec-http:${versions.netty}"
compile "io.netty:netty-common:${versions.netty}"
compile "io.netty:netty-handler:${versions.netty}"
compile "io.netty:netty-resolver:${versions.netty}"
compile "io.netty:netty-transport:${versions.netty}"
}
dependencyLicenses {
@ -90,6 +90,7 @@ thirdPartyAudit.excludes = [
// from io.netty.util.internal.logging.InternalLoggerFactory (netty) - it's optional
'org.slf4j.Logger',
'org.slf4j.LoggerFactory',
'org.slf4j.spi.LocationAwareLogger',
'com.google.protobuf.ExtensionRegistryLite',
'com.google.protobuf.MessageLiteOrBuilder',
@ -124,6 +125,7 @@ thirdPartyAudit.excludes = [
'io.netty.util.internal.PlatformDependent0$1',
'io.netty.util.internal.PlatformDependent0$2',
'io.netty.util.internal.PlatformDependent0$3',
'io.netty.util.internal.PlatformDependent0$5',
'io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueConsumerNodeRef',
'io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueProducerNodeRef',
'io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueColdProducerFields',

View File

@ -1 +0,0 @@
c3809f72e4b535b343b7dfa3c0c8210dad2fa5ea

View File

@ -0,0 +1 @@
597adb653306470fb3ec1af3c0f3f30a37b1310a

View File

@ -1 +0,0 @@
1651bc2e279216773c234cafe402d68d2a5adc90

View File

@ -0,0 +1 @@
515c8f609aaca28a94f984d89a9667dd3359c1b1

View File

@ -1 +0,0 @@
454688b88cea27a4d407202d1fc79a6522345b5e

View File

@ -0,0 +1 @@
1384c630e8a0eeef33ad12a28791dce6e1d8767c

View File

@ -1 +0,0 @@
a5d6a735ed07d8f197daa48db7f097cfc971ee5e

View File

@ -0,0 +1 @@
5dca0c34d8f38af51a2398614e81888f51cf811a

View File

@ -1 +0,0 @@
1acf1d94799296a2517533ec75ce7e155e9c4ea7

View File

@ -0,0 +1 @@
ecc076332ed103411347f4806a44ee32d9d9cb5f

View File

@ -1 +0,0 @@
bbec1dc913732e4773893c14d795b15d6c1e878e

View File

@ -0,0 +1 @@
5106fd687066ffd712e5295d32af4e2ac6482613

View File

@ -1 +0,0 @@
c190b90f70e2ae8a48c068afad709e8728fcaa39

View File

@ -0,0 +1 @@
3d27bb432a3b125167ac161b26415ad29ec17f02