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 e024888b20 NIFI-14768 Upgraded Reactor Netty HTTP to 1.2.8
e024888b20 is described below

commit e024888b2046a69c09125f31a1df5d8ca415f53b
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Jul 18 23:18:02 2025 -0500

    NIFI-14768 Upgraded Reactor Netty HTTP to 1.2.8
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #10111.
---
 nifi-code-coverage/pom.xml                       | 4 ++--
 nifi-extension-bundles/nifi-azure-bundle/pom.xml | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index 8af4c50994..b63bce0aa4 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -85,11 +85,11 @@
                     </exclusion>
                 </exclusions>
             </dependency>
-            <!-- Reactor Netty client 1.0.34 from Azure Identity -->
+            <!-- Override Reactor Netty client 1.0.48 from 
azure-core-netty-http -->
             <dependency>
                 <groupId>io.projectreactor.netty</groupId>
                 <artifactId>reactor-netty-http</artifactId>
-                <version>1.2.7</version>
+                <version>1.2.8</version>
             </dependency>
             <!-- SSHD from Registry and other modules -->
             <dependency>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index dfeb5594f6..5059904a23 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -75,6 +75,12 @@
                 <artifactId>nimbus-jose-jwt</artifactId>
                 <version>${nimbus-jose-jwt.version}</version>
             </dependency>
+            <!-- Override Reactor Core Netty from azure-core-netty-http -->
+            <dependency>
+                <groupId>io.projectreactor.netty</groupId>
+                <artifactId>reactor-netty-http</artifactId>
+                <version>1.2.8</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>

Reply via email to