You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/07/12 16:51:46 UTC

[nifi] branch main updated (996d8faaf4 -> 51626d728b)

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

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


    from 996d8faaf4 NIFI-10203: Fixed bug in which same FlowFile Builder was used repeatedly for multiple FlowFiles; this caused mingling of their attributes when a FlowFile is routed to a relationship that has more than 1 destination (i.e., many connections with the same Relationship)
     new 0bea430c00 NIFI-10220 This closes #6197. Upgraded Log4j 2 from 2.17.2 to 2.18.0
     new 51626d728b NIFI-10215 This closes #6194. Upgraded Curator from 5.2.1 to 5.3.0

The 2 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:
 nifi-nar-bundles/nifi-framework-bundle/pom.xml       | 2 +-
 nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml | 2 +-
 pom.xml                                              | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)


[nifi] 02/02: NIFI-10215 This closes #6194. Upgraded Curator from 5.2.1 to 5.3.0

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 51626d728be6b65e3d98add32257b45e753e9ba7
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Jul 11 13:05:15 2022 -0500

    NIFI-10215 This closes #6194. Upgraded Curator from 5.2.1 to 5.3.0
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml       | 2 +-
 nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 8463ca906e..c18ea73692 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -23,7 +23,7 @@
     <packaging>pom</packaging>
     <description>NiFi: Framework Bundle</description>
     <properties>
-        <curator.version>5.2.1</curator.version>
+        <curator.version>5.3.0</curator.version>
     </properties>
     <modules>
         <module>nifi-framework</module>
diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
index 820a932a77..1090ef236e 100644
--- a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
@@ -24,7 +24,7 @@
         <version>1.17.0-SNAPSHOT</version>
     </parent>
     <properties>
-        <curator.version>5.2.1</curator.version>
+        <curator.version>5.3.0</curator.version>
     </properties>
     <dependencies>
         <dependency>


[nifi] 01/02: NIFI-10220 This closes #6197. Upgraded Log4j 2 from 2.17.2 to 2.18.0

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0bea430c00c896e025e78f20f381da6c1409b06c
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Jul 11 19:20:40 2022 -0500

    NIFI-10220 This closes #6197. Upgraded Log4j 2 from 2.17.2 to 2.18.0
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab910830e8..f4cea28a8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.6</aspectj.version>
         <jersey.bom.version>2.36</jersey.bom.version>
+        <log4j2.version>2.18.0</log4j2.version>
         <logback.version>1.2.11</logback.version>
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
@@ -507,7 +508,7 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.17.2</version>
+                <version>${log4j2.version}</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>