Upgrade to Netty 4.1.6

This commit upgrades the transport-netty4 module dependency from Netty
version 4.1.5 to version 4.1.6. This is a bug fix release of Netty.

Relates #21051
This commit is contained in:
Jason Tedor 2016-10-20 20:13:29 -04:00 committed by GitHub
parent 3c7c8723ff
commit f51bf8ee47
16 changed files with 15 additions and 15 deletions

View File

@ -33,13 +33,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
dependencies {
// network stack
compile "io.netty:netty-buffer:4.1.5.Final"
compile "io.netty:netty-codec:4.1.5.Final"
compile "io.netty:netty-codec-http:4.1.5.Final"
compile "io.netty:netty-common:4.1.5.Final"
compile "io.netty:netty-handler:4.1.5.Final"
compile "io.netty:netty-resolver:4.1.5.Final"
compile "io.netty:netty-transport:4.1.5.Final"
compile "io.netty:netty-buffer:4.1.6.Final"
compile "io.netty:netty-codec:4.1.6.Final"
compile "io.netty:netty-codec-http:4.1.6.Final"
compile "io.netty:netty-common:4.1.6.Final"
compile "io.netty:netty-handler:4.1.6.Final"
compile "io.netty:netty-resolver:4.1.6.Final"
compile "io.netty:netty-transport:4.1.6.Final"
}
integTest {

View File

@ -1 +0,0 @@
b5fb6bccda4d63d4a74c9faccdf32f77ab66abc1

View File

@ -0,0 +1 @@
dc1a304ee7c448bfa241f60c41948db6f12b653b

View File

@ -1 +0,0 @@
66bbf9324fa36467d041083f89328e2a24ec4f67

View File

@ -0,0 +1 @@
086ce3c559af6759a0b991b9ad2faec20981e18e

View File

@ -1 +0,0 @@
087bda1b9ec7e3f75ca721fc87735cbedad2aa1a

View File

@ -0,0 +1 @@
ee6c65cb3f39f212241e9131dc05a837e776fd70

View File

@ -1 +0,0 @@
607f8433d8782445e72abe34e43a7e57e86a5e6c

View File

@ -0,0 +1 @@
654e4d8e87bc442be5c1d82d0369a3885f7168ea

View File

@ -1 +0,0 @@
6262900ee9487e62560030a136160df953b1cd6b

View File

@ -0,0 +1 @@
a24e92d67e467a3b97ff63642ab56637990685fd

View File

@ -1 +0,0 @@
5f367bedcdc185a727fda3296b9a18014cdc22c4

View File

@ -0,0 +1 @@
2a1c97445b6aa544cd029faa72abfb3f85e9957e

View File

@ -1 +0,0 @@
37126b370722ff9631ee13c91139aacec0a71d1d

View File

@ -0,0 +1 @@
4cba91ad2711c13a063d480f01edf70aa3f9387d

View File

@ -17,7 +17,7 @@
* under the License.
*/
grant codeBase "${codebase.netty-transport-4.1.5.Final.jar}" {
grant codeBase "${codebase.netty-transport-4.1.6.Final.jar}" {
// Netty NioEventLoop wants to change this, because of https://bugs.openjdk.java.net/browse/JDK-6427854
// the bug says it only happened rarely, and that its fixed, but apparently it still happens rarely!
permission java.util.PropertyPermission "sun.nio.ch.bugLevel", "write";