You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/11 10:54:37 UTC

[flink-shaded] branch master updated: [FLINK-11154][network] Bump netty to 4.1.32

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 735c20c  [FLINK-11154][network] Bump netty to 4.1.32
735c20c is described below

commit 735c20c1e63f654e8608696a66cc9357aba81f87
Author: Nico Kruber <ni...@gmail.com>
AuthorDate: Fri Jan 11 11:54:33 2019 +0100

    [FLINK-11154][network] Bump netty to 4.1.32
    
    Notable changes since 4.1.24:
    - big improvements (performance, feature set) for using openSSL based
      SSL engine (useful for FLINK-9816)
    - allow multiple shaded versions of the same netty artifact (as long
      as the shaded prefix is different)
    - Ensure ByteToMessageDecoder.Cumulator implementations always release
    - Don't re-arm timerfd each epoll_wait
    - Use a non-volatile read for ensureAccessible() whenever possible to
      reduce overhead and allow better inlining.
    - Do not fail on runtime when an older version of Log4J2 is on the
      classpath
    - Fix leak and corruption bugs in CompositeByteBuf
    - Add support for TLSv1.3
    - Harden ref-counting concurrency semantics
    - bug fixes
    - Java 9-12 related fixes
---
 flink-shaded-netty-4/pom.xml                            | 2 +-
 flink-shaded-netty-4/src/main/resources/META-INF/NOTICE | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml
index c837f88..65f35fa 100644
--- a/flink-shaded-netty-4/pom.xml
+++ b/flink-shaded-netty-4/pom.xml
@@ -34,7 +34,7 @@ under the License.
     <version>${netty.version}-6.0</version>
 
     <properties>
-        <netty.version>4.1.24.Final</netty.version>
+        <netty.version>4.1.32.Final</netty.version>
     </properties>
 
     <dependencies>
diff --git a/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE b/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..f2224d0
--- /dev/null
+++ b/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,9 @@
+flink-shaded-netty
+Copyright 2014-2018 The Apache Software Foundation
+
+This project includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- io.netty:netty-all:4.1.32.Final