mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
Upgrade to Netty 4.1.8 (#23055)
This commit upgrades the Netty dependency to version 4.1.8.Final.
This commit is contained in:
parent
7f3769c745
commit
735e5b1983
@ -33,13 +33,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
|
||||
|
||||
dependencies {
|
||||
// network stack
|
||||
compile "io.netty:netty-buffer:4.1.7.Final"
|
||||
compile "io.netty:netty-codec:4.1.7.Final"
|
||||
compile "io.netty:netty-codec-http:4.1.7.Final"
|
||||
compile "io.netty:netty-common:4.1.7.Final"
|
||||
compile "io.netty:netty-handler:4.1.7.Final"
|
||||
compile "io.netty:netty-resolver:4.1.7.Final"
|
||||
compile "io.netty:netty-transport:4.1.7.Final"
|
||||
compile "io.netty:netty-buffer:4.1.8.Final"
|
||||
compile "io.netty:netty-codec:4.1.8.Final"
|
||||
compile "io.netty:netty-codec-http:4.1.8.Final"
|
||||
compile "io.netty:netty-common:4.1.8.Final"
|
||||
compile "io.netty:netty-handler:4.1.8.Final"
|
||||
compile "io.netty:netty-resolver:4.1.8.Final"
|
||||
compile "io.netty:netty-transport:4.1.8.Final"
|
||||
}
|
||||
|
||||
thirdPartyAudit.excludes = [
|
||||
|
@ -1 +0,0 @@
|
||||
65e89b4d0737cf1ed3eac2916ebf365f5312294c
|
@ -0,0 +1 @@
|
||||
43292c2622e340a0d07178c341ca3bdf3d662034
|
@ -1 +0,0 @@
|
||||
b3ecd69e7ab0eb2054b26ad3efb13c34204ffe19
|
@ -0,0 +1 @@
|
||||
1bd0a2d032e5c7fc3f42c1b483d0f4c57eb516a3
|
@ -1 +0,0 @@
|
||||
9f957998c651e7b73d6dc878f704d81b4c085387
|
@ -0,0 +1 @@
|
||||
1e88617c4a6c88da7e86fdbbd9494d22a250c879
|
@ -1 +0,0 @@
|
||||
06766071efa0426fb33101d1758a8d0e09d16ac7
|
@ -0,0 +1 @@
|
||||
ee62c80318413d2375d145e51e48d7d35c901324
|
@ -1 +0,0 @@
|
||||
6f7dfa01c1af4280c154213b6d548405df352df9
|
@ -0,0 +1 @@
|
||||
db01139bfb11afd009a695eef55b43bbf22c4ef5
|
@ -1 +0,0 @@
|
||||
077734f94029b47887f6f9392d1fc62729e155aa
|
@ -0,0 +1 @@
|
||||
2e116cdd5edc01b2305072b1dbbd17c0595dbfef
|
@ -1 +0,0 @@
|
||||
469e86d4dda1dca8b88d2b1faa8e0f078243ba12
|
@ -0,0 +1 @@
|
||||
905b5dadce881c9824b3039c0df36dabbb7b6a07
|
@ -22,12 +22,12 @@ grant {
|
||||
permission java.net.SocketPermission "*", "accept,connect";
|
||||
};
|
||||
|
||||
grant codeBase "${codebase.netty-common-4.1.7.Final.jar}" {
|
||||
grant codeBase "${codebase.netty-common-4.1.8.Final.jar}" {
|
||||
// for reading the system-wide configuration for the backlog of established sockets
|
||||
permission java.io.FilePermission "/proc/sys/net/core/somaxconn", "read";
|
||||
};
|
||||
|
||||
grant codeBase "${codebase.netty-transport-4.1.7.Final.jar}" {
|
||||
grant codeBase "${codebase.netty-transport-4.1.8.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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user