You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2021/08/12 15:24:51 UTC

[ignite] branch master updated: IGNITE-15265 Rename property for Netty & Netty dependency update (#9304)

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

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new a72ea4f  IGNITE-15265 Rename property for Netty & Netty dependency update (#9304)
a72ea4f is described below

commit a72ea4fa501f9aa1546802b70eb3bd2355443214
Author: nao <56...@users.noreply.github.com>
AuthorDate: Thu Aug 12 18:24:31 2021 +0300

    IGNITE-15265 Rename property for Netty & Netty dependency update (#9304)
    
    * IGNITE-15238 Add a reference on data partitioning deep-dive documentation (#9295)
    
    * IGNITE-15265 Netty dependency update
    
    * Revert "IGNITE-15238 Add a reference on data partitioning deep-dive documentation (#9295)"
    
    This reverts commit 92dd35ea
    
    * IGNITE-15265 rename&&update netty dependency
    
    Co-authored-by: Nikita Safonov <73...@users.noreply.github.com>
    Co-authored-by: nao-it <na...@ya.ru>
---
 modules/azure/pom.xml           | 26 +++++++++++++-------------
 modules/cassandra/store/pom.xml |  1 -
 parent/pom.xml                  |  2 +-
 3 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/modules/azure/pom.xml b/modules/azure/pom.xml
index 080c835..850f4ed 100644
--- a/modules/azure/pom.xml
+++ b/modules/azure/pom.xml
@@ -162,91 +162,91 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-buffer</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-codec -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-codec-http2 -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http2</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-codec-http -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-codec-socks -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-socks</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-common -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-common</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-handler -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-handler-proxy -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler-proxy</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-resolver -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-resolver</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-transport -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-transport-native-epoll -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-epoll</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-transport-native-kqueue -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-kqueue</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-transport-native-unix-common -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-unix-common</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <dependency>
diff --git a/modules/cassandra/store/pom.xml b/modules/cassandra/store/pom.xml
index d2e434e9..1c55e70 100644
--- a/modules/cassandra/store/pom.xml
+++ b/modules/cassandra/store/pom.xml
@@ -38,7 +38,6 @@
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <cassandra-driver.version>3.2.0</cassandra-driver.version>
         <cassandra-all.version>3.11.3</cassandra-all.version>
-        <netty.version>4.1.27.Final</netty.version>
         <metrics-core.version>3.0.2</metrics-core.version>
     </properties>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 5592a84..4ee317b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -55,7 +55,7 @@
         <aws.sdk.bundle.version>1.10.12_1</aws.sdk.bundle.version>
         <aws.sdk.version>1.11.75</aws.sdk.version>
         <azure.sdk.version>12.0.0</azure.sdk.version>
-        <azure.netty.version>4.1.54.Final</azure.netty.version>
+        <netty.version>4.1.66.Final</netty.version>
         <camel.version>2.22.0</camel.version>
         <aws.encryption.sdk.version>1.3.2</aws.encryption.sdk.version>
         <bouncycastle.version>1.60</bouncycastle.version>