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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new c814c52acf NIFI-15053 Removed unused Netty 3 dependency management
c814c52acf is described below

commit c814c52acf2b525249bafa9b0027f268420bb507
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Oct 3 19:40:32 2025 -0500

    NIFI-15053 Removed unused Netty 3 dependency management
    
    - Hadoop 3.4.0 removed Netty 3 eliminating the need for managing the 
transitive version
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #10385.
---
 .../nifi-extension-utils/nifi-record-utils/pom.xml             | 10 ----------
 nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml    |  5 -----
 nifi-extension-bundles/nifi-parquet-bundle/pom.xml             |  5 -----
 pom.xml                                                        |  1 -
 4 files changed, 21 deletions(-)

diff --git 
a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/pom.xml 
b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/pom.xml
index 1ea166e268..29f0fec1d7 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/pom.xml
@@ -32,14 +32,4 @@
         <module>nifi-schema-inference-utils</module>
         <module>nifi-yaml-record-utils</module>
     </modules>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty</artifactId>
-                <version>${netty.3.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
 </project>
diff --git a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml 
b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
index 0578d627e5..d5ddd15203 100644
--- a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
@@ -28,11 +28,6 @@
     </modules>
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty</artifactId>
-                <version>${netty.3.version}</version>
-            </dependency>
             <!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
             <dependency>
                 <groupId>com.nimbusds</groupId>
diff --git a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml 
b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
index e137a7d9d0..87bd359ad6 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
@@ -30,11 +30,6 @@
     </modules>
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty</artifactId>
-                <version>${netty.3.version}</version>
-            </dependency>
             <!-- Override commons-beanutils -->
             <dependency>
                 <groupId>commons-beanutils</groupId>
diff --git a/pom.xml b/pom.xml
index 7625631066..a218f49005 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,6 @@
         <simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
 
         <!-- Networking and transport -->
-        <netty.3.version>3.10.6.Final</netty.3.version>
         <netty.4.version>4.2.6.Final</netty.4.version>
         <okhttp.version>5.1.0</okhttp.version>
         <okio.version>3.16.0</okio.version>

Reply via email to