Update Netty to 4.1.16.Final (#28345)
This commit updates netty to 4.1.16.Final. This is the latest version that we can have work without extra permissions. This updated version of netty fixes issues seen with Java 9 and some data not being sent, which results in timeouts.
This commit is contained in:
parent
f39402a039
commit
e59f14d139
|
@ -34,13 +34,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
|
|||
|
||||
dependencies {
|
||||
// network stack
|
||||
compile "io.netty:netty-buffer:4.1.13.Final"
|
||||
compile "io.netty:netty-codec:4.1.13.Final"
|
||||
compile "io.netty:netty-codec-http:4.1.13.Final"
|
||||
compile "io.netty:netty-common:4.1.13.Final"
|
||||
compile "io.netty:netty-handler:4.1.13.Final"
|
||||
compile "io.netty:netty-resolver:4.1.13.Final"
|
||||
compile "io.netty:netty-transport:4.1.13.Final"
|
||||
compile "io.netty:netty-buffer:4.1.16.Final"
|
||||
compile "io.netty:netty-codec:4.1.16.Final"
|
||||
compile "io.netty:netty-codec-http:4.1.16.Final"
|
||||
compile "io.netty:netty-common:4.1.16.Final"
|
||||
compile "io.netty:netty-handler:4.1.16.Final"
|
||||
compile "io.netty:netty-resolver:4.1.16.Final"
|
||||
compile "io.netty:netty-transport:4.1.16.Final"
|
||||
}
|
||||
|
||||
dependencyLicenses {
|
||||
|
@ -149,18 +149,18 @@ thirdPartyAudit.excludes = [
|
|||
'io.netty.util.internal.PlatformDependent0$3',
|
||||
'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.BaseMpscLinkedArrayQueue',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.ConcurrentSequencedCircularArrayQueue',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueColdProducerFields',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueConsumerFields',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueProducerFields',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.LinkedQueueNode',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.MpmcArrayQueueConsumerField',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.MpmcArrayQueueProducerField',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueConsumerField',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueHeadLimitField',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueTailField',
|
||||
'io.netty.util.internal.shaded.org.jctools.util.JvmInfo',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueConsumerIndexField',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerIndexField',
|
||||
'io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerLimitField',
|
||||
'io.netty.util.internal.shaded.org.jctools.util.UnsafeAccess',
|
||||
'io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess',
|
||||
|
||||
'org.conscrypt.AllocatedBuffer',
|
||||
'org.conscrypt.BufferAllocator',
|
||||
'org.conscrypt.Conscrypt$Engines',
|
||||
'org.conscrypt.HandshakeListener'
|
||||
]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
0e3f583ea8a2618a7563b1ee2aa696c23edcc3d8
|
|
@ -0,0 +1 @@
|
|||
63b5fa95c74785e16f2c30ce268bc222e35c8cb5
|
|
@ -1 +0,0 @@
|
|||
370eeb6e9d92495a2a3be096ab6102755af76730
|
|
@ -0,0 +1 @@
|
|||
d84a1f21768b7309c2954521cf5a1f46c2309eb1
|
|
@ -1 +0,0 @@
|
|||
0ee87368766e6b900cf6be8ac9cdce27156e9411
|
|
@ -0,0 +1 @@
|
|||
d64312378b438dfdad84267c599a053327c6f02a
|
|
@ -1 +0,0 @@
|
|||
f640e8cd8866527150784f8986152d3bba45b712
|
|
@ -0,0 +1 @@
|
|||
177a6b30cca92f6f5f9873c9befd681377a4c328
|
|
@ -1 +0,0 @@
|
|||
85847aa81a98d29948731befb4784d141046fa0e
|
|
@ -0,0 +1 @@
|
|||
fec0e63e7dd7f4eeef7ea8dc47a1ff32dfc7ebc2
|
|
@ -1 +0,0 @@
|
|||
d33ce420bd22c8a53246296ceb6e1ff08d31f8e1
|
|
@ -0,0 +1 @@
|
|||
f6eb553b53fb3a90a8ac1170697093fed82eae28
|
|
@ -1 +0,0 @@
|
|||
5008406221a849a350ad2a8885f14ac330e038f3
|
|
@ -0,0 +1 @@
|
|||
3c8ee2c4d4a1cbb947a5c184c7aeb2204260958b
|
Loading…
Reference in New Issue