From ce32dd4bc3e07c0a3c87d9ccd07d6c9e9d63b5f4 Mon Sep 17 00:00:00 2001 From: Steve Biondi Date: Tue, 12 May 2026 14:40:21 -0700 Subject: [PATCH] MLE-29543: Bump nifi version to 2.9.0 to avoid CVEs --- README.md | 2 +- docs/index.md | 2 +- .../flows-for-manual-testing.json | 22 +++++++++---------- nifi-marklogic-processors/pom.xml | 2 +- pom.xml | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 29f32270c539..30617c8cbeb5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The MarkLogic NiFi connector simplifies integrating [Apache NiFi](https://nifi.apache.org/) with MarkLogic, allowing for data to be easily written to and read from MarkLogic. The connector consists of a set of custom NiFi processors and controller services which can be used in NiFi flows for integrating with MarkLogic. The connector has been developed -and tested on NiFi 2.5.0; it may work in more recent versions of NiFi too. +and tested on NiFi 2.9.0; it may work with other NiFi 2.x versions as well. Please see the [Getting Started guide](https://marklogic.github.io/nifi/getting-started) for information on obtaining the connector, installing it, and using it. diff --git a/docs/index.md b/docs/index.md index 48030cf7f195..3880749a5cf1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ export data to and from MarkLogic, along with running batch processes on data al The connector has the following system requirements: * Apache NiFi 2.0 or higher; the connector may run successfully on earlier versions of NiFi but it is only - actively tested on NiFi 2.5.0 and higher. + actively tested on NiFi 2.9.0 and higher. * MarkLogic 10 or higher, though processors that do not depend on any functionality in MarkLogic 10 or later will run fine on MarkLogic 9. diff --git a/nifi-marklogic-processors/flows-for-manual-testing.json b/nifi-marklogic-processors/flows-for-manual-testing.json index c1b23657ed51..d70baf5b8a94 100644 --- a/nifi-marklogic-processors/flows-for-manual-testing.json +++ b/nifi-marklogic-processors/flows-for-manual-testing.json @@ -34,7 +34,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "Log prefix": "ORIGINAL", @@ -153,7 +153,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "Log prefix": "FAILURE", @@ -272,7 +272,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "Log prefix": "RESULTS", @@ -642,7 +642,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "Log prefix": "FAILURE!!!!", @@ -761,7 +761,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "Log prefix": "QUERY RESULT", @@ -1137,7 +1137,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "character-set": "UTF-8", @@ -1230,7 +1230,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "Log prefix": "AFTER:", @@ -1649,7 +1649,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "Log prefix": "RESULTS", @@ -1866,7 +1866,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "Log prefix": "LOGERROR!!!", @@ -1985,7 +1985,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "character-set": "UTF-8", @@ -2078,7 +2078,7 @@ "bundle": { "group": "org.apache.nifi", "artifact": "nifi-standard-nar", - "version": "2.5.0" + "version": "2.9.0" }, "properties": { "Log prefix": "ORIGINAL", diff --git a/nifi-marklogic-processors/pom.xml b/nifi-marklogic-processors/pom.xml index 12918811079c..f3d5745c3ae7 100644 --- a/nifi-marklogic-processors/pom.xml +++ b/nifi-marklogic-processors/pom.xml @@ -187,7 +187,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M5 + 3.5.5 diff --git a/pom.xml b/pom.xml index 7117df9ec6cf..9923efa30227 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.apache.nifi nifi-extension-bundles - 2.5.0 + 2.9.0 2.0.0 @@ -33,7 +33,7 @@ 21 - 2.5.0 + ${project.parent.version} 2.0.0 8.0.0 6.2.15