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 2021/01/20 21:31:44 UTC

[flink] branch master updated (d24eafb -> e687629)

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

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


    from d24eafb  [hotfix][javadoc] Correct the wrong spelling 'perserves' to 'preserves'.
     new 562d9fa  [FLINK-21019][es] Bump Netty to 4.1.46
     new 6c4c351  [FLINK-21019][cassandra] Bump Netty to 4.1.46
     new 7cc4bfb  [FLINK-21019][hbase] Bump Netty to 4.1.46
     new fcae3d9  [FLINK-21019][hive] Bump Netty to 4.1.46
     new e687629  [FLINK-21019][python] Bump Netty to 4.1.46

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 flink-connectors/flink-connector-cassandra/pom.xml         |  4 ++--
 .../src/main/resources/META-INF/NOTICE                     | 12 ++++++------
 flink-connectors/flink-connector-elasticsearch5/pom.xml    | 14 +++++++-------
 .../src/main/resources/META-INF/NOTICE                     | 14 +++++++-------
 flink-connectors/flink-connector-hbase-1.4/pom.xml         |  7 +++++++
 flink-connectors/flink-connector-hbase-2.2/pom.xml         |  2 +-
 flink-connectors/flink-connector-hbase-base/pom.xml        |  2 +-
 flink-connectors/flink-connector-hive/pom.xml              |  4 ++--
 .../src/main/resources/META-INF/NOTICE                     |  2 +-
 .../src/main/resources/META-INF/NOTICE                     |  2 +-
 flink-python/pom.xml                                       |  4 ++--
 flink-python/src/main/resources/META-INF/NOTICE            |  4 ++--
 12 files changed, 39 insertions(+), 32 deletions(-)


[flink] 05/05: [FLINK-21019][python] Bump Netty to 4.1.46

Posted by ch...@apache.org.
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.git

commit e687629a31b4637761d76c4859f8e65e370e55c2
Author: huangxingbo <hx...@gmail.com>
AuthorDate: Wed Jan 20 16:09:25 2021 +0800

    [FLINK-21019][python] Bump Netty to 4.1.46
---
 flink-python/pom.xml                            | 4 ++--
 flink-python/src/main/resources/META-INF/NOTICE | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flink-python/pom.xml b/flink-python/pom.xml
index 4a139a0..d893664 100644
--- a/flink-python/pom.xml
+++ b/flink-python/pom.xml
@@ -158,14 +158,14 @@ under the License.
 			<!-- Bump arrow netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-buffer</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<dependency>
 			<!-- Bump arrow netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-common</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<!-- test dependencies -->
diff --git a/flink-python/src/main/resources/META-INF/NOTICE b/flink-python/src/main/resources/META-INF/NOTICE
index 2900d78..9a03366 100644
--- a/flink-python/src/main/resources/META-INF/NOTICE
+++ b/flink-python/src/main/resources/META-INF/NOTICE
@@ -10,8 +10,8 @@ This project bundles the following dependencies under the Apache Software Licens
 - com.fasterxml.jackson.core:jackson-core:2.10.1
 - com.fasterxml.jackson.core:jackson-databind:2.10.1
 - com.google.flatbuffers:flatbuffers-java:1.9.0
-- io.netty:netty-buffer:4.1.44.Final
-- io.netty:netty-common:4.1.44.Final
+- io.netty:netty-buffer:4.1.46.Final
+- io.netty:netty-common:4.1.46.Final
 - joda-time:joda-time:2.5
 - org.apache.arrow:arrow-format:0.16.0
 - org.apache.arrow:arrow-memory:0.16.0


[flink] 02/05: [FLINK-21019][cassandra] Bump Netty to 4.1.46

Posted by ch...@apache.org.
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.git

commit 6c4c351bac1c83012bc9b6b948a170589dc16d4b
Author: huangxingbo <hx...@gmail.com>
AuthorDate: Wed Jan 20 16:05:54 2021 +0800

    [FLINK-21019][cassandra] Bump Netty to 4.1.46
---
 flink-connectors/flink-connector-cassandra/pom.xml           |  4 ++--
 .../src/main/resources/META-INF/NOTICE                       | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/flink-connectors/flink-connector-cassandra/pom.xml b/flink-connectors/flink-connector-cassandra/pom.xml
index 1178f8d..9a6fb11 100644
--- a/flink-connectors/flink-connector-cassandra/pom.xml
+++ b/flink-connectors/flink-connector-cassandra/pom.xml
@@ -132,7 +132,7 @@ under the License.
 			<!-- Bump cassandra netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-handler</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 		<dependency>
 			<groupId>com.datastax.cassandra</groupId>
@@ -226,7 +226,7 @@ under the License.
 			<!-- Bump cassandra netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-all</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
diff --git a/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE
index d9d1632..fec1e7d 100644
--- a/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE
+++ b/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE
@@ -9,9 +9,9 @@ This project bundles the following dependencies under the Apache Software Licens
 - com.datastax.cassandra:cassandra-driver-core:3.0.0
 - com.datastax.cassandra:cassandra-driver-mapping:3.0.0
 - com.google.guava:guava:18.0
-- io.netty:netty-buffer:4.1.44.Final
-- io.netty:netty-codec:4.1.44.Final
-- io.netty:netty-common:4.1.44.Final
-- io.netty:netty-handler:4.1.44.Final
-- io.netty:netty-resolver:4.1.44.Final
-- io.netty:netty-transport:4.1.44.Final
+- io.netty:netty-buffer:4.1.46.Final
+- io.netty:netty-codec:4.1.46.Final
+- io.netty:netty-common:4.1.46.Final
+- io.netty:netty-handler:4.1.46.Final
+- io.netty:netty-resolver:4.1.46.Final
+- io.netty:netty-transport:4.1.46.Final


[flink] 03/05: [FLINK-21019][hbase] Bump Netty to 4.1.46

Posted by ch...@apache.org.
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.git

commit 7cc4bfb1a73cdb4fd7724c7cd8dca58e516d5762
Author: huangxingbo <hx...@gmail.com>
AuthorDate: Wed Jan 20 16:07:22 2021 +0800

    [FLINK-21019][hbase] Bump Netty to 4.1.46
---
 flink-connectors/flink-connector-hbase-1.4/pom.xml                 | 7 +++++++
 flink-connectors/flink-connector-hbase-2.2/pom.xml                 | 2 +-
 flink-connectors/flink-connector-hbase-base/pom.xml                | 2 +-
 .../src/main/resources/META-INF/NOTICE                             | 2 +-
 .../src/main/resources/META-INF/NOTICE                             | 2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/flink-connectors/flink-connector-hbase-1.4/pom.xml b/flink-connectors/flink-connector-hbase-1.4/pom.xml
index 1410e26..dba400d 100644
--- a/flink-connectors/flink-connector-hbase-1.4/pom.xml
+++ b/flink-connectors/flink-connector-hbase-1.4/pom.xml
@@ -278,6 +278,13 @@ under the License.
 			</exclusions>
 		</dependency>
 
+		<dependency>
+			<!-- Bump hbase netty dependency -->
+			<groupId>io.netty</groupId>
+			<artifactId>netty-all</artifactId>
+			<version>4.1.46.Final</version>
+		</dependency>
+
 		<!--
 			We declare this test-classified dependency here to move it into our
 			"test" scope. Otherwise it would end up in proudction jars.
diff --git a/flink-connectors/flink-connector-hbase-2.2/pom.xml b/flink-connectors/flink-connector-hbase-2.2/pom.xml
index 14e2c7a..da4a73e 100644
--- a/flink-connectors/flink-connector-hbase-2.2/pom.xml
+++ b/flink-connectors/flink-connector-hbase-2.2/pom.xml
@@ -202,7 +202,7 @@ under the License.
 			<!-- Bump hbase netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-all</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<dependency>
diff --git a/flink-connectors/flink-connector-hbase-base/pom.xml b/flink-connectors/flink-connector-hbase-base/pom.xml
index 1b764b1..699e1a3 100644
--- a/flink-connectors/flink-connector-hbase-base/pom.xml
+++ b/flink-connectors/flink-connector-hbase-base/pom.xml
@@ -174,7 +174,7 @@ under the License.
 			<!-- Bump hbase netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-all</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<dependency>
diff --git a/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE
index fd3c3d9..6604394 100644
--- a/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE
+++ b/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE
@@ -11,7 +11,7 @@ This project bundles the following dependencies under the Apache Software Licens
 - commons-configuration:commons-configuration:1.7
 - commons-lang:commons-lang:2.6
 - commons-logging:commons-logging:1.1.3
-- io.netty:netty-all:4.1.44.Final
+- io.netty:netty-all:4.1.46.Final
 - org.apache.hbase:hbase-client:1.4.3
 - org.apache.hbase:hbase-common:1.4.3
 - org.apache.hbase:hbase-prefix-tree:1.4.3
diff --git a/flink-connectors/flink-sql-connector-hbase-2.2/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-sql-connector-hbase-2.2/src/main/resources/META-INF/NOTICE
index 1f4ed0d..1e19484 100644
--- a/flink-connectors/flink-sql-connector-hbase-2.2/src/main/resources/META-INF/NOTICE
+++ b/flink-connectors/flink-sql-connector-hbase-2.2/src/main/resources/META-INF/NOTICE
@@ -7,7 +7,7 @@ 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)
 
  - commons-codec:commons-codec:1.13
- - io.netty:netty-all:4.1.44.Final
+ - io.netty:netty-all:4.1.46.Final
  - io.dropwizard.metrics:metrics-core:3.2.6
  - org.apache.commons:commons-crypto:1.0.0
  - org.apache.commons:commons-lang3:3.3.2


[flink] 01/05: [FLINK-21019][es] Bump Netty to 4.1.46

Posted by ch...@apache.org.
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.git

commit 562d9fab85960214fa20b84b19003cfad71de04b
Author: huangxingbo <hx...@gmail.com>
AuthorDate: Wed Jan 20 16:04:33 2021 +0800

    [FLINK-21019][es] Bump Netty to 4.1.46
---
 flink-connectors/flink-connector-elasticsearch5/pom.xml    | 14 +++++++-------
 .../src/main/resources/META-INF/NOTICE                     | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/flink-connectors/flink-connector-elasticsearch5/pom.xml b/flink-connectors/flink-connector-elasticsearch5/pom.xml
index 7644ca8..a85fcba 100644
--- a/flink-connectors/flink-connector-elasticsearch5/pom.xml
+++ b/flink-connectors/flink-connector-elasticsearch5/pom.xml
@@ -75,49 +75,49 @@ under the License.
 			<!-- Bump elasticsearch netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-buffer</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<dependency>
 			<!-- Bump elasticsearch netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-codec</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<dependency>
 			<!-- Bump elasticsearch netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-codec-http</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<dependency>
 			<!-- Bump elasticsearch netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-common</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<dependency>
 			<!-- Bump elasticsearch netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-handler</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<dependency>
 			<!-- Bump elasticsearch netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-resolver</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<dependency>
 			<!-- Bump elasticsearch netty dependency -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-transport</artifactId>
-			<version>4.1.44.Final</version>
+			<version>4.1.46.Final</version>
 		</dependency>
 
 		<!-- test dependencies -->
diff --git a/flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE
index 2dff9a4..55f0d86 100644
--- a/flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE
+++ b/flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE
@@ -16,13 +16,13 @@ This project bundles the following dependencies under the Apache Software Licens
 - commons-codec:commons-codec:1.13
 - commons-logging:commons-logging:1.1.3
 - io.netty:netty:3.10.6.Final
-- io.netty:netty-buffer:4.1.44.Final
-- io.netty:netty-codec:4.1.44.Final
-- io.netty:netty-codec-http:4.1.44.Final
-- io.netty:netty-common:4.1.44.Final
-- io.netty:netty-handler:4.1.44.Final
-- io.netty:netty-resolver:4.1.44.Final
-- io.netty:netty-transport:4.1.44.Final
+- io.netty:netty-buffer:4.1.46.Final
+- io.netty:netty-codec:4.1.46.Final
+- io.netty:netty-codec-http:4.1.46.Final
+- io.netty:netty-common:4.1.46.Final
+- io.netty:netty-handler:4.1.46.Final
+- io.netty:netty-resolver:4.1.46.Final
+- io.netty:netty-transport:4.1.46.Final
 - joda-time:joda-time:2.5
 - net.java.dev.jna:jna:4.2.2
 - org.apache.httpcomponents:httpasyncclient:4.1.2


[flink] 04/05: [FLINK-21019][hive] Bump Netty to 4.1.46

Posted by ch...@apache.org.
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.git

commit fcae3d9624c0fa94409d49e5649d864fae760606
Author: huangxingbo <hx...@gmail.com>
AuthorDate: Wed Jan 20 16:08:45 2021 +0800

    [FLINK-21019][hive] Bump Netty to 4.1.46
---
 flink-connectors/flink-connector-hive/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-connectors/flink-connector-hive/pom.xml b/flink-connectors/flink-connector-hive/pom.xml
index 662a764..54d7f9b 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -1120,7 +1120,7 @@ under the License.
 					<!-- Bump arrow netty dependency -->
 					<groupId>io.netty</groupId>
 					<artifactId>netty-buffer</artifactId>
-					<version>4.1.44.Final</version>
+					<version>4.1.46.Final</version>
 					<scope>provided</scope>
 				</dependency>
 
@@ -1128,7 +1128,7 @@ under the License.
 					<!-- Bump arrow netty dependency -->
 					<groupId>io.netty</groupId>
 					<artifactId>netty-common</artifactId>
-					<version>4.1.44.Final</version>
+					<version>4.1.46.Final</version>
 					<scope>provided</scope>
 				</dependency>