You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2023/10/06 20:34:22 UTC

[nifi] branch support/nifi-1.x updated (cde6b0196f -> ef90e2ae73)

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

exceptionfactory pushed a change to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from cde6b0196f NIFI-12149 Create nifi-redis-utils and minor improvements to util methods
     new bda2f0ab38 NIFI-12180 Upgraded Testcontainers from 1.19.0 to 1.19.1
     new fd301df432 NIFI-12181 Upgraded HiveMQ MQTT Client from 1.3.1 to 1.3.3
     new 0e8a3ba9fa NIFI-12183 Upgraded zstd-jni from 1.5.5-5 to 1.5.5-6
     new 0ebdcf9da8 NIFI-12184 Upgraded Iceberg from 1.3.1 to 1.4.0
     new ef90e2ae73 NIFI-12182 Upgraded AMQP from 5.18.0 to 5.19.0

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:
 nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml         | 2 +-
 nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml                           | 2 +-
 nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml         | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                          | 2 +-
 pom.xml                                                                | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


[nifi] 04/05: NIFI-12184 Upgraded Iceberg from 1.3.1 to 1.4.0

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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 0ebdcf9da8770c98a3ce3d56d739b5b707de0bbe
Author: mr1716 <ms...@rit.edu>
AuthorDate: Fri Oct 6 09:59:48 2023 -0400

    NIFI-12184 Upgraded Iceberg from 1.3.1 to 1.4.0
    
    This closes #7848
    
    Signed-off-by: David Handermann <ex...@apache.org>
    (cherry picked from commit 1e5c491433c92895317de486f2236763d95e4810)
---
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
index 2b86086a78..1b3b68c83b 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <iceberg.version>1.3.1</iceberg.version>
+        <iceberg.version>1.4.0</iceberg.version>
         <hive.version>3.1.3</hive.version>
     </properties>
 


[nifi] 03/05: NIFI-12183 Upgraded zstd-jni from 1.5.5-5 to 1.5.5-6

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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 0e8a3ba9fa352e161e088c82ffb18c80a1578931
Author: mr1716 <ms...@rit.edu>
AuthorDate: Fri Oct 6 10:57:24 2023 -0400

    NIFI-12183 Upgraded zstd-jni from 1.5.5-5 to 1.5.5-6
    
    This closes #7850
    
    Signed-off-by: David Handermann <ex...@apache.org>
    (cherry picked from commit a8b56949d78a1dec154cfc6e8d1cc2e12277716e)
---
 nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
index 767ba5879e..e16de9c5d1 100644
--- a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
@@ -41,7 +41,7 @@ language governing permissions and limitations under the License. -->
         <dependency>
             <groupId>com.github.luben</groupId>
             <artifactId>zstd-jni</artifactId>
-            <version>1.5.5-5</version>
+            <version>1.5.5-6</version>
         </dependency>
         <dependency>
             <groupId>com.aayushatharva.brotli4j</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 5a42f9d04a..0c644b0cb4 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -135,7 +135,7 @@
             <dependency>
                 <groupId>com.github.luben</groupId>
                 <artifactId>zstd-jni</artifactId>
-                <version>1.5.5-5</version>
+                <version>1.5.5-6</version>
             </dependency>
             <dependency>
                 <groupId>com.aayushatharva.brotli4j</groupId>


[nifi] 05/05: NIFI-12182 Upgraded AMQP from 5.18.0 to 5.19.0

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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit ef90e2ae7399dc848d3575e52d68312cee50aaac
Author: mr1716 <ms...@rit.edu>
AuthorDate: Fri Oct 6 09:51:50 2023 -0400

    NIFI-12182 Upgraded AMQP from 5.18.0 to 5.19.0
    
    This closes #7847
    
    Signed-off-by: David Handermann <ex...@apache.org>
    (cherry picked from commit d2fb81d1d6449fa2a9032804554402f0619ed281)
---
 nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
index a3163f13e5..dcf8fa435b 100644
--- a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
@@ -20,7 +20,7 @@ language governing permissions and limitations under the License. -->
     <packaging>jar</packaging>
 
     <properties>
-        <amqp-client.version>5.18.0</amqp-client.version>
+        <amqp-client.version>5.19.0</amqp-client.version>
     </properties>
 
     <dependencies>


[nifi] 01/05: NIFI-12180 Upgraded Testcontainers from 1.19.0 to 1.19.1

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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit bda2f0ab38e824bf74fcb992f34097e8e218fe02
Author: mr1716 <ms...@rit.edu>
AuthorDate: Fri Oct 6 09:35:06 2023 -0400

    NIFI-12180 Upgraded Testcontainers from 1.19.0 to 1.19.1
    
    This closes #7845
    
    Signed-off-by: David Handermann <ex...@apache.org>
    (cherry picked from commit cb3b7907e02c14ec5bcf28174821fb03c9fbea81)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 575068a121..d5a4aa8319 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
         <org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.76</org.bouncycastle.version>
-        <testcontainers.version>1.19.0</testcontainers.version>
+        <testcontainers.version>1.19.1</testcontainers.version>
         <org.slf4j.version>2.0.9</org.slf4j.version>
         <ranger.version>2.4.0</ranger.version>
         <jetty.version>9.4.52.v20230823</jetty.version>


[nifi] 02/05: NIFI-12181 Upgraded HiveMQ MQTT Client from 1.3.1 to 1.3.3

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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit fd301df432affdc41c095231286ada892c3bf510
Author: mr1716 <ms...@rit.edu>
AuthorDate: Fri Oct 6 09:47:16 2023 -0400

    NIFI-12181 Upgraded HiveMQ MQTT Client from 1.3.1 to 1.3.3
    
    This closes #7846
    
    Signed-off-by: David Handermann <ex...@apache.org>
    (cherry picked from commit db0407cda6542d32c1f6d5a5cddf3fddeeaf4afd)
---
 nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
index 56a9119dc3..8b1ff0f6fd 100644
--- a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>com.hivemq</groupId>
             <artifactId>hivemq-mqtt-client</artifactId>
-            <version>1.3.1</version>
+            <version>1.3.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>