[nifi] branch support/nifi-1.x updated: NIFI-12111 This closes #7776. Deprecated Unmaintained Components for Removal

2023-09-22 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new 90972a7f57 NIFI-12111 This closes #7776. Deprecated Unmaintained 
Components for Removal
90972a7f57 is described below

commit 90972a7f57a63457753af3fde51583f4c16c47b4
Author: exceptionfactory 
AuthorDate: Thu Sep 21 21:27:31 2023 -0500

NIFI-12111 This closes #7776. Deprecated Unmaintained Components for Removal

- nifi-cybersecurity-bundle
- nifi-html-bundle
- nifi-metrics-reporting-bundle
- nifi-riemann-bundle
- nifi-tcp-bundle
- nifi-rules-action-handler-bundle

Signed-off-by: Joseph Witt 
---
 .../org/apache/nifi/processors/cybersecurity/CompareFuzzyHash.java | 3 ++-
 .../org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java | 3 ++-
 .../src/main/java/org/apache/nifi/GetHTMLElement.java  | 2 ++
 .../src/main/java/org/apache/nifi/ModifyHTMLElement.java   | 2 ++
 .../src/main/java/org/apache/nifi/PutHTMLElement.java  | 2 ++
 .../reporting/reporter/service/GraphiteMetricReporterService.java  | 2 ++
 .../org/apache/nifi/metrics/reporting/task/MetricsReportingTask.java   | 2 ++
 .../src/main/java/org/apache/nifi/processors/riemann/PutRiemann.java   | 2 ++
 .../main/java/org/apache/nifi/rules/handlers/ActionHandlerLookup.java  | 2 ++
 .../src/main/java/org/apache/nifi/rules/handlers/AlertHandler.java | 2 ++
 .../main/java/org/apache/nifi/rules/handlers/ExpressionHandler.java| 2 ++
 .../src/main/java/org/apache/nifi/rules/handlers/LogHandler.java   | 2 ++
 .../main/java/org/apache/nifi/rules/handlers/RecordSinkHandler.java| 2 ++
 .../src/main/java/org/apache/nifi/processors/gettcp/GetTCP.java| 2 ++
 14 files changed, 28 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/CompareFuzzyHash.java
 
b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/CompareFuzzyHash.java
index 0a8ce67c3f..c1f2283518 100644
--- 
a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/CompareFuzzyHash.java
+++ 
b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/CompareFuzzyHash.java
@@ -17,6 +17,7 @@
 
 package org.apache.nifi.processors.cybersecurity;
 
+import org.apache.nifi.annotation.documentation.DeprecationNotice;
 import org.apache.nifi.annotation.behavior.EventDriven;
 import org.apache.nifi.annotation.behavior.InputRequirement;
 import org.apache.nifi.annotation.behavior.SideEffectFree;
@@ -70,7 +71,7 @@ import java.util.Set;
 "by the  property. Note that: 'XXX' gets 
replaced with the "),
 @WritesAttribute(attribute = ".N.similarity", description = "The 
similarity score between this flowfile" +
 "and its match of the same number N. Note that: 'XXX' gets 
replaced with the ")})
-
+@DeprecationNotice(reason = "Unmaintained and planned for removal in version 
2.0")
 public class CompareFuzzyHash extends AbstractFuzzyHashProcessor {
 public static final AllowableValue singleMatch = new AllowableValue(
 "single",
diff --git 
a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
 
b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
index 78ed94fde1..34cb62c92f 100644
--- 
a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
+++ 
b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
@@ -18,6 +18,7 @@ package org.apache.nifi.processors.cybersecurity;
 
 import com.idealista.tlsh.exceptions.InsufficientComplexityException;
 
+import org.apache.nifi.annotation.documentation.DeprecationNotice;
 import org.apache.nifi.annotation.behavior.EventDriven;
 import org.apache.nifi.annotation.behavior.InputRequirement;
 import org.apache.nifi.annotation.behavior.SideEffectFree;
@@ -70,7 +71,7 @@ import java.util.concurrent.atomic.AtomicReference;
 @SeeAlso(classNames = {"org.apache.nifi.processors.standard.HashContent"}, 
value = {CompareFuzzyHash.class})
 @WritesAttributes({@WritesAttribute(attribute = "", 
description = "This Processor adds an attribute whose 

[nifi] branch main updated: NIFI-12101: This closes #7768. Fixed bugs that caused StatelessBasicsIT.testChangeFlowVersion to fail. There were a couple of related issues. Firstly, for Stateless Groups

2023-09-22 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new 713be8b539 NIFI-12101: This closes #7768. Fixed bugs that caused 
StatelessBasicsIT.testChangeFlowVersion to fail. There were a couple of related 
issues. Firstly, for Stateless Groups we were not waiting for the group to 
fully stop before attempting to update the flow but were waiting only for 
child/descendant groups to stop. This was due to misleading naming in the 
ProcessGroupUpdateStrategy enum. Renamed enum values to more clearly convey 
what they mean. Additionally, renamed th [...]
713be8b539 is described below

commit 713be8b539f93d1b998aa187cdba178a7c46f155
Author: Mark Payne 
AuthorDate: Thu Sep 21 10:02:41 2023 -0400

NIFI-12101: This closes #7768. Fixed bugs that caused 
StatelessBasicsIT.testChangeFlowVersion to fail. There were a couple of related 
issues. Firstly, for Stateless Groups we were not waiting for the group to 
fully stop before attempting to update the flow but were waiting only for 
child/descendant groups to stop. This was due to misleading naming in the 
ProcessGroupUpdateStrategy enum. Renamed enum values to more clearly convey 
what they mean. Additionally, renamed the enum to more c [...]

Fixed issue in logic of LocalComponentLifecycle, which was waiting for all 
PGs to reach desired stateless run schedule, even when the group itself was not 
stateless

Fixed JavaScript to specify correct value for recursivity when updating 
process group parameter context
---
 ...eStrategy.java => ProcessGroupRecursivity.java} |  6 ++---
 .../org/apache/nifi/web/NiFiServiceFacade.java | 14 +-
 .../apache/nifi/web/StandardNiFiServiceFacade.java | 30 +++---
 .../apache/nifi/web/api/ProcessGroupResource.java  | 17 ++--
 .../org/apache/nifi/web/api/dto/DtoFactory.java|  9 ++-
 .../org/apache/nifi/web/dao/ProcessGroupDAO.java   |  6 ++---
 .../nifi/web/dao/impl/StandardProcessGroupDAO.java |  6 ++---
 .../nifi/web/util/LocalComponentLifecycle.java | 28 +---
 .../nifi/web/api/TestProcessGroupResource.java |  6 ++---
 .../js/nf/canvas/nf-process-group-configuration.js |  4 +--
 .../resources/conf/clustered/node1/nifi.properties |  4 ++-
 .../resources/conf/clustered/node2/nifi.properties |  4 ++-
 .../test/resources/conf/default/nifi.properties|  2 ++
 13 files changed, 96 insertions(+), 40 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessGroupUpdateStrategy.java
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessGroupRecursivity.java
similarity index 90%
rename from 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessGroupUpdateStrategy.java
rename to 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessGroupRecursivity.java
index aea19be6ea..c6710b96f4 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessGroupUpdateStrategy.java
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessGroupRecursivity.java
@@ -16,7 +16,7 @@
  */
 package org.apache.nifi.web.api.entity;
 
-public enum ProcessGroupUpdateStrategy {
-CURRENT_GROUP,
-CURRENT_GROUP_WITH_CHILDREN
+public enum ProcessGroupRecursivity {
+DIRECT_CHILDREN,
+ALL_DESCENDANTS
 }
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/NiFiServiceFacade.java
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/NiFiServiceFacade.java
index 419488d134..9d58078183 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/NiFiServiceFacade.java
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/NiFiServiceFacade.java
@@ -90,8 +90,6 @@ import org.apache.nifi.web.api.entity.AccessPolicyEntity;
 import org.apache.nifi.web.api.entity.ActionEntity;
 import org.apache.nifi.web.api.entity.ActivateControllerServicesEntity;
 import org.apache.nifi.web.api.entity.AffectedComponentEntity;
-import org.apache.nifi.web.api.entity.FlowAnalysisResultEntity;
-import org.apache.nifi.web.api.entity.FlowRegistryBucketEntity;
 import org.apache.nifi.web.api.entity.BulletinEntity;
 import org.apache.nifi.web.api.entity.ComponentValidationResultEntity;
 imp

[nifi] branch support/nifi-1.x updated: NIFI-12108 This closes #7773. Deprecated SpringContextProcessor for removal

2023-09-21 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new 1a5798b1fe NIFI-12108 This closes #7773. Deprecated 
SpringContextProcessor for removal
1a5798b1fe is described below

commit 1a5798b1fe620e037c99e4900b85c8e6f8e4270b
Author: exceptionfactory 
AuthorDate: Thu Sep 21 15:58:50 2023 -0500

NIFI-12108 This closes #7773. Deprecated SpringContextProcessor for removal

Signed-off-by: Joseph Witt 
---
 .../src/main/java/org/apache/nifi/spring/SpringContextProcessor.java| 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/java/org/apache/nifi/spring/SpringContextProcessor.java
 
b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/java/org/apache/nifi/spring/SpringContextProcessor.java
index c6497db850..a1d7edcee4 100644
--- 
a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/java/org/apache/nifi/spring/SpringContextProcessor.java
+++ 
b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/java/org/apache/nifi/spring/SpringContextProcessor.java
@@ -19,6 +19,7 @@ package org.apache.nifi.spring;
 import org.apache.commons.lang3.StringUtils;
 import org.apache.nifi.annotation.behavior.TriggerWhenEmpty;
 import org.apache.nifi.annotation.documentation.CapabilityDescription;
+import org.apache.nifi.annotation.documentation.DeprecationNotice;
 import org.apache.nifi.annotation.documentation.Tags;
 import org.apache.nifi.annotation.lifecycle.OnScheduled;
 import org.apache.nifi.annotation.lifecycle.OnStopped;
@@ -133,6 +134,7 @@ import java.util.concurrent.TimeUnit;
  * representation of the content that is being exchanged between NiFi and
  * Spring.
  */
+@DeprecationNotice(reason = "Alternative event-handling solutions should be 
used")
 @TriggerWhenEmpty
 @Tags({ "Spring", "Message", "Get", "Put", "Integration" })
 @CapabilityDescription("A Processor that supports sending and receiving data 
from application defined in "



[nifi] branch support/nifi-1.x updated: NIFI-12110 This closes #7775. Upgraded Spring Framework from 5.3.29 to 5.3.30

2023-09-21 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new e7215bf5c1 NIFI-12110 This closes #7775. Upgraded Spring Framework 
from 5.3.29 to 5.3.30
e7215bf5c1 is described below

commit e7215bf5c12fd9b87af40b15b5b2e9327dc5cdaa
Author: exceptionfactory 
AuthorDate: Thu Sep 21 16:11:15 2023 -0500

NIFI-12110 This closes #7775. Upgraded Spring Framework from 5.3.29 to 
5.3.30

- Upgraded Spring Boot from 2.7.15 to 2.7.16 for Registry

Signed-off-by: Joseph Witt 
---
 nifi-registry/pom.xml | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 49db50ef04..21f2e0648b 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
 
 
 2.1.1
-2.7.15
+2.7.16
 8.5.13
 7.0.0
 3.12.0
diff --git a/pom.xml b/pom.xml
index 4a12becce1..a5d282e28f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
 3.10.6.Final
 2.2
 4.1.97.Final
-5.3.29
+5.3.30
 5.8.7
 1.6.11
 2.2.224



[nifi] 02/03: NIFI-12109 This closes #7774. Removed SpringContextProcessor

2023-09-21 Thread joewitt
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 a832b134b17fe45ae71b1ee763841ba90161f834
Author: exceptionfactory 
AuthorDate: Thu Sep 21 16:01:40 2023 -0500

NIFI-12109 This closes #7774. Removed SpringContextProcessor

Signed-off-by: Joseph Witt 
---
 nifi-assembly/pom.xml  |   6 -
 .../nifi-spring-bundle/nifi-spring-nar/pom.xml |  35 --
 .../src/main/resources/META-INF/LICENSE| 209 --
 .../src/main/resources/META-INF/NOTICE |  19 -
 .../nifi-spring-processors/pom.xml |  70 
 .../apache/nifi/spring/SpringContextFactory.java   | 151 ---
 .../apache/nifi/spring/SpringContextProcessor.java | 442 -
 .../apache/nifi/spring/SpringDataExchanger.java|  78 
 .../apache/nifi/spring/SpringNiFiConstants.java|  27 --
 .../spring/bootstrap/SpringContextDelegate.java| 146 ---
 .../services/org.apache.nifi.processor.Processor   |  15 -
 .../additionalDetails.html |  94 -
 .../nifi/spring/SpringContextFactoryTests.java | 116 --
 .../nifi/spring/SpringContextProcessorTest.java| 153 ---
 .../src/test/resources/aggregated.xml  |  26 --
 .../src/test/resources/context.xml |  14 -
 .../src/test/resources/fromSpringOnly.xml  |  27 --
 .../src/test/resources/log4j.properties|  21 -
 .../src/test/resources/requestReply.xml|  27 --
 .../src/test/resources/toSpringOnly.xml|  17 -
 nifi-nar-bundles/nifi-spring-bundle/pom.xml|  37 --
 nifi-nar-bundles/pom.xml   |   1 -
 22 files changed, 1731 deletions(-)

diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index 0daf8209d0..abcbd91366 100644
--- a/nifi-assembly/pom.xml
+++ b/nifi-assembly/pom.xml
@@ -606,12 +606,6 @@ language governing permissions and limitations under the 
License. -->
 2.0.0-SNAPSHOT
 nar
 
-
-org.apache.nifi
-nifi-spring-nar
-2.0.0-SNAPSHOT
-nar
-
 
 org.apache.nifi
 nifi-registry-nar
diff --git a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml 
b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml
deleted file mode 100644
index faf3f76afa..00
--- a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd;>
-
-4.0.0
-
-org.apache.nifi
-nifi-spring-bundle
-2.0.0-SNAPSHOT
-
-nifi-spring-nar
-nar
-NiFi NAR for interacting with Spring
-
-true
-true
-
-
-
-org.apache.nifi
-nifi-spring-processors
-
-
-
diff --git 
a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/src/main/resources/META-INF/LICENSE
 
b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/src/main/resources/META-INF/LICENSE
deleted file mode 100644
index f3c8ecef26..00
--- 
a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/src/main/resources/META-INF/LICENSE
+++ /dev/null
@@ -1,209 +0,0 @@
-
- Apache License
-   Version 2.0, January 2004
-http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-  "License" shall mean the terms and conditions for use, reproduction,
-  and distribution as defined by Sections 1 through 9 of this document.
-
-  "Licensor" shall mean the copyright owner or entity authorized by
-  the copyright owner that is granting the License.
-
-  "Legal Entity" shall mean the union of the acting entity and all
-  other entities that control, are controlled by, or are under common
-  control with that entity. For the purposes of this definition,
-  "control" means (i) the power, direct or indirect, to cause the
-  direction or management of such entity, whether by contract or
-  otherwise, or (ii) ownership of fifty percent (50%) or more of the
-  outstanding shares, or (iii) beneficial ownership of such entity.
-
-  "You" (or "Your") shall mean an individual or Legal Entity
-  exercising permissions granted by this License.
-
-  "Source" form shall mean the preferred form for making modifications,
-  including but not limited to software source code, documentation
-  source, and configuration files.
-
-  "Object" form shall mean any form resulting from me

[nifi] 03/03: NIFI-12095 This closes #7762. Increase default Xmx to 1g

2023-09-21 Thread joewitt
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 9ae69212723d32edcdbfa1538b742ff2887d25c9
Author: Nandor Soma Abonyi 
AuthorDate: Wed Sep 20 11:06:38 2023 +0200

NIFI-12095 This closes #7762. Increase default Xmx to 1g

Signed-off-by: Joseph Witt 
---
 .../nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
index 5c430f5aef..7766f7ba60 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
@@ -25,8 +25,8 @@
 Holds common resources used to build installers
 
 
-512m
-512m
+1g
+1g
 
 
 
true



[nifi] branch main updated (b6bcce4fe1 -> 9ae6921272)

2023-09-21 Thread joewitt
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 b6bcce4fe1 NIFI-12106 Upgraded Spring Boot from 2.7.14 to 2.7.15
 new 4169352a2f NIFI-12110 This closes #7775. Upgraded Spring Framework 
from 5.3.29 to 5.3.30
 new a832b134b1 NIFI-12109 This closes #7774. Removed SpringContextProcessor
 new 9ae6921272 NIFI-12095 This closes #7762. Increase default Xmx to 1g

The 3 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-assembly/pom.xml  |   6 -
 .../nifi-framework/nifi-resources/pom.xml  |   4 +-
 .../nifi-spring-bundle/nifi-spring-nar/pom.xml |  35 --
 .../src/main/resources/META-INF/LICENSE| 209 --
 .../src/main/resources/META-INF/NOTICE |  19 -
 .../nifi-spring-processors/pom.xml |  70 
 .../apache/nifi/spring/SpringContextFactory.java   | 151 ---
 .../apache/nifi/spring/SpringContextProcessor.java | 442 -
 .../apache/nifi/spring/SpringDataExchanger.java|  78 
 .../apache/nifi/spring/SpringNiFiConstants.java|  27 --
 .../spring/bootstrap/SpringContextDelegate.java| 146 ---
 .../services/org.apache.nifi.processor.Processor   |  15 -
 .../additionalDetails.html |  94 -
 .../nifi/spring/SpringContextFactoryTests.java | 116 --
 .../nifi/spring/SpringContextProcessorTest.java| 153 ---
 .../src/test/resources/aggregated.xml  |  26 --
 .../src/test/resources/context.xml |  14 -
 .../src/test/resources/fromSpringOnly.xml  |  27 --
 .../src/test/resources/log4j.properties|  21 -
 .../src/test/resources/requestReply.xml|  27 --
 .../src/test/resources/toSpringOnly.xml|  17 -
 nifi-nar-bundles/nifi-spring-bundle/pom.xml|  37 --
 nifi-nar-bundles/pom.xml   |   1 -
 nifi-registry/pom.xml  |   2 +-
 pom.xml|   2 +-
 25 files changed, 4 insertions(+), 1735 deletions(-)
 delete mode 100644 nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/src/main/resources/META-INF/LICENSE
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/src/main/resources/META-INF/NOTICE
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/java/org/apache/nifi/spring/SpringContextFactory.java
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/java/org/apache/nifi/spring/SpringContextProcessor.java
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/java/org/apache/nifi/spring/SpringDataExchanger.java
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/java/org/apache/nifi/spring/SpringNiFiConstants.java
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/java/org/apache/nifi/spring/bootstrap/SpringContextDelegate.java
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/resources/META-INF/services/org.apache.nifi.processor.Processor
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/main/resources/docs/org.apache.nifi.spring.SpringContextProcessor/additionalDetails.html
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/test/java/org/apache/nifi/spring/SpringContextFactoryTests.java
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/test/java/org/apache/nifi/spring/SpringContextProcessorTest.java
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/test/resources/aggregated.xml
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/test/resources/context.xml
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/test/resources/fromSpringOnly.xml
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/test/resources/log4j.properties
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/test/resources/requestReply.xml
 delete mode 100644 
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/src/test/resources/toSpringOnly.xml
 delete mode 100644 nifi-nar-bundles/nifi-spring-bundle/pom.xml



[nifi] 01/03: NIFI-12110 This closes #7775. Upgraded Spring Framework from 5.3.29 to 5.3.30

2023-09-21 Thread joewitt
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 4169352a2ff75685c7ef4b199833a1f011fee67b
Author: exceptionfactory 
AuthorDate: Thu Sep 21 16:11:15 2023 -0500

NIFI-12110 This closes #7775. Upgraded Spring Framework from 5.3.29 to 
5.3.30

- Upgraded Spring Boot from 2.7.15 to 2.7.16 for Registry

Signed-off-by: Joseph Witt 
---
 nifi-registry/pom.xml | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 5d176243f1..23a9db16b8 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
 
 
 2.1.1
-2.7.15
+2.7.16
 8.5.13
 7.0.0
 3.12.0
diff --git a/pom.xml b/pom.xml
index dd48e2159e..5b4361ffdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
 3.10.6.Final
 2.2
 4.1.97.Final
-5.3.29
+5.3.30
 5.8.7
 1.6.11
 2.2.224



[nifi] branch support/nifi-1.x updated: NIFI-12086 This closes #7757. Removed unused jgit dependency from framework-core

2023-09-20 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new 237892988a NIFI-12086 This closes #7757. Removed unused jgit 
dependency from framework-core
237892988a is described below

commit 237892988ad30f5437606621a0c3d36c5b1e5896
Author: exceptionfactory 
AuthorDate: Tue Sep 19 08:28:13 2023 -0500

NIFI-12086 This closes #7757. Removed unused jgit dependency from 
framework-core

Signed-off-by: Joseph Witt 
---
 .../nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml | 5 -
 nifi-nar-bundles/nifi-framework-bundle/pom.xml   | 5 -
 2 files changed, 10 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
index 26e2915589..2fba942a4f 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
@@ -235,11 +235,6 @@
 1.24.0-SNAPSHOT
 test
 
-
-org.eclipse.jgit
-org.eclipse.jgit
-test
-
 
 org.apache.nifi
 nifi-authorizer
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index cb19990555..7ee6abe6e7 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -444,11 +444,6 @@
 commons-collections4
 4.4
 
-
-org.eclipse.jgit
-org.eclipse.jgit
-4.3.1.201605051710-r
-
 
 org.apache.curator
 curator-test



[nifi] branch main updated: NIFI-12086 This closes #7757. Removed unused jgit dependency from framework-core

2023-09-20 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new 11d8519914 NIFI-12086 This closes #7757. Removed unused jgit 
dependency from framework-core
11d8519914 is described below

commit 11d8519914dbbb8c5c3ed5bfae21e1681dedb03b
Author: exceptionfactory 
AuthorDate: Tue Sep 19 08:28:13 2023 -0500

NIFI-12086 This closes #7757. Removed unused jgit dependency from 
framework-core

Signed-off-by: Joseph Witt 
---
 .../nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml | 5 -
 nifi-nar-bundles/nifi-framework-bundle/pom.xml   | 5 -
 2 files changed, 10 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
index 775f1d3a4f..41ee9b0bcf 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
@@ -268,11 +268,6 @@
 2.0.0-SNAPSHOT
 test
 
-
-org.eclipse.jgit
-org.eclipse.jgit
-test
-
 
 org.apache.nifi
 nifi-authorizer
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 3dbf290fd5..93cf03d92f 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -473,11 +473,6 @@
 commons-collections4
 4.4
 
-
-org.eclipse.jgit
-org.eclipse.jgit
-4.3.1.201605051710-r
-
 
 org.apache.curator
 curator-test



[nifi] branch support/nifi-1.x updated: NIFI-12093 This closes #7766. Deprecated EncryptContent Processor

2023-09-20 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new bc7a20068c NIFI-12093 This closes #7766. Deprecated EncryptContent 
Processor
bc7a20068c is described below

commit bc7a20068c1c0f26c9e3929b9736e522113a9cc0
Author: exceptionfactory 
AuthorDate: Wed Sep 20 13:36:53 2023 -0500

NIFI-12093 This closes #7766. Deprecated EncryptContent Processor

Signed-off-by: Joseph Witt 
---
 .../org/apache/nifi/processors/standard/EncryptContent.java  | 12 
 1 file changed, 12 insertions(+)

diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EncryptContent.java
 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EncryptContent.java
index 7fc901b8ff..184190ed3f 100644
--- 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EncryptContent.java
+++ 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EncryptContent.java
@@ -43,6 +43,7 @@ import 
org.apache.nifi.annotation.behavior.SystemResourceConsideration;
 import org.apache.nifi.annotation.behavior.WritesAttribute;
 import org.apache.nifi.annotation.behavior.WritesAttributes;
 import org.apache.nifi.annotation.documentation.CapabilityDescription;
+import org.apache.nifi.annotation.documentation.DeprecationNotice;
 import org.apache.nifi.annotation.documentation.Tags;
 import org.apache.nifi.components.AllowableValue;
 import org.apache.nifi.components.PropertyDescriptor;
@@ -99,6 +100,17 @@ import org.bouncycastle.openpgp.PGPEncryptedData;
 @WritesAttribute(attribute = "encryptcontent.salt_length", description 
= "The raw salt length in bytes"),
 @WritesAttribute(attribute = "encryptcontent.timestamp", description = 
"The timestamp at which the cryptographic operation occurred in '-MM-dd 
HH:mm:ss.SSS Z' format"),
})
+@DeprecationNotice(
+classNames = {
+"org.apache.nifi.processors.pgp.EncryptContentPGP",
+"org.apache.nifi.processors.pgp.DecryptContentPGP",
+"org.apache.nifi.processors.cipher.DecryptContent",
+
"org.apache.nifi.processors.cipher.DecryptContentCompatibility",
+"org.apache.nifi.processors.cipher.EncryptContentAge",
+"org.apache.nifi.processors.cipher.DecryptContentAge",
+},
+reason = "EncryptContentAge or EncryptContentPGP should be used for 
encrypting new files using standard formatting. DecryptContent supports 
deciphering historical files."
+)
 public class EncryptContent extends AbstractProcessor {
 
 public static final String ENCRYPT_MODE = "Encrypt";



[nifi] branch support/nifi-1.x updated: NIFI-11903 disable if windows (#7566)

2023-09-19 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new bf0bb81361 NIFI-11903 disable if windows (#7566)
bf0bb81361 is described below

commit bf0bb8136156315ad6d0539a56cf1d4b4c63d2ce
Author: Joe Witt 
AuthorDate: Tue Sep 19 13:22:49 2023 -0700

NIFI-11903 disable if windows (#7566)
---
 .../apache/nifi/controller/state/server/TestZooKeeperStateServer.java  | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java
index 33b982dd1e..9cebded58a 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java
@@ -28,6 +28,7 @@ import 
org.apache.zookeeper.server.quorum.QuorumPeerConfig.ConfigException;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledOnOs;
 
 import java.io.IOException;
 import java.io.PrintWriter;
@@ -40,7 +41,9 @@ import java.util.Properties;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
+import static org.junit.jupiter.api.condition.OS.WINDOWS;
 
+@DisabledOnOs(WINDOWS)
 public class TestZooKeeperStateServer {
 
 private static ZooKeeperStateServer zkServer;



[nifi] branch support/nifi-1.x updated: NIFI-12034 This closes #7729. Upgraded Apache Commons Compress from 1.23.0 to 1.24.0

2023-09-14 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new ab67daf891 NIFI-12034 This closes #7729. Upgraded Apache Commons 
Compress from 1.23.0 to 1.24.0
ab67daf891 is described below

commit ab67daf8912e8938dcb6405e6d15e4957b4da920
Author: exceptionfactory 
AuthorDate: Thu Sep 14 15:10:40 2023 -0500

NIFI-12034 This closes #7729. Upgraded Apache Commons Compress from 1.23.0 
to 1.24.0

Signed-off-by: Joseph Witt 
---
 c2/c2-client-bundle/c2-client-service/pom.xml |  1 -
 nifi-commons/nifi-flowfile-packager/pom.xml   |  1 -
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-avro-bundle/pom.xml | 11 ---
 nifi-nar-bundles/nifi-cassandra-bundle/pom.xml|  6 --
 .../nifi-compress-bundle/nifi-compress-processors/pom.xml |  1 -
 nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml   | 11 ---
 nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml|  7 ---
 .../nifi-extension-utils/nifi-database-utils/pom.xml  | 11 ---
 .../nifi-extension-utils/nifi-hadoop-utils/pom.xml| 10 --
 .../nifi-record-utils/nifi-hadoop-record-utils/pom.xml| 10 --
 .../nifi-extension-utils/nifi-record-utils/pom.xml|  6 --
 nifi-nar-bundles/nifi-framework-bundle/pom.xml|  5 -
 nifi-nar-bundles/nifi-graph-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml |  6 --
 nifi-nar-bundles/nifi-hbase-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-hive-bundle/pom.xml |  6 --
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml  |  6 --
 nifi-nar-bundles/nifi-media-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-mongodb-bundle/pom.xml  |  6 --
 nifi-nar-bundles/nifi-parquet-bundle/pom.xml  |  6 --
 nifi-nar-bundles/nifi-poi-bundle/pom.xml  |  5 -
 nifi-nar-bundles/nifi-ranger-bundle/pom.xml   |  6 --
 nifi-nar-bundles/nifi-registry-bundle/pom.xml | 11 ---
 nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml   |  6 --
 nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-standard-bundle/pom.xml |  9 -
 .../nifi-hadoop-dbcp-service-bundle/pom.xml   | 10 --
 .../nifi-hbase_2-client-service-bundle/pom.xml|  6 --
 .../nifi-lookup-services-bundle/pom.xml   | 10 --
 .../nifi-record-serialization-services-bundle/pom.xml | 11 ---
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml   | 11 ---
 .../nifi-registry-extensions/nifi-registry-ranger/pom.xml |  6 --
 pom.xml   |  6 ++
 34 files changed, 6 insertions(+), 231 deletions(-)

diff --git a/c2/c2-client-bundle/c2-client-service/pom.xml 
b/c2/c2-client-bundle/c2-client-service/pom.xml
index 8fc6d9b9bb..e8114f4301 100644
--- a/c2/c2-client-bundle/c2-client-service/pom.xml
+++ b/c2/c2-client-bundle/c2-client-service/pom.xml
@@ -46,7 +46,6 @@ limitations under the License.
 
 org.apache.commons
 commons-compress
-1.23.0
 
 
 
\ No newline at end of file
diff --git a/nifi-commons/nifi-flowfile-packager/pom.xml 
b/nifi-commons/nifi-flowfile-packager/pom.xml
index c91934e1d5..90fb83415a 100644
--- a/nifi-commons/nifi-flowfile-packager/pom.xml
+++ b/nifi-commons/nifi-flowfile-packager/pom.xml
@@ -25,7 +25,6 @@
 
 org.apache.commons
 commons-compress
-1.23.0
 
 
 org.apache.commons
diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml 
b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
index 4772325560..17e9c8ae04 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
@@ -81,12 +81,6 @@
 
 
 
-
-
-org.apache.commons
-commons-compress
-1.23.0
-
 
 
 com.nimbusds
diff --git a/nifi-nar-bundles/nifi-avro-bundle/pom.xml 
b/nifi-nar-bundles/nifi-avro-bundle/pom.xml
index 352a754bc0..36c70fd0ba 100644
--- a/nifi-nar-bundles/nifi-avro-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-avro-bundle/pom.xml
@@ -29,15 +29,4 @@
 nifi-avro-processors
 nifi-avro-nar

[nifi] branch main updated: NIFI-12034 This closes #7729. Upgraded Apache Commons Compress from 1.23.0 to 1.24.0

2023-09-14 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new aee9f2c65d NIFI-12034 This closes #7729. Upgraded Apache Commons 
Compress from 1.23.0 to 1.24.0
aee9f2c65d is described below

commit aee9f2c65d6d7aeaa278f1a962b2ba070e14ea87
Author: exceptionfactory 
AuthorDate: Thu Sep 14 15:10:40 2023 -0500

NIFI-12034 This closes #7729. Upgraded Apache Commons Compress from 1.23.0 
to 1.24.0

Signed-off-by: Joseph Witt 
---
 c2/c2-client-bundle/c2-client-service/pom.xml |  1 -
 nifi-commons/nifi-flowfile-packager/pom.xml   |  1 -
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-avro-bundle/pom.xml | 11 ---
 nifi-nar-bundles/nifi-cassandra-bundle/pom.xml|  6 --
 .../nifi-compress-bundle/nifi-compress-processors/pom.xml |  1 -
 nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml   | 11 ---
 nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml|  7 ---
 .../nifi-extension-utils/nifi-database-utils/pom.xml  | 11 ---
 .../nifi-extension-utils/nifi-hadoop-utils/pom.xml| 10 --
 .../nifi-record-utils/nifi-hadoop-record-utils/pom.xml| 10 --
 .../nifi-extension-utils/nifi-record-utils/pom.xml|  6 --
 nifi-nar-bundles/nifi-framework-bundle/pom.xml|  5 -
 nifi-nar-bundles/nifi-graph-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml |  6 --
 nifi-nar-bundles/nifi-hbase-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-hive-bundle/pom.xml |  6 --
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml  |  6 --
 nifi-nar-bundles/nifi-media-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-mongodb-bundle/pom.xml  |  6 --
 nifi-nar-bundles/nifi-parquet-bundle/pom.xml  |  6 --
 nifi-nar-bundles/nifi-poi-bundle/pom.xml  |  5 -
 nifi-nar-bundles/nifi-ranger-bundle/pom.xml   |  6 --
 nifi-nar-bundles/nifi-registry-bundle/pom.xml | 11 ---
 nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml   |  6 --
 nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml|  6 --
 nifi-nar-bundles/nifi-standard-bundle/pom.xml |  9 -
 .../nifi-hadoop-dbcp-service-bundle/pom.xml   | 10 --
 .../nifi-hbase_2-client-service-bundle/pom.xml|  6 --
 .../nifi-lookup-services-bundle/pom.xml   | 10 --
 .../nifi-record-serialization-services-bundle/pom.xml | 11 ---
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml   | 11 ---
 .../nifi-registry-extensions/nifi-registry-ranger/pom.xml |  6 --
 pom.xml   |  6 ++
 34 files changed, 6 insertions(+), 231 deletions(-)

diff --git a/c2/c2-client-bundle/c2-client-service/pom.xml 
b/c2/c2-client-bundle/c2-client-service/pom.xml
index e7bb1f6828..4b527b6019 100644
--- a/c2/c2-client-bundle/c2-client-service/pom.xml
+++ b/c2/c2-client-bundle/c2-client-service/pom.xml
@@ -46,7 +46,6 @@ limitations under the License.
 
 org.apache.commons
 commons-compress
-1.23.0
 
 
 
\ No newline at end of file
diff --git a/nifi-commons/nifi-flowfile-packager/pom.xml 
b/nifi-commons/nifi-flowfile-packager/pom.xml
index 8ec1f83c1b..700a7f8d47 100644
--- a/nifi-commons/nifi-flowfile-packager/pom.xml
+++ b/nifi-commons/nifi-flowfile-packager/pom.xml
@@ -25,7 +25,6 @@
 
 org.apache.commons
 commons-compress
-1.23.0
 
 
 org.apache.commons
diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml 
b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
index 6dda4fc694..eb2ceb2d63 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
@@ -81,12 +81,6 @@
 
 
 
-
-
-org.apache.commons
-commons-compress
-1.23.0
-
 
 
 com.nimbusds
diff --git a/nifi-nar-bundles/nifi-avro-bundle/pom.xml 
b/nifi-nar-bundles/nifi-avro-bundle/pom.xml
index 0b6565dfa5..d1026843da 100644
--- a/nifi-nar-bundles/nifi-avro-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-avro-bundle/pom.xml
@@ -29,15 +29,4 @@
 nifi-avro-processors
 nifi-avro-nar
 
-
-
-
-
-
-org.apache.commons

[nifi] branch main updated: NIFI-12016: This closes #7662. Allow use of compatible NAR bundles when loading flow from cluster connection; when determining what bundles are compatible, consider not jus

2023-09-14 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new f27ace1ccf NIFI-12016: This closes #7662. Allow use of compatible NAR 
bundles when loading flow from cluster connection; when determining what 
bundles are compatible, consider not just any bundle if it's the only one but 
also any bundle whose version matches the framework version so that when NiFi 
is upgraded, it is handled more gracefully.
f27ace1ccf is described below

commit f27ace1ccf36cb0f7a958462499c388652dde1c0
Author: Mark Payne 
AuthorDate: Wed Aug 30 17:39:31 2023 -0400

NIFI-12016: This closes #7662. Allow use of compatible NAR bundles when 
loading flow from cluster connection; when determining what bundles are 
compatible, consider not just any bundle if it's the only one but also any 
bundle whose version matches the framework version so that when NiFi is 
upgraded, it is handled more gracefully.

Signed-off-by: Joseph Witt 
---
 .../java/org/apache/nifi/util/BundleUtils.java |  44 ++---
 .../java/org/apache/nifi/util/TestBundleUtils.java | 100 +++
 .../nifi/controller/StandardFlowService.java   |   2 +-
 .../system/clustering/FlowSynchronizationIT.java   | 109 -
 4 files changed, 133 insertions(+), 122 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/util/BundleUtils.java
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/util/BundleUtils.java
index d0c428f263..d7ad003f62 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/util/BundleUtils.java
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/util/BundleUtils.java
@@ -20,22 +20,40 @@ import org.apache.nifi.bundle.Bundle;
 import org.apache.nifi.bundle.BundleCoordinate;
 import org.apache.nifi.flow.VersionedProcessGroup;
 import org.apache.nifi.nar.ExtensionManager;
+import org.apache.nifi.nar.NarClassLoadersHolder;
 import org.apache.nifi.nar.PythonBundle;
 import org.apache.nifi.web.api.dto.BundleDTO;
 
 import java.util.List;
 import java.util.Optional;
-import java.util.stream.Collectors;
 
 /**
  * Utility class for Bundles.
  */
 public final class BundleUtils {
-private static Optional findOptionalBundleForType(final 
ExtensionManager extensionManager, final String type, final BundleCoordinate 
desiredCoordinate) {
+static Optional findOptionalBundleForType(final 
ExtensionManager extensionManager, final String type, final Bundle 
frameworkBundle) {
 final List bundles = extensionManager.getBundles(type);
 if (bundles.size() == 1) {
 return 
Optional.of(bundles.get(0).getBundleDetails().getCoordinate());
 }
+
+// All NARs that are packaged with NiFi will have the same bundle 
coordinate as the NiFi framework bundle.
+// During an upgrade, it's fairly common to have two versions of a 
NAR: the version shipped with NiFi and another version, perhaps to maintain
+// backward compatibility to because the new version behaves some 
different way and the user wants the old behavior in some instances, etc.
+// In this case, the user may have two versions. For example, version 
2.2.0 and 2.4.0 while NiFi is at version 2.4.0.
+// Now, during upgrade to 2.4.1, there will no longer be a 2.4.0 
available. We want to be smart enough to realize that those extension using 
version
+// 2.2.0 stay there but those using 2.4.0 upgrade to 2.4.1.
+// To do this, we always first match on the exact version but this 
method is called when there's no exact match. So those marked 2.2.0 won't 
arrive here.
+// But for those extensions that were using 2.4.0, we want to now look 
for version 2.4.1 - I.e., the one with the same version as the framework. If we
+// find that version, then we want to use it. This helps to smooth out 
the upgrade process even when users have multiple versions of a given NAR.
+final String frameworkVersion = 
frameworkBundle.getBundleDetails().getCoordinate().getVersion();
+for (final Bundle bundle : bundles) {
+final String componentVersion = 
bundle.getBundleDetails().getCoordinate().getVersion();
+if (frameworkVersion.equals(componentVersion)) {
+return Optional.of(bundle.getBundleDetails().getCoordinate());
+}
+}
+
 return Optional.empty();
 }
 
@@ -71,7 +89,10 @@ public final class BundleUtils {
 throw new IllegalStateException(String.format("%s from %s is 
not known to this NiFi instance.", type, 

[nifi] branch support/nifi-1.x updated: NIFI-12058 Upgraded Apache Kudu from 1.16.0 to 1.17.0

2023-09-14 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new 0157d72b49 NIFI-12058 Upgraded Apache Kudu from 1.16.0 to 1.17.0
0157d72b49 is described below

commit 0157d72b49ae2c530ff68e6f80b1db5257dd7c28
Author: exceptionfactory 
AuthorDate: Thu Sep 14 10:53:10 2023 -0500

NIFI-12058 Upgraded Apache Kudu from 1.16.0 to 1.17.0

Signed-off-by: Joseph Witt 
---
 nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml | 6 ++
 nifi-nar-bundles/nifi-kudu-bundle/pom.xml  | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml 
b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
index ac70b22ea4..3de82819a0 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
@@ -94,6 +94,12 @@
 kudu-test-utils
 ${kudu.version}
 test
+
+
+org.apache.logging.log4j
+log4j-core
+
+
 
 
 org.apache.nifi
diff --git a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml 
b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
index 92db171940..73424bf7dc 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
@@ -27,7 +27,7 @@
 
 
 None
-1.16.0
+1.17.0
 
 
 



[nifi] branch main updated: NIFI-12058 This closes #7693. Upgraded Apache Kudu from 1.16.0 to 1.17.0

2023-09-14 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new 292b5d18a0 NIFI-12058 This closes #7693. Upgraded Apache Kudu from 
1.16.0 to 1.17.0
292b5d18a0 is described below

commit 292b5d18a0a5d8e58e6a399ae9fb5241fe493ded
Author: exceptionfactory 
AuthorDate: Thu Sep 14 10:53:10 2023 -0500

NIFI-12058 This closes #7693. Upgraded Apache Kudu from 1.16.0 to 1.17.0

Signed-off-by: Joseph Witt 
---
 nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml | 6 ++
 nifi-nar-bundles/nifi-kudu-bundle/pom.xml  | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml 
b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
index c6c7b1d6c4..8ea6beacee 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
@@ -94,6 +94,12 @@
 kudu-test-utils
 ${kudu.version}
 test
+
+
+org.apache.logging.log4j
+log4j-core
+
+
 
 
 org.apache.nifi
diff --git a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml 
b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
index 152c3cbc5c..5332031f5b 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
@@ -27,7 +27,7 @@
 
 
 None
-1.16.0
+1.17.0
 
 
 



[nifi] branch support/nifi-1.x updated: NIFI-12057 Refactored Groovy tests to Java in nifi-lookup-services

2023-09-14 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new 4edf713bae NIFI-12057 Refactored Groovy tests to Java in 
nifi-lookup-services
4edf713bae is described below

commit 4edf713baecfb02f4d8ada0fd075b9ca04ca559f
Author: exceptionfactory 
AuthorDate: Thu Sep 14 09:06:22 2023 -0500

NIFI-12057 Refactored Groovy tests to Java in nifi-lookup-services

Signed-off-by: Joseph Witt 
---
 .../nifi-lookup-services/pom.xml   |  28 +--
 .../nifi/lookup/TestRestLookupService.groovy   | 160 --
 .../lookup/TestRestLookupServiceProcessor.groovy   |  45 
 .../db/TestDatabaseRecordLookupService.groovy  | 229 -
 .../db/TestSimpleDatabaseLookupService.groovy  | 186 -
 .../nifi/lookup/rest/MockRestLookupService.groovy  |  38 
 .../org/apache/nifi/lookup/rest/SchemaUtil.groovy  |  24 ---
 .../nifi/lookup/rest/handlers/BasicAuth.groovy |  55 -
 .../nifi/lookup/rest/handlers/ComplexJson.groovy   |  45 
 .../nifi/lookup/rest/handlers/NoRecord.groovy  |  40 
 .../nifi/lookup/rest/handlers/SimpleJson.groovy|  45 
 .../lookup/rest/handlers/SimpleJsonArray.groovy|  42 
 .../nifi/lookup/rest/handlers/VerbTest.groovy  |  70 ---
 .../apache/nifi/lookup/TestRestLookupService.java  | 190 +
 .../lookup/db/TestDatabaseRecordLookupService.java | 161 +++
 .../lookup/db/TestSimpleDatabaseLookupService.java | 146 +
 .../src/test/resources/complex.avsc|  36 
 .../src/test/resources/simple.avsc |  14 --
 18 files changed, 501 insertions(+), 1053 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
 
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index bfcdfb3d25..9360b3e487 100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
@@ -127,6 +127,10 @@
 2.7
 compile
 
+
+com.squareup.okhttp3
+mockwebserver
+
 
 org.apache.nifi
 nifi-mock
@@ -154,28 +158,6 @@
 nifi-schema-registry-service-api
 test
 
-
-javax.servlet
-javax.servlet-api
-test
-
-
-org.eclipse.jetty
-jetty-servlet
-test
-
-
-org.apache.derby
-derby
-10.14.2.0
-test
-
-
-org.codehaus.groovy
-groovy-json
-${nifi.groovy.version}
-test
-
 
 
 
@@ -184,8 +166,6 @@
   apache-rat-plugin
   
   
-  src/test/resources/complex.avsc
-  src/test/resources/simple.avsc
   src/test/resources/test.csv
   
src/test/resources/test_sep_escape_comment.csv
   
src/test/resources/test_Windows-31J.csv
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/test/groovy/org/apache/nifi/lookup/TestRestLookupService.groovy
 
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/test/groovy/org/apache/nifi/lookup/TestRestLookupService.groovy
deleted file mode 100644
index 2184f3d72f..00
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/test/groovy/org/apache/nifi/lookup/TestRestLookupService.groovy
+++ /dev/null
@@ -1,160 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.nifi.lookup
-
-import okhttp3.MediaType
-imp

[nifi] branch main updated: NIFI-12057 Refactored Groovy tests to Java in nifi-lookup-services

2023-09-14 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new 591c323f0a NIFI-12057 Refactored Groovy tests to Java in 
nifi-lookup-services
591c323f0a is described below

commit 591c323f0a64c430fa0d76325cfbe6a3b9a62e07
Author: exceptionfactory 
AuthorDate: Thu Sep 14 09:06:22 2023 -0500

NIFI-12057 Refactored Groovy tests to Java in nifi-lookup-services

Signed-off-by: Joseph Witt 
---
 .../nifi-lookup-services/pom.xml   |  34 +--
 .../nifi/lookup/TestRestLookupService.groovy   | 160 --
 .../lookup/TestRestLookupServiceProcessor.groovy   |  45 
 .../db/TestDatabaseRecordLookupService.groovy  | 229 -
 .../db/TestSimpleDatabaseLookupService.groovy  | 186 -
 .../nifi/lookup/rest/MockRestLookupService.groovy  |  38 
 .../org/apache/nifi/lookup/rest/SchemaUtil.groovy  |  24 ---
 .../nifi/lookup/rest/handlers/BasicAuth.groovy |  55 -
 .../nifi/lookup/rest/handlers/ComplexJson.groovy   |  45 
 .../nifi/lookup/rest/handlers/NoRecord.groovy  |  40 
 .../nifi/lookup/rest/handlers/SimpleJson.groovy|  45 
 .../lookup/rest/handlers/SimpleJsonArray.groovy|  42 
 .../nifi/lookup/rest/handlers/VerbTest.groovy  |  70 ---
 .../apache/nifi/lookup/TestRestLookupService.java  | 190 +
 .../lookup/db/TestDatabaseRecordLookupService.java | 161 +++
 .../lookup/db/TestSimpleDatabaseLookupService.java | 146 +
 .../src/test/resources/complex.avsc|  36 
 .../src/test/resources/simple.avsc |  14 --
 18 files changed, 501 insertions(+), 1059 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
 
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index af9c124788..81cd910588 100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
@@ -127,6 +127,10 @@
 2.7
 compile
 
+
+com.squareup.okhttp3
+mockwebserver
+
 
 org.apache.nifi
 nifi-mock
@@ -154,34 +158,6 @@
 nifi-schema-registry-service-api
 test
 
-
-javax.servlet
-javax.servlet-api
-test
-
-
-org.eclipse.jetty
-jetty-servlet
-test
-
-
-org.apache.derby
-derby
-${derby.version}
-test
-
-
-org.apache.derby
-derbytools
-${derby.version}
-test
-
-
-org.codehaus.groovy
-groovy-json
-${nifi.groovy.version}
-test
-
 
 
 
@@ -190,8 +166,6 @@
   apache-rat-plugin
   
   
-  src/test/resources/complex.avsc
-  src/test/resources/simple.avsc
   src/test/resources/test.csv
   
src/test/resources/test_sep_escape_comment.csv
   
src/test/resources/test_Windows-31J.csv
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/test/groovy/org/apache/nifi/lookup/TestRestLookupService.groovy
 
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/test/groovy/org/apache/nifi/lookup/TestRestLookupService.groovy
deleted file mode 100644
index 2184f3d72f..00
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/test/groovy/org/apache/nifi/lookup/TestRestLookupService.groovy
+++ /dev/null
@@ -1,160 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
-

svn commit: r1912110 - /comdev/projects.apache.org/trunk/data/projects.xml

2023-09-05 Thread joewitt
Author: joewitt
Date: Tue Sep  5 17:00:03 2023
New Revision: 1912110

URL: http://svn.apache.org/viewvc?rev=1912110=rev
Log:
Added NiFi doap entry

Modified:
comdev/projects.apache.org/trunk/data/projects.xml

Modified: comdev/projects.apache.org/trunk/data/projects.xml
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects.xml?rev=1912110=1912109=1912110=diff
==
--- comdev/projects.apache.org/trunk/data/projects.xml (original)
+++ comdev/projects.apache.org/trunk/data/projects.xml Tue Sep  5 17:00:03 2023
@@ -255,6 +255,7 @@
   
https://gitbox.apache.org/repos/asf?p=myfaces.git;a=blob_plain;f=doap_MyFaces.rdf;hb=HEAD
   
https://gitbox.apache.org/repos/asf?p=myfaces-tobago.git;a=blob_plain;f=doap.rdf;hb=HEAD
   https://netbeans.apache.org/doap_NetBeans.rdf
+  
https://raw.githubusercontent.com/apache/nifi/main/doap.rdf
   http://nutch.apache.org/doap.rdf
   https://ofbiz.apache.org/doap_OFBiz.rdf
   http://olingo.apache.org/doap_Olingo.rdf




[nifi] branch main updated: ASF required doap file entry

2023-09-05 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new 25a3cd335c ASF required doap file entry
25a3cd335c is described below

commit 25a3cd335c0a2301b31ea1ed2181721c678536b2
Author: Joseph Witt 
AuthorDate: Tue Sep 5 09:56:29 2023 -0700

ASF required doap file entry
---
 doap.rdf | 50 ++
 1 file changed, 50 insertions(+)

diff --git a/doap.rdf b/doap.rdf
new file mode 100644
index 00..3ad087cd75
--- /dev/null
+++ b/doap.rdf
@@ -0,0 +1,50 @@
+
+
+http://usefulinc.com/ns/doap#; 
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#; 
+ xmlns:asfext="http://projects.apache.org/ns/asfext#;
+ xmlns:foaf="http://xmlns.com/foaf/0.1/;>
+
+  https://nifi.apache.org/;>
+2023-09-05
+https://spdx.org/licenses/Apache-2.0; />
+Apache NiFi
+https://nifi.apache.org/; />
+https://nifi.apache.org; />
+NiFi is an easy to use, powerful, and reliable system to 
process and
+distribute data
+The mission of NiFi is the creation and maintenance of 
software related to providing an easy to use, powerful, and reliable system to 
process and distribute data.
+
+Apache NiFi MiNiFi is an edge data collection agent built to seamlessly 
integrate with and leverage the command and control of NiFi. There are both 
Java and C++ implementations.
+
+Apache NiFi Registry is a centralized registry for key configuration items 
including flow versions, assets, and extensions for Apache NiFi and Apache 
MiNiFi.
+https://issues.apache.org/jira/projects/NIFI; 
/>
+https://nifi.apache.org/mailing_lists.html; />
+https://nifi.apache.org/download.html; />
+Java
+https://projects.apache.org/category/big-data; />
+
+  
+https://github.com/apache/nifi"/>
+https://github.com/apache/nifi"/>
+  
+
+  
+
+



[nifi] branch NIFI-11903 deleted (was 490810452c)

2023-08-02 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


 was 490810452c NIFI-11903 disable if windows

This change permanently discards the following revisions:

 discard 490810452c NIFI-11903 disable if windows



[nifi] 01/01: NIFI-11903 disable if windows

2023-08-02 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit 490810452c092b0121c3ac3c5f3e54bbc1324103
Author: Joseph Witt 
AuthorDate: Wed Aug 2 16:04:22 2023 -0700

NIFI-11903 disable if windows
---
 .../apache/nifi/controller/state/server/TestZooKeeperStateServer.java  | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java
index 33b982dd1e..9cebded58a 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java
@@ -28,6 +28,7 @@ import 
org.apache.zookeeper.server.quorum.QuorumPeerConfig.ConfigException;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledOnOs;
 
 import java.io.IOException;
 import java.io.PrintWriter;
@@ -40,7 +41,9 @@ import java.util.Properties;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
+import static org.junit.jupiter.api.condition.OS.WINDOWS;
 
+@DisabledOnOs(WINDOWS)
 public class TestZooKeeperStateServer {
 
 private static ZooKeeperStateServer zkServer;



[nifi] branch NIFI-11903 created (now 490810452c)

2023-08-02 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


  at 490810452c NIFI-11903 disable if windows

This branch includes the following new commits:

 new 490810452c NIFI-11903 disable if windows

The 1 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.




svn commit: r62865 - /dev/nifi/nifi-standard-nar-1.21.0-zipfix.nar

2023-07-07 Thread joewitt
Author: joewitt
Date: Fri Jul  7 17:38:44 2023
New Revision: 62865

Log:
uploading a dev test nar for NIFI-11434

Added:
dev/nifi/nifi-standard-nar-1.21.0-zipfix.nar   (with props)

Added: dev/nifi/nifi-standard-nar-1.21.0-zipfix.nar
==
Binary file - no diff available.

Propchange: dev/nifi/nifi-standard-nar-1.21.0-zipfix.nar
--
svn:mime-type = application/octet-stream




[nifi-site] branch main updated: NIFI-11654 updating for latest release

2023-06-11 Thread joewitt
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-site.git


The following commit(s) were added to refs/heads/main by this push:
 new 5e1ba16  NIFI-11654 updating for latest release
5e1ba16 is described below

commit 5e1ba16686880e506d7b702e8c29be04a0973dba
Author: Joe Witt 
AuthorDate: Sun Jun 11 21:23:31 2023 -0400

NIFI-11654 updating for latest release
---
 config.toml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.toml b/config.toml
index 6dd61b3..caadf3e 100644
--- a/config.toml
+++ b/config.toml
@@ -47,7 +47,7 @@ downloadPathUrl = "https://downloads.apache.org/nifi;
 archiveDownloadPathUrl = "https://archive.apache.org/dist/nifi;
 mavenCentralDownloadPathUrl = "https://repo1.maven.org/maven2/org/apache/nifi;
 
-currentProjectVersion = "1.21.0"
-currentProjectVersionReleased = "2023-04-07"
-previousProjectVersion = "1.20.0"
-previousProjectVersionReleased = "2023-02-09"
+currentProjectVersion = "1.22.0"
+currentProjectVersionReleased = "2023-06-11"
+previousProjectVersion = "1.21.0"
+previousProjectVersionReleased = "2023-04-07"



svn commit: r62367 - in /release/nifi: 1.21.0/ nifi-fds/nifi-fds-0.2.0/ nifi-minifi-cpp/0.10.0/ nifi-minifi-cpp/0.11.0/ nifi-minifi-cpp/0.12.0/ nifi-minifi-cpp/0.13.0/ nifi-minifi-cpp/0.9.0/

2023-06-11 Thread joewitt
Author: joewitt
Date: Mon Jun 12 01:21:42 2023
New Revision: 62367

Log:
Clean up old artifacts already in archive

Removed:
release/nifi/1.21.0/
release/nifi/nifi-fds/nifi-fds-0.2.0/
release/nifi/nifi-minifi-cpp/0.10.0/
release/nifi/nifi-minifi-cpp/0.11.0/
release/nifi/nifi-minifi-cpp/0.12.0/
release/nifi/nifi-minifi-cpp/0.13.0/
release/nifi/nifi-minifi-cpp/0.9.0/



[nifi] annotated tag rel/nifi-1.22.0 created (now 2a7635e8bb)

2023-06-11 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to annotated tag rel/nifi-1.22.0
in repository https://gitbox.apache.org/repos/asf/nifi.git


  at 2a7635e8bb (tag)
 tagging 71e3ea9f2c58d0cf2ce6824c388f2bd3e917dfc8 (commit)
 replaces rel/nifi-1.21.0
  by Joe Witt
  on Sun Jun 11 21:02:49 2023 -0400

- Log -
NIFI-11654 Signed release tag for approved release of NiFi 1.22.0
-BEGIN PGP SIGNATURE-

iQEzBAABCAAdFiEE0vJLgJ/6seIa6gKDkJO/hU+BGhoFAmSGbrkACgkQkJO/hU+B
GhrqtQgApDEfyPwa2tAU37eXGjMru5M9+Mqx8HuVUmXQ+bCYWp0E31I9XM7qCvyG
3RsCCUhzDCcfzz3QBTa0UAXRZ1b9WQDbcBhxzMKaWn1gcABYDL6GFUnxYrUk0if/
nBAwOlWWMaQFu6IbutzR6orLq7JiuRT8gHadlT+IH2Qi2+Ska3h7usOt+/at2uTT
Us0htUJgCZV/96Ep3pDzUx9PZ1q+aSuyZgv7fJ9pGUiR426dEkW/jXFtt3oRJb3l
tUXXOZxSW2z2EuLWgU9q3ibJb3ZnsKbzjyJDcsfHXyj2ncsBsBp1WGEQS8URPvhl
vMxve0yK+LDpFQRxFOIJCw7yCiJxzQ==
=JXPO
-END PGP SIGNATURE-
---

No new revisions were added by this update.



[nifi] 01/02: Merge branch 'NIFI-11654-RC1' into support/nifi-1.x

2023-06-11 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit edc9e40582d39506d34f7679017a344738e44ca9
Merge: 728b07b30f f1d5a8c4de
Author: Joe Witt 
AuthorDate: Sun Jun 11 20:45:15 2023 -0400

Merge branch 'NIFI-11654-RC1' into support/nifi-1.x

 c2/c2-client-bundle/c2-client-api/pom.xml  |   4 +-
 c2/c2-client-bundle/c2-client-base/pom.xml |   6 +-
 c2/c2-client-bundle/c2-client-http/pom.xml |   8 +-
 c2/c2-client-bundle/c2-client-service/pom.xml  |   8 +-
 c2/c2-client-bundle/pom.xml|   2 +-
 c2/c2-protocol/c2-protocol-api/pom.xml |   4 +-
 c2/c2-protocol/c2-protocol-component-api/pom.xml   |   2 +-
 c2/c2-protocol/pom.xml |   2 +-
 c2/pom.xml |   4 +-
 minifi/minifi-assembly/pom.xml |   6 +-
 minifi/minifi-bootstrap/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-api/pom.xml |   2 +-
 minifi/minifi-c2/minifi-c2-assembly/pom.xml|   2 +-
 .../minifi-c2-cache-filesystem/pom.xml |   2 +-
 .../minifi-c2-cache/minifi-c2-cache-s3/pom.xml |   2 +-
 minifi/minifi-c2/minifi-c2-cache/pom.xml   |   2 +-
 minifi/minifi-c2/minifi-c2-docker/pom.xml  |   4 +-
 .../minifi-c2/minifi-c2-integration-tests/pom.xml  |   2 +-
 minifi/minifi-c2/minifi-c2-jetty/pom.xml   |   2 +-
 .../minifi-c2-provider-cache/pom.xml   |   2 +-
 .../minifi-c2-provider-delegating/pom.xml  |   2 +-
 .../minifi-c2-provider-nifi-rest/pom.xml   |   2 +-
 .../minifi-c2-provider-util/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-provider/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-service/pom.xml |   6 +-
 minifi/minifi-c2/pom.xml   |   2 +-
 minifi/minifi-commons/minifi-commons-api/pom.xml   |   2 +-
 .../minifi-commons/minifi-commons-schema/pom.xml   |   2 +-
 minifi/minifi-commons/minifi-utils/pom.xml |   2 +-
 minifi/minifi-commons/pom.xml  |   2 +-
 minifi/minifi-docker/pom.xml   |   2 +-
 minifi/minifi-docs/pom.xml |   2 +-
 minifi/minifi-integration-tests/pom.xml|   2 +-
 .../minifi-framework-nar/pom.xml   |   2 +-
 .../minifi-framework/minifi-framework-api/pom.xml  |   8 +-
 .../minifi-framework/minifi-framework-core/pom.xml |   6 +-
 .../minifi-framework/minifi-resources/pom.xml  |   2 +-
 .../minifi-framework/minifi-runtime/pom.xml|   2 +-
 .../minifi-framework/minifi-server/pom.xml |   2 +-
 .../minifi-framework/pom.xml   |   2 +-
 .../minifi-server-nar/pom.xml  |   8 +-
 .../minifi-framework-bundle/pom.xml|  20 +-
 .../minifi-provenance-repositories/pom.xml |   2 +-
 .../minifi-provenance-repository-nar/pom.xml   |   2 +-
 .../minifi-provenance-repository-bundle/pom.xml|   2 +-
 .../minifi-nar-bundles/minifi-standard-nar/pom.xml |   8 +-
 .../minifi-update-attribute-nar/pom.xml|   6 +-
 minifi/minifi-nar-bundles/pom.xml  |   2 +-
 .../minifi-toolkit/minifi-toolkit-assembly/pom.xml |   2 +-
 .../minifi-toolkit-configuration/pom.xml   |   2 +-
 minifi/minifi-toolkit/pom.xml  |   2 +-
 minifi/pom.xml | 148 -
 nifi-api/pom.xml   |   2 +-
 nifi-assembly/pom.xml  | 350 ++---
 nifi-bootstrap/pom.xml |  24 +-
 nifi-commons/nifi-bootstrap-utils/pom.xml  |   2 +-
 nifi-commons/nifi-build/pom.xml|   2 +-
 nifi-commons/nifi-data-provenance-utils/pom.xml|   8 +-
 nifi-commons/nifi-deprecation-log/pom.xml  |   2 +-
 nifi-commons/nifi-expression-language/pom.xml  |  10 +-
 nifi-commons/nifi-external-resource-utils/pom.xml  |   4 +-
 nifi-commons/nifi-flow-encryptor/pom.xml   |   6 +-
 nifi-commons/nifi-flowfile-packager/pom.xml|   2 +-
 nifi-commons/nifi-hashicorp-vault-api/pom.xml  |   2 +-
 nifi-commons/nifi-hashicorp-vault/pom.xml  |  10 +-
 nifi-commons/nifi-hl7-query-language/pom.xml   |   2 +-
 nifi-commons/nifi-jetty-configuration/pom.xml  |   2 +-
 nifi-commons/nifi-json-utils/pom.xml   |   4 +-
 nifi-commons/nifi-logging-utils/pom.xml|   2 +-
 nifi-commons/nifi-metrics/pom.xml  |   4 +-
 nifi-commons/nifi-parameter/pom.xml|   4 +-
 nifi-commons/nifi-properties/pom.xml   |   4 +-
 nifi-commons/nifi-property-encryptor/pom.xml   |   6 +-
 nifi-commons/nifi-property-protection-api/pom.xml  |   4 +-
 nifi-commons/nifi-property-protection-aws/pom.xml  |   6 +-
 .../nifi-property

[nifi] 02/02: NIFI-11654 updating docker files

2023-06-11 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit ec757b76942c4e6ff567acc87326c6eea90de69b
Author: Joe Witt 
AuthorDate: Sun Jun 11 20:59:40 2023 -0400

NIFI-11654 updating docker files
---
 minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt | 2 +-
 minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile  | 2 +-
 minifi/minifi-docker/dockerhub/DockerImage.txt  | 2 +-
 minifi/minifi-docker/dockerhub/Dockerfile   | 2 +-
 nifi-docker/dockerhub/DockerImage.txt   | 2 +-
 nifi-docker/dockerhub/Dockerfile| 2 +-
 nifi-docker/dockerhub/pom.xml   | 2 +-
 .../nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile| 2 +-
 nifi-registry/nifi-registry-docker-maven/dockermaven/Dockerfile | 2 +-
 nifi-toolkit/nifi-toolkit-assembly/docker/Dockerfile| 2 +-
 nifi-toolkit/nifi-toolkit-assembly/docker/Dockerfile.hub| 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt 
b/minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt
index 22e180da52..11a0011b6f 100644
--- a/minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt
+++ b/minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apache/nifi-minifi-c2:1.22.0
+apache/nifi-minifi-c2:1.23.0
diff --git a/minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile 
b/minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile
index 162441898c..3b846d4be3 100644
--- a/minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile
+++ b/minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org;
 
 ARG UID=1000
 ARG GID=1000
-ARG MINIFI_C2_VERSION=1.22.0
+ARG MINIFI_C2_VERSION=1.23.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV MINIFI_C2_BASE_DIR /opt/minifi-c2
diff --git a/minifi/minifi-docker/dockerhub/DockerImage.txt 
b/minifi/minifi-docker/dockerhub/DockerImage.txt
index c7dd941e2b..328f77f722 100644
--- a/minifi/minifi-docker/dockerhub/DockerImage.txt
+++ b/minifi/minifi-docker/dockerhub/DockerImage.txt
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apache/nifi-minifi:1.22.0
+apache/nifi-minifi:1.23.0
diff --git a/minifi/minifi-docker/dockerhub/Dockerfile 
b/minifi/minifi-docker/dockerhub/Dockerfile
index 522cc0a195..550c34a337 100644
--- a/minifi/minifi-docker/dockerhub/Dockerfile
+++ b/minifi/minifi-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org;
 
 ARG UID=1000
 ARG GID=1000
-ARG MINIFI_VERSION=1.22.0
+ARG MINIFI_VERSION=1.23.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV MINIFI_BASE_DIR /opt/minifi
diff --git a/nifi-docker/dockerhub/DockerImage.txt 
b/nifi-docker/dockerhub/DockerImage.txt
index 89577fdc7e..395597ab26 100644
--- a/nifi-docker/dockerhub/DockerImage.txt
+++ b/nifi-docker/dockerhub/DockerImage.txt
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apache/nifi:1.22.0
+apache/nifi:1.23.0
diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile
index e6be61adba..6ac2d98442 100644
--- a/nifi-docker/dockerhub/Dockerfile
+++ b/nifi-docker/dockerhub/Dockerfile
@@ -25,7 +25,7 @@ LABEL site="https://nifi.apache.org;
 
 ARG UID=1000
 ARG GID=1000
-ARG NIFI_VERSION=1.22.0
+ARG NIFI_VERSION=1.23.0
 ARG BASE_URL=https://archive.apache.org/dist
 ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}}
 ARG DISTRO_PATH=${DISTRO_PATH:-${NIFI_VERSION}}
diff --git a/nifi-docker/dockerhub/pom.xml b/nifi-docker/dockerhub/pom.xml
index af3be624ab..6d4614cb4a 100644
--- a/nifi-docker/dockerhub/pom.xml
+++ b/nifi-docker/dockerhub/pom.xml
@@ -23,7 +23,7 @@
 
 
-1.22.0
+1.23.0
 
 
 
diff --git 
a/nifi-registry/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile 
b/nifi-registry/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
index 107f243c31..f2e926f810 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
+++ b/nifi-registry/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org;
 
 ARG UID=1000
 ARG GID=1000
-ARG NIFI_REGISTRY_VERSION=1.22.0
+ARG NIFI_REGISTRY_VERSION=1.23.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV NIFI_REGISTRY_BASE_DIR /opt/nifi-registry
diff --git a/nifi-registry/nifi-registry-docker-maven/dockermaven/Dockerfile 
b/nifi-registry/

[nifi] branch support/nifi-1.x updated (728b07b30f -> ec757b7694)

2023-06-11 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


from 728b07b30f NIFI-11675 Upgraded Apache Commons IO from 2.12.0 to 2.13.0
 add 15ebf56a08 NIFI-11654 removing extraneous tag
 add 71e3ea9f2c NIFI-11654-RC1 prepare release nifi-1.22.0-RC1
 add f1d5a8c4de NIFI-11654-RC1 prepare for next development iteration
 new edc9e40582 Merge branch 'NIFI-11654-RC1' into support/nifi-1.x
 new ec757b7694 NIFI-11654 updating docker files

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:
 c2/c2-client-bundle/c2-client-api/pom.xml  |   4 +-
 c2/c2-client-bundle/c2-client-base/pom.xml |   6 +-
 c2/c2-client-bundle/c2-client-http/pom.xml |   8 +-
 c2/c2-client-bundle/c2-client-service/pom.xml  |   8 +-
 c2/c2-client-bundle/pom.xml|   2 +-
 c2/c2-protocol/c2-protocol-api/pom.xml |   4 +-
 c2/c2-protocol/c2-protocol-component-api/pom.xml   |   2 +-
 c2/c2-protocol/pom.xml |   2 +-
 c2/pom.xml |   4 +-
 minifi/minifi-assembly/pom.xml |   6 +-
 minifi/minifi-bootstrap/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-api/pom.xml |   2 +-
 minifi/minifi-c2/minifi-c2-assembly/pom.xml|   2 +-
 .../minifi-c2-cache-filesystem/pom.xml |   2 +-
 .../minifi-c2-cache/minifi-c2-cache-s3/pom.xml |   2 +-
 minifi/minifi-c2/minifi-c2-cache/pom.xml   |   2 +-
 .../minifi-c2-docker/dockerhub/DockerImage.txt |   2 +-
 .../minifi-c2-docker/dockerhub/Dockerfile  |   2 +-
 minifi/minifi-c2/minifi-c2-docker/pom.xml  |   4 +-
 .../minifi-c2/minifi-c2-integration-tests/pom.xml  |   2 +-
 minifi/minifi-c2/minifi-c2-jetty/pom.xml   |   2 +-
 .../minifi-c2-provider-cache/pom.xml   |   2 +-
 .../minifi-c2-provider-delegating/pom.xml  |   2 +-
 .../minifi-c2-provider-nifi-rest/pom.xml   |   2 +-
 .../minifi-c2-provider-util/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-provider/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-service/pom.xml |   6 +-
 minifi/minifi-c2/pom.xml   |   2 +-
 minifi/minifi-commons/minifi-commons-api/pom.xml   |   2 +-
 .../minifi-commons/minifi-commons-schema/pom.xml   |   2 +-
 minifi/minifi-commons/minifi-utils/pom.xml |   2 +-
 minifi/minifi-commons/pom.xml  |   2 +-
 minifi/minifi-docker/dockerhub/DockerImage.txt |   2 +-
 minifi/minifi-docker/dockerhub/Dockerfile  |   2 +-
 minifi/minifi-docker/pom.xml   |   2 +-
 minifi/minifi-docs/pom.xml |   2 +-
 minifi/minifi-integration-tests/pom.xml|   2 +-
 .../minifi-framework-nar/pom.xml   |   2 +-
 .../minifi-framework/minifi-framework-api/pom.xml  |   8 +-
 .../minifi-framework/minifi-framework-core/pom.xml |   6 +-
 .../minifi-framework/minifi-resources/pom.xml  |   2 +-
 .../minifi-framework/minifi-runtime/pom.xml|   2 +-
 .../minifi-framework/minifi-server/pom.xml |   2 +-
 .../minifi-framework/pom.xml   |   2 +-
 .../minifi-server-nar/pom.xml  |   8 +-
 .../minifi-framework-bundle/pom.xml|  20 +-
 .../minifi-provenance-repositories/pom.xml |   2 +-
 .../minifi-provenance-repository-nar/pom.xml   |   2 +-
 .../minifi-provenance-repository-bundle/pom.xml|   2 +-
 .../minifi-nar-bundles/minifi-standard-nar/pom.xml |   8 +-
 .../minifi-update-attribute-nar/pom.xml|   6 +-
 minifi/minifi-nar-bundles/pom.xml  |   2 +-
 .../minifi-toolkit/minifi-toolkit-assembly/pom.xml |   2 +-
 .../minifi-toolkit-configuration/pom.xml   |   2 +-
 minifi/minifi-toolkit/pom.xml  |   2 +-
 minifi/pom.xml | 148 -
 nifi-api/pom.xml   |   2 +-
 nifi-assembly/pom.xml  | 350 ++---
 nifi-bootstrap/pom.xml |  24 +-
 nifi-commons/nifi-bootstrap-utils/pom.xml  |   2 +-
 nifi-commons/nifi-build/pom.xml|   2 +-
 nifi-commons/nifi-data-provenance-utils/pom.xml|   8 +-
 nifi-commons/nifi-deprecation-log/pom.xml  |   2 +-
 nifi-commons/nifi-expression-language/pom.xml  |  10 +-
 nifi-commons/nifi-external-resource-utils/pom.xml  |   4 +-
 nifi-commons/nifi-flow-encryptor/pom.xml   |   6 +-
 nifi-commons/nifi-flowfile-packager/pom.xml|   2 +-
 nifi-commons/nifi-hashico

svn commit: r62366 - /dev/nifi/nifi-1.22.0/ /release/nifi/1.22.0/

2023-06-11 Thread joewitt
Author: joewitt
Date: Mon Jun 12 00:42:51 2023
New Revision: 62366

Log:
NIFI-11654

Added:
release/nifi/1.22.0/
  - copied from r62365, dev/nifi/nifi-1.22.0/
Removed:
dev/nifi/nifi-1.22.0/



[nifi] annotated tag nifi-1.22.0-RC1 created (now 4de497434f)

2023-06-06 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to annotated tag nifi-1.22.0-RC1
in repository https://gitbox.apache.org/repos/asf/nifi.git


  at 4de497434f (tag)
 tagging 71e3ea9f2c58d0cf2ce6824c388f2bd3e917dfc8 (commit)
 replaces rel/nifi-1.21.0
  by Joe Witt
  on Tue Jun 6 12:31:59 2023 -0700

- Log -
NIFI-11654-RC1 copy for tag nifi-1.22.0-RC1
---

No new revisions were added by this update.



[nifi] 01/03: NIFI-11654 removing extraneous tag

2023-06-06 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch NIFI-11654-RC1
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 15ebf56a085e7da820c2406cd512c6b1c2a5cefd
Author: Joe Witt 
AuthorDate: Tue Jun 6 10:10:25 2023 -0700

NIFI-11654 removing extraneous tag
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e001abe24e..0003c2a13f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,6 @@
 scm:git:git://git.apache.org/nifi.git
 
scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git
 https://git-wip-us.apache.org/repos/asf?p=nifi.git
-nifi-1.15.0-RC3
 
 
 JIRA



[nifi] branch NIFI-11654-RC1 created (now f1d5a8c4de)

2023-06-06 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to branch NIFI-11654-RC1
in repository https://gitbox.apache.org/repos/asf/nifi.git


  at f1d5a8c4de NIFI-11654-RC1 prepare for next development iteration

This branch includes the following new commits:

 new 15ebf56a08 NIFI-11654 removing extraneous tag
 new 71e3ea9f2c NIFI-11654-RC1 prepare release nifi-1.22.0-RC1
 new f1d5a8c4de NIFI-11654-RC1 prepare for next development iteration

The 3 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.




svn commit: r62319 - /dev/nifi/nifi-1.22.0/

2023-06-06 Thread joewitt
Author: joewitt
Date: Tue Jun  6 21:33:54 2023
New Revision: 62319

Log:
Uploading RC1 artifacts for nifi-1.22.0

Added:
dev/nifi/nifi-1.22.0/
dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip   (with props)
dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.asc
dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.sha256
dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.sha512
dev/nifi/nifi-1.22.0/minifi-c2-1.22.0-bin.zip   (with props)
dev/nifi/nifi-1.22.0/minifi-c2-1.22.0-bin.zip.asc
dev/nifi/nifi-1.22.0/minifi-c2-1.22.0-bin.zip.sha256
dev/nifi/nifi-1.22.0/minifi-c2-1.22.0-bin.zip.sha512
dev/nifi/nifi-1.22.0/minifi-toolkit-1.22.0-bin.zip   (with props)
dev/nifi/nifi-1.22.0/minifi-toolkit-1.22.0-bin.zip.asc
dev/nifi/nifi-1.22.0/minifi-toolkit-1.22.0-bin.zip.sha256
dev/nifi/nifi-1.22.0/minifi-toolkit-1.22.0-bin.zip.sha512
dev/nifi/nifi-1.22.0/nifi-1.22.0-bin.zip   (with props)
dev/nifi/nifi-1.22.0/nifi-1.22.0-bin.zip.asc
dev/nifi/nifi-1.22.0/nifi-1.22.0-bin.zip.sha256
dev/nifi/nifi-1.22.0/nifi-1.22.0-bin.zip.sha512
dev/nifi/nifi-1.22.0/nifi-1.22.0-source-release.zip   (with props)
dev/nifi/nifi-1.22.0/nifi-1.22.0-source-release.zip.asc
dev/nifi/nifi-1.22.0/nifi-1.22.0-source-release.zip.sha256
dev/nifi/nifi-1.22.0/nifi-1.22.0-source-release.zip.sha512
dev/nifi/nifi-1.22.0/nifi-kafka-connector-assembly-1.22.0.zip   (with props)
dev/nifi/nifi-1.22.0/nifi-kafka-connector-assembly-1.22.0.zip.asc
dev/nifi/nifi-1.22.0/nifi-kafka-connector-assembly-1.22.0.zip.sha256
dev/nifi/nifi-1.22.0/nifi-kafka-connector-assembly-1.22.0.zip.sha512
dev/nifi/nifi-1.22.0/nifi-registry-1.22.0-bin.zip   (with props)
dev/nifi/nifi-1.22.0/nifi-registry-1.22.0-bin.zip.asc
dev/nifi/nifi-1.22.0/nifi-registry-1.22.0-bin.zip.sha256
dev/nifi/nifi-1.22.0/nifi-registry-1.22.0-bin.zip.sha512
dev/nifi/nifi-1.22.0/nifi-registry-toolkit-1.22.0-bin.zip   (with props)
dev/nifi/nifi-1.22.0/nifi-registry-toolkit-1.22.0-bin.zip.asc
dev/nifi/nifi-1.22.0/nifi-registry-toolkit-1.22.0-bin.zip.sha256
dev/nifi/nifi-1.22.0/nifi-registry-toolkit-1.22.0-bin.zip.sha512
dev/nifi/nifi-1.22.0/nifi-stateless-1.22.0-bin.zip   (with props)
dev/nifi/nifi-1.22.0/nifi-stateless-1.22.0-bin.zip.asc
dev/nifi/nifi-1.22.0/nifi-stateless-1.22.0-bin.zip.sha256
dev/nifi/nifi-1.22.0/nifi-stateless-1.22.0-bin.zip.sha512
dev/nifi/nifi-1.22.0/nifi-toolkit-1.22.0-bin.zip   (with props)
dev/nifi/nifi-1.22.0/nifi-toolkit-1.22.0-bin.zip.asc
dev/nifi/nifi-1.22.0/nifi-toolkit-1.22.0-bin.zip.sha256
dev/nifi/nifi-1.22.0/nifi-toolkit-1.22.0-bin.zip.sha512

Added: dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip
==
Binary file - no diff available.

Propchange: dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip
--
svn:mime-type = application/octet-stream

Added: dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.asc
==
--- dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.asc (added)
+++ dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.asc Tue Jun  6 21:33:54 2023
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNATURE-
+
+iQEzBAABCgAdFiEE0vJLgJ/6seIa6gKDkJO/hU+BGhoFAmR/pT8ACgkQkJO/hU+B
+GhpTSwgAvTvYMSWtw89mxsmIGa7W9ffUDvdH+mkrMqbH5PQu4UBH63Dx3c/8/TQT
+s+H52GOYV8gBIg4IvZ2KYQ4ChrV+DhzdgjDpN/H2gvGi/AaSIGbsIrCRzxrX5dXt
+hdsPKc1aF/wY+VBC8BydzAQOsoynSe5vBXRncj8H2kIJU6bHXRLE3bmEGagV8Hi9
+28KQYVWXzkvaLEZEISzWcBE9PRJ70v4yqcl3tdhQJaKPwCTUtN/NPf6vt16WCmca
+nevYDGzr340i+6reLtdF9X+Aj7cMpqx1eka6NGXYjI6t1b5KIYJUYY2l3mP2Jy5G
+OUn/Goram3HHhO1xgJ/lsL4AMRB1SQ==
+=rtdK
+-END PGP SIGNATURE-

Added: dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.sha256
==
--- dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.sha256 (added)
+++ dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.sha256 Tue Jun  6 21:33:54 2023
@@ -0,0 +1 @@
+cdb318aaf7f9629cab8d0dff47c14c2cb902df116808644f47956531909b408f

Added: dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.sha512
==
--- dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.sha512 (added)
+++ dev/nifi/nifi-1.22.0/minifi-1.22.0-bin.zip.sha512 Tue Jun  6 21:33:54 2023
@@ -0,0 +1 @@
+5e0f575c2eb5a923d216b45125733a1999725731490a00b3ce2cf35da29dd339db57bea50ef629fa89f757f10209ddca107126c021bdc763730bcac0c5ba3e7a

Added: dev/nifi/nifi-1.22.0/minifi-c2-1.22.0-bin.zip
==
Binary file - no diff available.

Propchange: dev/nifi/nifi-1.22.0/minifi-c2-1.22.0-bin.zip
--
svn:mime-type = application/octet-stream

Added: dev/nifi/nifi-1.22.0/minifi-c2-1.22.0-bin.zip.asc

[nifi] branch support/nifi-1.x updated: NIFI-11653 This closes #7349. Added Connection URL Validation for Database Services

2023-06-06 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new 6a7a91f0fa NIFI-11653 This closes #7349. Added Connection URL 
Validation for Database Services
6a7a91f0fa is described below

commit 6a7a91f0fa827a2fa30b408d8bf7f7952d34559a
Author: exceptionfactory 
AuthorDate: Tue Jun 6 10:45:22 2023 -0500

NIFI-11653 This closes #7349. Added Connection URL Validation for Database 
Services

Signed-off-by: Joe Witt 
---
 .../org/apache/nifi/dbcp/utils/DBCPProperties.java |  3 +-
 .../nifi-dbcp-service-api/pom.xml  |  5 ++
 .../apache/nifi/dbcp/ConnectionUrlValidator.java   | 66 +++
 .../nifi/dbcp/ConnectionUrlValidatorTest.java  | 77 ++
 .../java/org/apache/nifi/dbcp/DBCPServiceTest.java | 10 +++
 .../apache/nifi/dbcp/HikariCPConnectionPool.java   |  2 +-
 .../nifi/dbcp/HikariCPConnectionPoolTest.java  | 14 
 7 files changed, 175 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/src/main/java/org/apache/nifi/dbcp/utils/DBCPProperties.java
 
b/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/src/main/java/org/apache/nifi/dbcp/utils/DBCPProperties.java
index a59719cdd2..6f8c94b592 100644
--- 
a/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/src/main/java/org/apache/nifi/dbcp/utils/DBCPProperties.java
+++ 
b/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/src/main/java/org/apache/nifi/dbcp/utils/DBCPProperties.java
@@ -20,6 +20,7 @@ import org.apache.nifi.components.PropertyDescriptor;
 import org.apache.nifi.components.PropertyValue;
 import org.apache.nifi.components.resource.ResourceCardinality;
 import org.apache.nifi.components.resource.ResourceType;
+import org.apache.nifi.dbcp.ConnectionUrlValidator;
 import org.apache.nifi.dbcp.DBCPValidator;
 import org.apache.nifi.expression.ExpressionLanguageScope;
 import org.apache.nifi.kerberos.KerberosUserService;
@@ -37,7 +38,7 @@ public final class DBCPProperties {
 .description("A database connection URL used to connect to a 
database. May contain database system name, host, port, database name and some 
parameters."
 + " The exact syntax of a database connection URL is 
specified by your DBMS.")
 .defaultValue(null)
-.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
+.addValidator(new ConnectionUrlValidator())
 .required(true)
 
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
 .build();
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
index 1716689c64..508cbad880 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
@@ -32,5 +32,10 @@
 nifi-utils
 1.22.0-SNAPSHOT
 
+
+org.apache.nifi
+nifi-mock
+test
+
 
 
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/src/main/java/org/apache/nifi/dbcp/ConnectionUrlValidator.java
 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/src/main/java/org/apache/nifi/dbcp/ConnectionUrlValidator.java
new file mode 100644
index 00..c997d14006
--- /dev/null
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/src/main/java/org/apache/nifi/dbcp/ConnectionUrlValidator.java
@@ -0,0 +1,66 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.nifi.dbcp;
+
+import org.apache.nifi.components.ValidationContext;
+import org.apache.nifi.components.ValidationResult;
+import org.apache.nifi.components.Validator;
+
+import java.util.Collections;
+import java.util.Set;
+
+/**
+ * Database Connection URL Validator supports system attribute expressions and 
evaluates URL formatting
+ */
+public class Con

[nifi] branch main updated: NIFI-11653 This closes #7349. Added Connection URL Validation for Database Services

2023-06-06 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new 4faf3ea598 NIFI-11653 This closes #7349. Added Connection URL 
Validation for Database Services
4faf3ea598 is described below

commit 4faf3ea59895e7e153db3f8f61147ff70a254361
Author: exceptionfactory 
AuthorDate: Tue Jun 6 10:45:22 2023 -0500

NIFI-11653 This closes #7349. Added Connection URL Validation for Database 
Services

Signed-off-by: Joe Witt 
---
 .../org/apache/nifi/dbcp/utils/DBCPProperties.java |  3 +-
 .../nifi-dbcp-service-api/pom.xml  |  5 ++
 .../apache/nifi/dbcp/ConnectionUrlValidator.java   | 66 +++
 .../nifi/dbcp/ConnectionUrlValidatorTest.java  | 77 ++
 .../java/org/apache/nifi/dbcp/DBCPServiceTest.java | 10 +++
 .../apache/nifi/dbcp/HikariCPConnectionPool.java   |  2 +-
 .../nifi/dbcp/HikariCPConnectionPoolTest.java  | 14 
 7 files changed, 175 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/src/main/java/org/apache/nifi/dbcp/utils/DBCPProperties.java
 
b/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/src/main/java/org/apache/nifi/dbcp/utils/DBCPProperties.java
index a59719cdd2..6f8c94b592 100644
--- 
a/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/src/main/java/org/apache/nifi/dbcp/utils/DBCPProperties.java
+++ 
b/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/src/main/java/org/apache/nifi/dbcp/utils/DBCPProperties.java
@@ -20,6 +20,7 @@ import org.apache.nifi.components.PropertyDescriptor;
 import org.apache.nifi.components.PropertyValue;
 import org.apache.nifi.components.resource.ResourceCardinality;
 import org.apache.nifi.components.resource.ResourceType;
+import org.apache.nifi.dbcp.ConnectionUrlValidator;
 import org.apache.nifi.dbcp.DBCPValidator;
 import org.apache.nifi.expression.ExpressionLanguageScope;
 import org.apache.nifi.kerberos.KerberosUserService;
@@ -37,7 +38,7 @@ public final class DBCPProperties {
 .description("A database connection URL used to connect to a 
database. May contain database system name, host, port, database name and some 
parameters."
 + " The exact syntax of a database connection URL is 
specified by your DBMS.")
 .defaultValue(null)
-.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
+.addValidator(new ConnectionUrlValidator())
 .required(true)
 
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
 .build();
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
index 7fdd9bf985..156f49c374 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
@@ -32,5 +32,10 @@
 nifi-utils
 2.0.0-SNAPSHOT
 
+
+org.apache.nifi
+nifi-mock
+test
+
 
 
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/src/main/java/org/apache/nifi/dbcp/ConnectionUrlValidator.java
 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/src/main/java/org/apache/nifi/dbcp/ConnectionUrlValidator.java
new file mode 100644
index 00..c997d14006
--- /dev/null
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/src/main/java/org/apache/nifi/dbcp/ConnectionUrlValidator.java
@@ -0,0 +1,66 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.nifi.dbcp;
+
+import org.apache.nifi.components.ValidationContext;
+import org.apache.nifi.components.ValidationResult;
+import org.apache.nifi.components.Validator;
+
+import java.util.Collections;
+import java.util.Set;
+
+/**
+ * Database Connection URL Validator supports system attribute expressions and 
evaluates URL formatting
+ */
+public class ConnectionUrlValidator implemen

[nifi] branch support/nifi-1.x updated (a963434a8c -> 691da641ee)

2023-06-05 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


from a963434a8c NIFI-11549 Added AzureQueueStorage_v12 Processors
 new 8278f0a3bf NIFI-11641 This closes #7340. Upgraded Netty from 4.1.92 to 
4.1.93
 new 6d00ce4fe5 NIFI-11645 This closes #7342. Upgraded Guava from 31.1 to 
32.0.0
 new ea35e61333 NIFI-11646: This closes #7343. Deprecate Lua and Ruby 
script engines
 new 52e2f0ccd6 NIFI-11160 Upgraded Apache Tika from 2.6.0 to 2.7.0
 new 580b3a61aa NIFI-11548 Upgraded Apache Tika from 2.7.0 to 2.8.0
 new 691da641ee NIFI-11645 correct mistaken accumulo version ref after 
pulling guava changes in

The 6 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:
 minifi/pom.xml  |  2 +-
 nifi-commons/nifi-property-protection-gcp/pom.xml   |  7 +++
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml   | 13 +++--
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml  |  7 +++
 nifi-nar-bundles/nifi-aws-bundle/pom.xml| 11 +++
 nifi-nar-bundles/nifi-azure-bundle/pom.xml  |  2 +-
 .../nifi-evtx-bundle/nifi-evtx-processors/pom.xml   |  2 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml  |  9 -
 nifi-nar-bundles/nifi-gcp-bundle/pom.xml|  6 ++
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml   |  2 +-
 .../nifi-jms-bundle/nifi-jms-processors/pom.xml |  6 ++
 .../nifi-media-bundle/nifi-media-processors/pom.xml |  2 +-
 .../org/apache/nifi/script/ScriptingComponentHelper.java|  5 +++--
 nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml  |  9 +
 nifi-nar-bundles/nifi-standard-bundle/pom.xml   |  4 ++--
 nifi-registry/nifi-registry-core/pom.xml|  2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml   |  7 +++
 pom.xml |  2 +-
 18 files changed, 80 insertions(+), 18 deletions(-)



[nifi] 04/06: NIFI-11160 Upgraded Apache Tika from 2.6.0 to 2.7.0

2023-06-05 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit 52e2f0ccd6217fa91f7c5214ccc7fd941d4f86fc
Author: exceptionfactory 
AuthorDate: Thu Feb 9 16:02:27 2023 -0600

NIFI-11160 Upgraded Apache Tika from 2.6.0 to 2.7.0

Signed-off-by: Pierre Villard 

This closes #6938.
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml   | 2 +-
 nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml| 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index c637999815..2f62735818 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -24,7 +24,7 @@
 NiFi: Framework Bundle
 
 5.5.0
-2.6.0
+2.7.0
 32.0.0-jre
 4.3.0
 
diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml 
b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
index 7345010fb4..1f03841010 100644
--- a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
@@ -26,7 +26,7 @@
 jar
 
 
-2.6.0
+2.7.0
 
 
 
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 111cd991e4..458111e751 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -36,7 +36,8 @@
 2.2.0
 0.1.7
 2.10.0
-2.6.0
+2.7.0
+>>>>>>> a66727c4d1 (NIFI-11160 Upgraded Apache Tika from 2.6.0 to 2.7.0)
 
 
 



[nifi] 02/06: NIFI-11645 This closes #7342. Upgraded Guava from 31.1 to 32.0.0

2023-06-05 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit 6d00ce4fe5f0082d16fba26148c989b81341ab6a
Author: exceptionfactory 
AuthorDate: Mon Jun 5 15:02:38 2023 -0500

NIFI-11645 This closes #7342. Upgraded Guava from 31.1 to 32.0.0

Signed-off-by: Joe Witt 
---
 minifi/pom.xml |  2 +-
 nifi-commons/nifi-property-protection-gcp/pom.xml  |  7 +++
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml  | 14 --
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml |  7 +++
 nifi-nar-bundles/nifi-aws-bundle/pom.xml   | 11 +++
 nifi-nar-bundles/nifi-azure-bundle/pom.xml |  2 +-
 .../nifi-evtx-bundle/nifi-evtx-processors/pom.xml  |  2 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml |  7 +++
 nifi-nar-bundles/nifi-gcp-bundle/pom.xml   |  6 ++
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml  |  2 +-
 .../nifi-jms-bundle/nifi-jms-processors/pom.xml|  6 ++
 nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml |  9 +
 nifi-nar-bundles/nifi-standard-bundle/pom.xml  |  2 +-
 nifi-registry/nifi-registry-core/pom.xml   |  2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml  |  7 +++
 15 files changed, 74 insertions(+), 12 deletions(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index 4cf0650de1..40b13b15a8 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -449,7 +449,7 @@ limitations under the License.
 
 com.google.guava
 guava
-31.1-jre
+32.0.0-jre
 
 
 
diff --git a/nifi-commons/nifi-property-protection-gcp/pom.xml 
b/nifi-commons/nifi-property-protection-gcp/pom.xml
index b310f338cf..9e4ef934fc 100644
--- a/nifi-commons/nifi-property-protection-gcp/pom.xml
+++ b/nifi-commons/nifi-property-protection-gcp/pom.xml
@@ -23,6 +23,7 @@
 nifi-property-protection-gcp
 
 26.15.0
+32.0.0-jre
 
 
 
@@ -50,6 +51,12 @@
 org.apache.commons
 commons-lang3
 
+
+
+com.google.guava
+guava
+${guava.version}
+
 
 com.google.cloud
 google-cloud-kms
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml 
b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
index 12cdc413ed..0d248131db 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
@@ -20,6 +20,8 @@
 
 
 2.0.1
+2.1.0
+32.0.0-jre
 
 
 nifi-accumulo-bundle
@@ -58,12 +60,6 @@
 hadoop-client-runtime
 ${hadoop.version}
 
-
-
-com.google.guava
-guava
-31.1-jre
-
 
 
 org.apache.zookeeper
@@ -118,6 +114,12 @@
 
 
 
+
+
+com.google.guava
+guava
+${guava.version}
+
 
 
 
diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml 
b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
index 59860d3163..49f2e8b1ea 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
@@ -27,6 +27,7 @@
 
 
 2.3.0
+32.0.0-jre
 
 
 
@@ -116,6 +117,12 @@
 
 
 
+
+
+com.google.guava
+guava
+${guava.version}
+
 
 
 
diff --git a/nifi-nar-bundles/nifi-aws-bundle/pom.xml 
b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
index cfdfb8151b..3a31371e21 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
@@ -39,4 +39,15 @@
 nifi-aws-parameter-value-providers
 nifi-aws-parameter-providers
 
+
+
+
+
+
+com.google.guava
+guava
+32.0.0-jre
+
+
+
 
diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml 
b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index 7c5bf272f9..0bc4d07461 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -59,7 +59,7 @@
 
 com.google.guava
 guava
-31.1-jre
+32.0.0-jre
 
 
 
diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml 
b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
index

[nifi] 06/06: NIFI-11645 correct mistaken accumulo version ref after pulling guava changes in

2023-06-05 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit 691da641ee27dae2d04da3f7b77bf62ae0118dd2
Author: Joe Witt 
AuthorDate: Mon Jun 5 15:20:29 2023 -0700

NIFI-11645 correct mistaken accumulo version ref after pulling guava 
changes in
---
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml 
b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
index 0d248131db..728457a543 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
@@ -20,7 +20,6 @@
 
 
 2.0.1
-2.1.0
 32.0.0-jre
 
 



[nifi] 05/06: NIFI-11548 Upgraded Apache Tika from 2.7.0 to 2.8.0

2023-06-05 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit 580b3a61aa44b4125af7a96406dce90b44f6acf6
Author: exceptionfactory 
AuthorDate: Mon May 15 09:10:57 2023 -0500

NIFI-11548 Upgraded Apache Tika from 2.7.0 to 2.8.0

Signed-off-by: Pierre Villard 

This closes #7247.
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml   | 2 +-
 nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml| 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 2f62735818..eb57d01cb1 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -24,7 +24,7 @@
 NiFi: Framework Bundle
 
 5.5.0
-2.7.0
+2.8.0
 32.0.0-jre
 4.3.0
 
diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml 
b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
index 1f03841010..93efc6a535 100644
--- a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
@@ -26,7 +26,7 @@
 jar
 
 
-2.7.0
+2.8.0
 
 
 
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 458111e751..2b08ab9367 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -36,8 +36,7 @@
 2.2.0
 0.1.7
 2.10.0
-2.7.0
->>>>>>> a66727c4d1 (NIFI-11160 Upgraded Apache Tika from 2.6.0 to 2.7.0)
+2.8.0
 
 
 



[nifi] 03/06: NIFI-11646: This closes #7343. Deprecate Lua and Ruby script engines

2023-06-05 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit ea35e61333b119415a5fdc91d232ba63ce1463e7
Author: Matt Burgess 
AuthorDate: Mon Jun 5 16:42:33 2023 -0400

NIFI-11646: This closes #7343. Deprecate Lua and Ruby script engines

Signed-off-by: Joe Witt 
---
 .../main/java/org/apache/nifi/script/ScriptingComponentHelper.java   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/script/ScriptingComponentHelper.java
 
b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/script/ScriptingComponentHelper.java
index ccae98999c..55bd1a2cbd 100644
--- 
a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/script/ScriptingComponentHelper.java
+++ 
b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/script/ScriptingComponentHelper.java
@@ -39,8 +39,8 @@ import java.net.URLClassLoader;
 import java.nio.file.Files;
 import java.nio.file.Paths;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.Collection;
-import java.util.Collections;
 import java.util.HashMap;
 import java.util.HashSet;
 import java.util.LinkedList;
@@ -59,7 +59,8 @@ import static 
org.apache.commons.lang3.StringUtils.defaultIfBlank;
 public class ScriptingComponentHelper {
 private static final String UNKNOWN_VERSION = "UNKNOWN";
 
-private static final List DEPRECATED_LANGUAGE_NAMES = 
Collections.singletonList("ECMAScript");
+private static final List DEPRECATED_LANGUAGE_NAMES =
+Arrays.asList("ECMAScript", "lua", "ruby");
 
 private static final DeprecationLogger deprecationLogger = 
DeprecationLoggerFactory.getLogger(ScriptingComponentHelper.class);
 



[nifi] 01/06: NIFI-11641 This closes #7340. Upgraded Netty from 4.1.92 to 4.1.93

2023-06-05 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit 8278f0a3bf1816a47bafe586e81d13f7a39d9efc
Author: exceptionfactory 
AuthorDate: Mon Jun 5 12:54:22 2023 -0500

NIFI-11641 This closes #7340. Upgraded Netty from 4.1.92 to 4.1.93

Signed-off-by: Joe Witt 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 047e143ae1..9328b8c414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
 4.11.0
 3.10.6.Final
 2.0
-4.1.92.Final
+4.1.93.Final
 5.3.27
 5.8.3
 1.6.11



[nifi] branch main updated (b11373af7b -> c5c711c91d)

2023-06-05 Thread joewitt
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 b11373af7b NIFI-11549 Added AzureQueueStorage_v12 Processors
 new 2a9f87a1e5 NIFI-11641 This closes #7340. Upgraded Netty from 4.1.92 to 
4.1.93
 new c5c711c91d NIFI-11645 This closes #7342. Upgraded Guava from 31.1 to 
32.0.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:
 minifi/pom.xml|  2 +-
 nifi-commons/nifi-property-protection-gcp/pom.xml |  7 +++
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml |  7 +++
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml|  7 +++
 nifi-nar-bundles/nifi-aws-bundle/pom.xml  | 11 +++
 nifi-nar-bundles/nifi-azure-bundle/pom.xml|  2 +-
 .../nifi-evtx-bundle/nifi-evtx-processors/pom.xml |  2 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml|  6 ++
 nifi-nar-bundles/nifi-gcp-bundle/pom.xml  |  6 ++
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml |  2 +-
 nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml  |  2 +-
 nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml|  9 +
 nifi-nar-bundles/nifi-standard-bundle/pom.xml |  2 +-
 nifi-registry/nifi-registry-core/pom.xml  |  2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml |  7 +++
 pom.xml   |  2 +-
 16 files changed, 68 insertions(+), 8 deletions(-)



[nifi] 02/02: NIFI-11645 This closes #7342. Upgraded Guava from 31.1 to 32.0.0

2023-06-05 Thread joewitt
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 c5c711c91d4dcca34d7b989037f4e748b402b8d2
Author: exceptionfactory 
AuthorDate: Mon Jun 5 15:02:38 2023 -0500

NIFI-11645 This closes #7342. Upgraded Guava from 31.1 to 32.0.0

- Added selective overrides to upgrade transitive dependencies

Signed-off-by: Joe Witt 
---
 minifi/pom.xml|  2 +-
 nifi-commons/nifi-property-protection-gcp/pom.xml |  7 +++
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml |  7 +++
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml|  7 +++
 nifi-nar-bundles/nifi-aws-bundle/pom.xml  | 11 +++
 nifi-nar-bundles/nifi-azure-bundle/pom.xml|  2 +-
 .../nifi-evtx-bundle/nifi-evtx-processors/pom.xml |  2 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml|  6 ++
 nifi-nar-bundles/nifi-gcp-bundle/pom.xml  |  6 ++
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml |  2 +-
 nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml  |  2 +-
 nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml|  9 +
 nifi-nar-bundles/nifi-standard-bundle/pom.xml |  2 +-
 nifi-registry/nifi-registry-core/pom.xml  |  2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml |  7 +++
 15 files changed, 67 insertions(+), 7 deletions(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index f17e5a2881..06942289c3 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -439,7 +439,7 @@ limitations under the License.
 
 com.google.guava
 guava
-31.1-jre
+32.0.0-jre
 
 
 
diff --git a/nifi-commons/nifi-property-protection-gcp/pom.xml 
b/nifi-commons/nifi-property-protection-gcp/pom.xml
index 506ff32c1a..818518aaf9 100644
--- a/nifi-commons/nifi-property-protection-gcp/pom.xml
+++ b/nifi-commons/nifi-property-protection-gcp/pom.xml
@@ -23,6 +23,7 @@
 nifi-property-protection-gcp
 
 26.15.0
+32.0.0-jre
 
 
 
@@ -50,6 +51,12 @@
 org.apache.commons
 commons-lang3
 
+
+
+com.google.guava
+guava
+${guava.version}
+
 
 com.google.cloud
 google-cloud-kms
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml 
b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
index 2b675f1b2b..f5a5001445 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
@@ -20,6 +20,7 @@
 
 
 2.1.0
+32.0.0-jre
 
 
 nifi-accumulo-bundle
@@ -85,6 +86,12 @@
 
 
 
+
+
+com.google.guava
+guava
+${guava.version}
+
 
 
 
diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml 
b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
index 62f0c42786..425891294f 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
@@ -27,6 +27,7 @@
 
 
 2.3.0
+32.0.0-jre
 
 
 
@@ -116,6 +117,12 @@
 
 
 
+
+
+com.google.guava
+guava
+${guava.version}
+
 
 
 
diff --git a/nifi-nar-bundles/nifi-aws-bundle/pom.xml 
b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
index bb14cf5970..40e718a35a 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
@@ -39,4 +39,15 @@
 nifi-aws-parameter-value-providers
 nifi-aws-parameter-providers
 
+
+
+
+
+
+com.google.guava
+guava
+32.0.0-jre
+
+
+
 
diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml 
b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index 9ea6643992..532e672ce2 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -59,7 +59,7 @@
 
 com.google.guava
 guava
-31.1-jre
+32.0.0-jre
 
 
 
diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml 
b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
index aa0ee5fd75..290d11c44e 100644
--- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
@@ -45,7 +45,7

[nifi] 01/02: NIFI-11641 This closes #7340. Upgraded Netty from 4.1.92 to 4.1.93

2023-06-05 Thread joewitt
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 2a9f87a1e5cc1e3035446696d6bfc2a7c6ee799a
Author: exceptionfactory 
AuthorDate: Mon Jun 5 12:54:22 2023 -0500

NIFI-11641 This closes #7340. Upgraded Netty from 4.1.92 to 4.1.93

Signed-off-by: Joe Witt 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e714abc7b..9816f4c1ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
 4.11.0
 3.10.6.Final
 2.0
-4.1.92.Final
+4.1.93.Final
 5.3.27
 5.8.3
 1.6.11



[nifi] branch main updated: NIFI-11629 This closes #7327. Added Socket Write Timeout to InvokeHTTP

2023-06-02 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new ec525b0437 NIFI-11629 This closes #7327. Added Socket Write Timeout to 
InvokeHTTP
ec525b0437 is described below

commit ec525b0437f6369a7dca56b9818475385d0d03a6
Author: exceptionfactory 
AuthorDate: Thu Jun 1 17:12:38 2023 -0500

NIFI-11629 This closes #7327. Added Socket Write Timeout to InvokeHTTP

Signed-off-by: Joe Witt 
---
 .../java/org/apache/nifi/processors/standard/InvokeHTTP.java  | 11 +++
 1 file changed, 11 insertions(+)

diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java
 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java
index e24e4a7bae..2fb469e4d4 100644
--- 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java
+++ 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java
@@ -242,6 +242,15 @@ public class InvokeHTTP extends AbstractProcessor {
 .addValidator(StandardValidators.TIME_PERIOD_VALIDATOR)
 .build();
 
+public static final PropertyDescriptor SOCKET_WRITE_TIMEOUT = new 
PropertyDescriptor.Builder()
+.name("Socket Write Timeout")
+.displayName("Socket Write Timeout")
+.description("Maximum time to wait for write operations while 
sending requests from a socket connection to the HTTP URL.")
+.required(true)
+.defaultValue("15 secs")
+.addValidator(StandardValidators.TIME_PERIOD_VALIDATOR)
+.build();
+
 public static final PropertyDescriptor SOCKET_IDLE_TIMEOUT = new 
PropertyDescriptor.Builder()
 .name("idle-timeout")
 .displayName("Socket Idle Timeout")
@@ -505,6 +514,7 @@ public class InvokeHTTP extends AbstractProcessor {
 SSL_CONTEXT_SERVICE,
 SOCKET_CONNECT_TIMEOUT,
 SOCKET_READ_TIMEOUT,
+SOCKET_WRITE_TIMEOUT,
 SOCKET_IDLE_TIMEOUT,
 SOCKET_IDLE_CONNECTIONS,
 PROXY_CONFIGURATION_SERVICE,
@@ -731,6 +741,7 @@ public class InvokeHTTP extends AbstractProcessor {
 
okHttpClientBuilder.followRedirects(context.getProperty(RESPONSE_REDIRECTS_ENABLED).asBoolean());
 
okHttpClientBuilder.connectTimeout((context.getProperty(SOCKET_CONNECT_TIMEOUT).asTimePeriod(TimeUnit.MILLISECONDS).intValue()),
 TimeUnit.MILLISECONDS);
 
okHttpClientBuilder.readTimeout(context.getProperty(SOCKET_READ_TIMEOUT).asTimePeriod(TimeUnit.MILLISECONDS).intValue(),
 TimeUnit.MILLISECONDS);
+
okHttpClientBuilder.writeTimeout(context.getProperty(SOCKET_WRITE_TIMEOUT).asTimePeriod(TimeUnit.MILLISECONDS).intValue(),
 TimeUnit.MILLISECONDS);
 okHttpClientBuilder.connectionPool(
 new ConnectionPool(
 
context.getProperty(SOCKET_IDLE_CONNECTIONS).asInteger(),



[nifi] branch support/nifi-1.x updated: NIFI-11538: This closes #7239. Fix primitive type conversion for PutIceberg

2023-06-01 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
 new 674d125576 NIFI-11538: This closes #7239. Fix primitive type 
conversion for PutIceberg
674d125576 is described below

commit 674d125576bab0ecf8ca3e2bcb4e76a2376e22bd
Author: Matthew Burgess 
AuthorDate: Thu May 11 12:10:47 2023 -0400

NIFI-11538: This closes #7239. Fix primitive type conversion for PutIceberg
---
 .../iceberg/converter/GenericDataConverters.java   |  94 ++-
 .../iceberg/converter/IcebergRecordConverter.java  |  15 +--
 .../iceberg/TestIcebergRecordConverter.java| 101 +
 .../src/test/resources/user.avsc   |   2 +-
 4 files changed, 183 insertions(+), 29 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/converter/GenericDataConverters.java
 
b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/converter/GenericDataConverters.java
index 162d2a38b1..8854bf6e0c 100644
--- 
a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/converter/GenericDataConverters.java
+++ 
b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/converter/GenericDataConverters.java
@@ -19,15 +19,16 @@ package org.apache.nifi.processors.iceberg.converter;
 import org.apache.commons.lang3.ArrayUtils;
 import org.apache.commons.lang3.Validate;
 import org.apache.iceberg.data.GenericRecord;
+import org.apache.iceberg.types.Type;
 import org.apache.iceberg.types.Types;
 import org.apache.nifi.serialization.record.DataType;
 import org.apache.nifi.serialization.record.Record;
 import org.apache.nifi.serialization.record.RecordField;
 import org.apache.nifi.serialization.record.RecordSchema;
+import org.apache.nifi.serialization.record.util.DataTypeUtils;
 
 import java.math.BigDecimal;
 import java.nio.ByteBuffer;
-import java.sql.Time;
 import java.sql.Timestamp;
 import java.time.LocalDateTime;
 import java.time.LocalTime;
@@ -47,45 +48,91 @@ import static 
org.apache.nifi.processors.iceberg.converter.RecordFieldGetter.cre
  */
 public class GenericDataConverters {
 
-static class SameTypeConverter extends DataConverter {
+static class PrimitiveTypeConverter extends DataConverter {
+final Type.PrimitiveType targetType;
+final DataType sourceType;
+
+public PrimitiveTypeConverter(final Type.PrimitiveType type, final 
DataType dataType) {
+targetType = type;
+sourceType = dataType;
+}
 
 @Override
 public Object convert(Object data) {
-return data;
+switch (targetType.typeId()) {
+case BOOLEAN:
+return DataTypeUtils.toBoolean(data, null);
+case INTEGER:
+return DataTypeUtils.toInteger(data, null);
+case LONG:
+return DataTypeUtils.toLong(data, null);
+case FLOAT:
+return DataTypeUtils.toFloat(data, null);
+case DOUBLE:
+return DataTypeUtils.toDouble(data, null);
+case DATE:
+return DataTypeUtils.toLocalDate(data, () -> 
DataTypeUtils.getDateTimeFormatter(sourceType.getFormat(), 
ZoneId.systemDefault()), null);
+case UUID:
+return DataTypeUtils.toUUID(data);
+case STRING:
+default:
+return DataTypeUtils.toString(data, () -> null);
+}
 }
 }
 
-static class TimeConverter extends DataConverter {
+static class TimeConverter extends DataConverter {
+
+private final String timeFormat;
+
+public TimeConverter(final String format) {
+this.timeFormat = format;
+}
 
 @Override
-public LocalTime convert(Time data) {
-return data.toLocalTime();
+public LocalTime convert(Object data) {
+return DataTypeUtils.toTime(data, () -> 
DataTypeUtils.getDateFormat(timeFormat), null).toLocalTime();
 }
 }
 
-static class TimestampConverter extends DataConverter {
+static class TimestampConverter extends DataConverter {
+
+private final DataType dataType;
+
+public TimestampConverter(final DataType dataType) {
+this.dataType = dataType;
+}
 
 @Override
-public LocalDateTime convert(Timestamp data) {
-return data.toLocalDateTime();
+public LocalDateTime convert(Object data) {
+final Timestamp convertedTimestamp = 
DataTypeUtils.toTimes

[nifi] branch main updated: NIFI-11538: This closes #7239. Fix primitive type conversion for PutIceberg

2023-06-01 Thread joewitt
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


The following commit(s) were added to refs/heads/main by this push:
 new 3ebe8f2983 NIFI-11538: This closes #7239. Fix primitive type 
conversion for PutIceberg
3ebe8f2983 is described below

commit 3ebe8f2983f1214a2062da6d698d85d8587c8a50
Author: Matthew Burgess 
AuthorDate: Thu May 11 12:10:47 2023 -0400

NIFI-11538: This closes #7239. Fix primitive type conversion for PutIceberg
---
 .../iceberg/converter/GenericDataConverters.java   |  94 ++-
 .../iceberg/converter/IcebergRecordConverter.java  |  15 +--
 .../iceberg/TestIcebergRecordConverter.java| 101 +
 .../src/test/resources/user.avsc   |   2 +-
 4 files changed, 183 insertions(+), 29 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/converter/GenericDataConverters.java
 
b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/converter/GenericDataConverters.java
index 162d2a38b1..8854bf6e0c 100644
--- 
a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/converter/GenericDataConverters.java
+++ 
b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/converter/GenericDataConverters.java
@@ -19,15 +19,16 @@ package org.apache.nifi.processors.iceberg.converter;
 import org.apache.commons.lang3.ArrayUtils;
 import org.apache.commons.lang3.Validate;
 import org.apache.iceberg.data.GenericRecord;
+import org.apache.iceberg.types.Type;
 import org.apache.iceberg.types.Types;
 import org.apache.nifi.serialization.record.DataType;
 import org.apache.nifi.serialization.record.Record;
 import org.apache.nifi.serialization.record.RecordField;
 import org.apache.nifi.serialization.record.RecordSchema;
+import org.apache.nifi.serialization.record.util.DataTypeUtils;
 
 import java.math.BigDecimal;
 import java.nio.ByteBuffer;
-import java.sql.Time;
 import java.sql.Timestamp;
 import java.time.LocalDateTime;
 import java.time.LocalTime;
@@ -47,45 +48,91 @@ import static 
org.apache.nifi.processors.iceberg.converter.RecordFieldGetter.cre
  */
 public class GenericDataConverters {
 
-static class SameTypeConverter extends DataConverter {
+static class PrimitiveTypeConverter extends DataConverter {
+final Type.PrimitiveType targetType;
+final DataType sourceType;
+
+public PrimitiveTypeConverter(final Type.PrimitiveType type, final 
DataType dataType) {
+targetType = type;
+sourceType = dataType;
+}
 
 @Override
 public Object convert(Object data) {
-return data;
+switch (targetType.typeId()) {
+case BOOLEAN:
+return DataTypeUtils.toBoolean(data, null);
+case INTEGER:
+return DataTypeUtils.toInteger(data, null);
+case LONG:
+return DataTypeUtils.toLong(data, null);
+case FLOAT:
+return DataTypeUtils.toFloat(data, null);
+case DOUBLE:
+return DataTypeUtils.toDouble(data, null);
+case DATE:
+return DataTypeUtils.toLocalDate(data, () -> 
DataTypeUtils.getDateTimeFormatter(sourceType.getFormat(), 
ZoneId.systemDefault()), null);
+case UUID:
+return DataTypeUtils.toUUID(data);
+case STRING:
+default:
+return DataTypeUtils.toString(data, () -> null);
+}
 }
 }
 
-static class TimeConverter extends DataConverter {
+static class TimeConverter extends DataConverter {
+
+private final String timeFormat;
+
+public TimeConverter(final String format) {
+this.timeFormat = format;
+}
 
 @Override
-public LocalTime convert(Time data) {
-return data.toLocalTime();
+public LocalTime convert(Object data) {
+return DataTypeUtils.toTime(data, () -> 
DataTypeUtils.getDateFormat(timeFormat), null).toLocalTime();
 }
 }
 
-static class TimestampConverter extends DataConverter {
+static class TimestampConverter extends DataConverter {
+
+private final DataType dataType;
+
+public TimestampConverter(final DataType dataType) {
+this.dataType = dataType;
+}
 
 @Override
-public LocalDateTime convert(Timestamp data) {
-return data.toLocalDateTime();
+public LocalDateTime convert(Object data) {
+final Timestamp convertedTimestamp = 
DataTypeUtils.toTimes

[nifi-site] branch main updated: NIFI-11357

2023-04-07 Thread joewitt
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-site.git


The following commit(s) were added to refs/heads/main by this push:
 new 178e037  NIFI-11357
178e037 is described below

commit 178e037c081ec00ce03b9b94d629a8a6cb9eb125
Author: Joe Witt 
AuthorDate: Fri Apr 7 08:46:44 2023 -0700

NIFI-11357
---
 config.toml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.toml b/config.toml
index 79686b2..6dd61b3 100644
--- a/config.toml
+++ b/config.toml
@@ -47,7 +47,7 @@ downloadPathUrl = "https://downloads.apache.org/nifi;
 archiveDownloadPathUrl = "https://archive.apache.org/dist/nifi;
 mavenCentralDownloadPathUrl = "https://repo1.maven.org/maven2/org/apache/nifi;
 
-currentProjectVersion = "1.20.0"
-currentProjectVersionReleased = "2023-02-09"
-previousProjectVersion = "1.19.1"
-previousProjectVersionReleased = "2022-12-07"
+currentProjectVersion = "1.21.0"
+currentProjectVersionReleased = "2023-04-07"
+previousProjectVersion = "1.20.0"
+previousProjectVersionReleased = "2023-02-09"



[nifi] branch support/nifi-1.x updated (4f22f0985a -> ed2b26e673)

2023-04-07 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


from 4f22f0985a NIFI-5642: QueryCassandra processor : output FlowFiles as 
soon fetch_size is reached NIFI-5642: QueryCassandra processor : output 
FlowFiles as soon fetch_size is reached Fixed checkstyle error Delete build.sh 
Delete local build file NIFI-5642 : letting fetch_size to control the Cassandra 
data flow creating a new MAX_ROWS_PER_FLOW_FILE parameter Fixed checkstyle 
error: no more import java.util.* Fixed missing imports NIFI-5642: added 
REL_ORIGINAL relationship in order t [...]
 add 892f822107 NIFI-11357-RC2 prepare release nifi-1.21.0-RC2
 add 9c27ddcb1c NIFI-11357-RC2 prepare for next development iteration
 new 590b5f71cf Merge branch 'NIFI-11357-RC2' into support/nifi-1.x
 new ed2b26e673 NIFI-11357 updated docker files

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:
 c2/c2-client-bundle/c2-client-api/pom.xml  |   4 +-
 c2/c2-client-bundle/c2-client-base/pom.xml |   6 +-
 c2/c2-client-bundle/c2-client-http/pom.xml |   8 +-
 c2/c2-client-bundle/c2-client-service/pom.xml  |   8 +-
 c2/c2-client-bundle/pom.xml|   2 +-
 c2/c2-protocol/c2-protocol-api/pom.xml |   4 +-
 c2/c2-protocol/c2-protocol-component-api/pom.xml   |   2 +-
 c2/c2-protocol/pom.xml |   2 +-
 c2/pom.xml |   4 +-
 minifi/minifi-assembly/pom.xml |   6 +-
 minifi/minifi-bootstrap/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-api/pom.xml |   2 +-
 minifi/minifi-c2/minifi-c2-assembly/pom.xml|   2 +-
 .../minifi-c2-cache-filesystem/pom.xml |   2 +-
 .../minifi-c2-cache/minifi-c2-cache-s3/pom.xml |   2 +-
 minifi/minifi-c2/minifi-c2-cache/pom.xml   |   2 +-
 .../minifi-c2-docker/dockerhub/DockerImage.txt |   2 +-
 .../minifi-c2-docker/dockerhub/Dockerfile  |   2 +-
 minifi/minifi-c2/minifi-c2-docker/pom.xml  |   4 +-
 .../minifi-c2/minifi-c2-integration-tests/pom.xml  |   2 +-
 minifi/minifi-c2/minifi-c2-jetty/pom.xml   |   2 +-
 .../minifi-c2-provider-cache/pom.xml   |   2 +-
 .../minifi-c2-provider-delegating/pom.xml  |   2 +-
 .../minifi-c2-provider-nifi-rest/pom.xml   |   2 +-
 .../minifi-c2-provider-util/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-provider/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-service/pom.xml |   6 +-
 minifi/minifi-c2/pom.xml   |   2 +-
 minifi/minifi-commons/minifi-commons-api/pom.xml   |   2 +-
 .../minifi-commons/minifi-commons-schema/pom.xml   |   2 +-
 minifi/minifi-commons/minifi-utils/pom.xml |   2 +-
 minifi/minifi-commons/pom.xml  |   2 +-
 minifi/minifi-docker/dockerhub/DockerImage.txt |   2 +-
 minifi/minifi-docker/dockerhub/Dockerfile  |   2 +-
 minifi/minifi-docker/pom.xml   |   2 +-
 minifi/minifi-docs/pom.xml |   2 +-
 minifi/minifi-integration-tests/pom.xml|   2 +-
 .../minifi-framework-nar/pom.xml   |   6 +-
 .../minifi-framework/minifi-framework-api/pom.xml  |   8 +-
 .../minifi-framework/minifi-framework-core/pom.xml |   8 +-
 .../minifi-framework/minifi-resources/pom.xml  |   2 +-
 .../minifi-framework/minifi-runtime/pom.xml|   2 +-
 .../minifi-framework/minifi-server/pom.xml |   2 +-
 .../minifi-framework/pom.xml   |   2 +-
 .../minifi-server-nar/pom.xml  |   8 +-
 .../minifi-framework-bundle/pom.xml|  20 +-
 .../minifi-provenance-repositories/pom.xml |   2 +-
 .../minifi-provenance-repository-nar/pom.xml   |   2 +-
 .../minifi-provenance-repository-bundle/pom.xml|   2 +-
 .../minifi-nar-bundles/minifi-standard-nar/pom.xml |   8 +-
 .../minifi-update-attribute-nar/pom.xml|   6 +-
 minifi/minifi-nar-bundles/pom.xml  |   2 +-
 .../minifi-toolkit/minifi-toolkit-assembly/pom.xml |   2 +-
 .../minifi-toolkit-configuration/pom.xml   |   2 +-
 minifi/minifi-toolkit/pom.xml  |   2 +-
 minifi/pom.xml | 148 -
 nifi-api/pom.xml   |   2 +-
 nifi-assembly/pom.xml  | 346 ++---
 nifi-bootstrap/pom.xml |  24 +-
 nifi-commons/nifi-bootstrap-utils/pom.xml  |   2 +-
 nifi-commons/nifi-build/pom.xml|   2 +-
 nifi-commons/nifi-d

[nifi] annotated tag rel/nifi-1.21.0 created (now 0c1dd10513)

2023-04-07 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to annotated tag rel/nifi-1.21.0
in repository https://gitbox.apache.org/repos/asf/nifi.git


  at 0c1dd10513 (tag)
 tagging 892f822107da84ca0dcfefdb5c91c5bc11dc3dc1 (commit)
 replaces rel/nifi-1.20.0
  by Joe Witt
  on Fri Apr 7 08:37:21 2023 -0700

- Log -
NIFI-11357 Signed release tag for approved release of NiFi 1.21.0
-BEGIN PGP SIGNATURE-

iQEzBAABCAAdFiEE0vJLgJ/6seIa6gKDkJO/hU+BGhoFAmQwOLEACgkQkJO/hU+B
Ghq7tAgAk29HZYvcAgdGAkFhgTBk8+b9a1gZ5kKfrTuBIkl5xyHHkgOt5k3n937D
vaJY8bH5Ulh/wjKFUWXSY12U5ahVIyeiQMo7gWkcZ+rNJGZITwOwAkGgR0ZoyStx
aQVxejHAHUGZHBAex+AtOhG88BhVNNCStYi3Yqwiqhez5phs5WECown5b8VbdWPb
JhFt2UzIz2JO3RM8dd4EOGX5odTE1wMWl+PlaKPJa4PGV0Udw4UW/8KQWHbE6Mel
o4uKdvl/bt/h8i5UHveM6cYI9C5fCxejGWn/aEZya+833PPePEvjRGbMR8/G4MQV
2HGdzWvEzvZfHR5yedh/igSglbR8ug==
=CZ63
-END PGP SIGNATURE-
---

No new revisions were added by this update.



[nifi] 01/02: Merge branch 'NIFI-11357-RC2' into support/nifi-1.x

2023-04-07 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit 590b5f71cf3e9b67eb8eb60f8f97e591db6d6a77
Merge: 4f22f0985a 9c27ddcb1c
Author: Joe Witt 
AuthorDate: Fri Apr 7 08:25:36 2023 -0700

Merge branch 'NIFI-11357-RC2' into support/nifi-1.x

 c2/c2-client-bundle/c2-client-api/pom.xml  |   4 +-
 c2/c2-client-bundle/c2-client-base/pom.xml |   6 +-
 c2/c2-client-bundle/c2-client-http/pom.xml |   8 +-
 c2/c2-client-bundle/c2-client-service/pom.xml  |   8 +-
 c2/c2-client-bundle/pom.xml|   2 +-
 c2/c2-protocol/c2-protocol-api/pom.xml |   4 +-
 c2/c2-protocol/c2-protocol-component-api/pom.xml   |   2 +-
 c2/c2-protocol/pom.xml |   2 +-
 c2/pom.xml |   4 +-
 minifi/minifi-assembly/pom.xml |   6 +-
 minifi/minifi-bootstrap/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-api/pom.xml |   2 +-
 minifi/minifi-c2/minifi-c2-assembly/pom.xml|   2 +-
 .../minifi-c2-cache-filesystem/pom.xml |   2 +-
 .../minifi-c2-cache/minifi-c2-cache-s3/pom.xml |   2 +-
 minifi/minifi-c2/minifi-c2-cache/pom.xml   |   2 +-
 minifi/minifi-c2/minifi-c2-docker/pom.xml  |   4 +-
 .../minifi-c2/minifi-c2-integration-tests/pom.xml  |   2 +-
 minifi/minifi-c2/minifi-c2-jetty/pom.xml   |   2 +-
 .../minifi-c2-provider-cache/pom.xml   |   2 +-
 .../minifi-c2-provider-delegating/pom.xml  |   2 +-
 .../minifi-c2-provider-nifi-rest/pom.xml   |   2 +-
 .../minifi-c2-provider-util/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-provider/pom.xml|   2 +-
 minifi/minifi-c2/minifi-c2-service/pom.xml |   6 +-
 minifi/minifi-c2/pom.xml   |   2 +-
 minifi/minifi-commons/minifi-commons-api/pom.xml   |   2 +-
 .../minifi-commons/minifi-commons-schema/pom.xml   |   2 +-
 minifi/minifi-commons/minifi-utils/pom.xml |   2 +-
 minifi/minifi-commons/pom.xml  |   2 +-
 minifi/minifi-docker/pom.xml   |   2 +-
 minifi/minifi-docs/pom.xml |   2 +-
 minifi/minifi-integration-tests/pom.xml|   2 +-
 .../minifi-framework-nar/pom.xml   |   6 +-
 .../minifi-framework/minifi-framework-api/pom.xml  |   8 +-
 .../minifi-framework/minifi-framework-core/pom.xml |   8 +-
 .../minifi-framework/minifi-resources/pom.xml  |   2 +-
 .../minifi-framework/minifi-runtime/pom.xml|   2 +-
 .../minifi-framework/minifi-server/pom.xml |   2 +-
 .../minifi-framework/pom.xml   |   2 +-
 .../minifi-server-nar/pom.xml  |   8 +-
 .../minifi-framework-bundle/pom.xml|  20 +-
 .../minifi-provenance-repositories/pom.xml |   2 +-
 .../minifi-provenance-repository-nar/pom.xml   |   2 +-
 .../minifi-provenance-repository-bundle/pom.xml|   2 +-
 .../minifi-nar-bundles/minifi-standard-nar/pom.xml |   8 +-
 .../minifi-update-attribute-nar/pom.xml|   6 +-
 minifi/minifi-nar-bundles/pom.xml  |   2 +-
 .../minifi-toolkit/minifi-toolkit-assembly/pom.xml |   2 +-
 .../minifi-toolkit-configuration/pom.xml   |   2 +-
 minifi/minifi-toolkit/pom.xml  |   2 +-
 minifi/pom.xml | 148 -
 nifi-api/pom.xml   |   2 +-
 nifi-assembly/pom.xml  | 346 ++---
 nifi-bootstrap/pom.xml |  24 +-
 nifi-commons/nifi-bootstrap-utils/pom.xml  |   2 +-
 nifi-commons/nifi-build/pom.xml|   2 +-
 nifi-commons/nifi-data-provenance-utils/pom.xml|   8 +-
 nifi-commons/nifi-deprecation-log/pom.xml  |   2 +-
 nifi-commons/nifi-expression-language/pom.xml  |  10 +-
 nifi-commons/nifi-external-resource-utils/pom.xml  |   4 +-
 nifi-commons/nifi-flow-encryptor/pom.xml   |   6 +-
 nifi-commons/nifi-flowfile-packager/pom.xml|   2 +-
 nifi-commons/nifi-hashicorp-vault-api/pom.xml  |   2 +-
 nifi-commons/nifi-hashicorp-vault/pom.xml  |  10 +-
 nifi-commons/nifi-hl7-query-language/pom.xml   |   2 +-
 nifi-commons/nifi-jetty-configuration/pom.xml  |   2 +-
 nifi-commons/nifi-json-utils/pom.xml   |   4 +-
 nifi-commons/nifi-logging-utils/pom.xml|   2 +-
 nifi-commons/nifi-metrics/pom.xml  |   4 +-
 nifi-commons/nifi-parameter/pom.xml|   4 +-
 nifi-commons/nifi-properties/pom.xml   |   4 +-
 nifi-commons/nifi-property-encryptor/pom.xml   |   6 +-
 nifi-commons/nifi-property-protection-api/pom.xml  |   4 +-
 nifi-commons/nifi-property-protection-aws/pom.xml  |   6 +-
 .../nifi-property

[nifi] 02/02: NIFI-11357 updated docker files

2023-04-07 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit ed2b26e6734b8c826fec2053c9782586eebdc93c
Author: Joe Witt 
AuthorDate: Fri Apr 7 08:36:52 2023 -0700

NIFI-11357 updated docker files
---
 minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt | 2 +-
 minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile  | 2 +-
 minifi/minifi-docker/dockerhub/DockerImage.txt  | 2 +-
 minifi/minifi-docker/dockerhub/Dockerfile   | 2 +-
 nifi-docker/dockerhub/DockerImage.txt   | 2 +-
 nifi-docker/dockerhub/Dockerfile| 2 +-
 nifi-docker/dockerhub/pom.xml   | 2 +-
 .../nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile| 2 +-
 nifi-registry/nifi-registry-docker-maven/dockermaven/Dockerfile | 2 +-
 nifi-toolkit/nifi-toolkit-assembly/docker/Dockerfile| 2 +-
 nifi-toolkit/nifi-toolkit-assembly/docker/Dockerfile.hub| 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt 
b/minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt
index 841698f9db..22e180da52 100644
--- a/minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt
+++ b/minifi/minifi-c2/minifi-c2-docker/dockerhub/DockerImage.txt
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apache/nifi-minifi-c2:1.21.0
+apache/nifi-minifi-c2:1.22.0
diff --git a/minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile 
b/minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile
index 31dfcce05f..162441898c 100644
--- a/minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile
+++ b/minifi/minifi-c2/minifi-c2-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org;
 
 ARG UID=1000
 ARG GID=1000
-ARG MINIFI_C2_VERSION=1.21.0
+ARG MINIFI_C2_VERSION=1.22.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV MINIFI_C2_BASE_DIR /opt/minifi-c2
diff --git a/minifi/minifi-docker/dockerhub/DockerImage.txt 
b/minifi/minifi-docker/dockerhub/DockerImage.txt
index 1a9ccadd05..c7dd941e2b 100644
--- a/minifi/minifi-docker/dockerhub/DockerImage.txt
+++ b/minifi/minifi-docker/dockerhub/DockerImage.txt
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apache/nifi-minifi:1.21.0
+apache/nifi-minifi:1.22.0
diff --git a/minifi/minifi-docker/dockerhub/Dockerfile 
b/minifi/minifi-docker/dockerhub/Dockerfile
index e2ff3b4c06..522cc0a195 100644
--- a/minifi/minifi-docker/dockerhub/Dockerfile
+++ b/minifi/minifi-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org;
 
 ARG UID=1000
 ARG GID=1000
-ARG MINIFI_VERSION=1.21.0
+ARG MINIFI_VERSION=1.22.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV MINIFI_BASE_DIR /opt/minifi
diff --git a/nifi-docker/dockerhub/DockerImage.txt 
b/nifi-docker/dockerhub/DockerImage.txt
index 07bf959f43..89577fdc7e 100644
--- a/nifi-docker/dockerhub/DockerImage.txt
+++ b/nifi-docker/dockerhub/DockerImage.txt
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apache/nifi:1.21.0
+apache/nifi:1.22.0
diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile
index 1a79a7d635..82a592bb3c 100644
--- a/nifi-docker/dockerhub/Dockerfile
+++ b/nifi-docker/dockerhub/Dockerfile
@@ -25,7 +25,7 @@ LABEL site="https://nifi.apache.org;
 
 ARG UID=1000
 ARG GID=1000
-ARG NIFI_VERSION=1.21.0
+ARG NIFI_VERSION=1.22.0
 ARG BASE_URL=https://archive.apache.org/dist
 ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}}
 ARG DISTRO_PATH=${DISTRO_PATH:-${NIFI_VERSION}}
diff --git a/nifi-docker/dockerhub/pom.xml b/nifi-docker/dockerhub/pom.xml
index d50bc3d582..581e3a0295 100644
--- a/nifi-docker/dockerhub/pom.xml
+++ b/nifi-docker/dockerhub/pom.xml
@@ -23,7 +23,7 @@
 
 
-1.21.0
+1.22.0
 
 
 
diff --git 
a/nifi-registry/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile 
b/nifi-registry/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
index 610a42ea73..f7a59e38b1 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
+++ b/nifi-registry/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org;
 
 ARG UID=1000
 ARG GID=1000
-ARG NIFI_REGISTRY_VERSION=1.21.0
+ARG NIFI_REGISTRY_VERSION=1.22.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV NIFI_REGISTRY_BASE_DIR /opt/nifi-registry
diff --git a/nifi-registry/nifi-registry-docker-maven/dockermaven/Dockerfile 
b/nifi-registry/

svn commit: r61121 - /release/nifi/1.20.0/

2023-04-07 Thread joewitt
Author: joewitt
Date: Fri Apr  7 15:33:45 2023
New Revision: 61121

Log:
NIFI-11357 remove old artifacts confirmed in archive

Removed:
release/nifi/1.20.0/



svn commit: r61119 - /dev/nifi/nifi-1.21.0/ /release/nifi/1.21.0/

2023-04-07 Thread joewitt
Author: joewitt
Date: Fri Apr  7 15:21:48 2023
New Revision: 61119

Log:
NIFI-11357

Added:
release/nifi/1.21.0/
  - copied from r61118, dev/nifi/nifi-1.21.0/
Removed:
dev/nifi/nifi-1.21.0/



[nifi] annotated tag nifi-1.21.0-RC2 created (now df67f7a893)

2023-04-03 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to annotated tag nifi-1.21.0-RC2
in repository https://gitbox.apache.org/repos/asf/nifi.git


  at df67f7a893 (tag)
 tagging 892f822107da84ca0dcfefdb5c91c5bc11dc3dc1 (commit)
 replaces rel/nifi-1.20.0
  by Joe Witt
  on Mon Apr 3 14:40:07 2023 -0700

- Log -
NIFI-11357-RC2 copy for tag nifi-1.21.0-RC2
---

No new revisions were added by this update.



[nifi] branch NIFI-11357-RC2 created (now 9c27ddcb1c)

2023-04-03 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to branch NIFI-11357-RC2
in repository https://gitbox.apache.org/repos/asf/nifi.git


  at 9c27ddcb1c NIFI-11357-RC2 prepare for next development iteration

This branch includes the following new commits:

 new 892f822107 NIFI-11357-RC2 prepare release nifi-1.21.0-RC2
 new 9c27ddcb1c NIFI-11357-RC2 prepare for next development iteration

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.




svn commit: r61034 - /dev/nifi/nifi-1.21.0/

2023-04-03 Thread joewitt
Author: joewitt
Date: Tue Apr  4 00:09:06 2023
New Revision: 61034

Log:
Uploading RC2 artifacts for nifi-1.21.0

Modified:
dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip
dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip
dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/minifi-toolkit-1.21.0-bin.zip
dev/nifi/nifi-1.21.0/minifi-toolkit-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/minifi-toolkit-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/minifi-toolkit-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-1.21.0-bin.zip
dev/nifi/nifi-1.21.0/nifi-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-1.21.0-source-release.zip
dev/nifi/nifi-1.21.0/nifi-1.21.0-source-release.zip.asc
dev/nifi/nifi-1.21.0/nifi-1.21.0-source-release.zip.sha256
dev/nifi/nifi-1.21.0/nifi-1.21.0-source-release.zip.sha512
dev/nifi/nifi-1.21.0/nifi-registry-1.21.0-bin.zip
dev/nifi/nifi-1.21.0/nifi-registry-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-registry-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-registry-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-registry-toolkit-1.21.0-bin.zip
dev/nifi/nifi-1.21.0/nifi-registry-toolkit-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-registry-toolkit-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-registry-toolkit-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-stateless-1.21.0-bin.zip
dev/nifi/nifi-1.21.0/nifi-stateless-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-stateless-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-stateless-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-toolkit-1.21.0-bin.zip
dev/nifi/nifi-1.21.0/nifi-toolkit-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-toolkit-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-toolkit-1.21.0-bin.zip.sha512

Modified: dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip
==
Binary files - no diff available.

Modified: dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.asc
==
--- dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.asc (original)
+++ dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.asc Tue Apr  4 00:09:06 2023
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEE0vJLgJ/6seIa6gKDkJO/hU+BGhoFAmQksm4ACgkQkJO/hU+B
-Ghri6QgApfRom37Z3bZ08bD/Lle3BXYKbwr9SwwTtHcF+GTMcKsWql7vJpFviU2+
-QA0S2CqvK9Mig5k9bfWePnirQ9Ld1rNcuJQN4PePumUc/ud5GHmjmeRJRe+DmMwp
-HvxB/2NHUSO+HhqP+jKsGHUgsgUrbPBGPRvnWSBHLUwNlBCgtAU7/Mzm4BOAtIpS
-pbepvtHo9K1APouYY7/q9XHZlk0ZCfavu39WxESJRIq7+iD5EbyVchEH74uDG2UM
-z8yr6pQH7rhLS4ZmfazhQGCSAikSterTcODgJ97gcwV+3iTE9j/GkhePhp561pa1
-Q2WrdeFtKrfDSAAQhvezqS925nE0kQ==
-=XYFt
+iQEzBAABCgAdFiEE0vJLgJ/6seIa6gKDkJO/hU+BGhoFAmQrabYACgkQkJO/hU+B
+Ghpj2wgAvQGB44M6t/LqMRAg+JCVD3fRqFVAINb+NM2dYUqltfoyJ0cBnGh7+ySU
+ERK1KTcjUJ97HV6zKfTVXFdFVj4e8LB5JGXFYLLunlD+L3YKLtZ0EPP8F4x25jmU
+22oWWaRvpfaR3JZPEVqPOsWvlrNZZB/XqDgWVYs8+UA3uXOkfSpJNAV1xPRDxMzs
+NxpM4yKyW6fNdQwLst4aXPnBGWHwSeJQR4tlMAA+26m2VuKeUnKpW6Rk71pA2FSn
+Gfqvl7ViS0bQcNgUpR5pTFyZMdTsq6Bo4T54is7Co99GA3VddnlMsktL3Yg99v+Y
+NFH5Gw423anR18wHnrKMz51PAfAUBA==
+=N7bP
 -END PGP SIGNATURE-

Modified: dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha256
==
--- dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha256 (original)
+++ dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha256 Tue Apr  4 00:09:06 2023
@@ -1 +1 @@
-40d1780e2ed823379e914590dee6e3b571f6fa5afac2eec40e4c56e814216e13
+57500cd26f51298e71661ca81a8b1e262bb092c6ee57c32976764a8689b3c978

Modified: dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha512
==
--- dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha512 (original)
+++ dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha512 Tue Apr  4 00:09:06 2023
@@ -1 +1 @@
-b38d96957208a2d9e9177d7a8675bbeb3c661c9ffaee93aa917143391d68fddbeef8fa63f89cb172fdb9f9e06f8fb001aa2b58c73b320569bdb45a4bcb6094e4
+f4f12bfc6aaeba7c8cb7f659b4bb6d27bc74233fb2c277be5aa179b3ad510e3c77c92397e08b4c59fe3bd0cc86bd1a1befdf27d22af4fe5a301f347024899be2

Modified: dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip
==
Binary files - no diff available.

Modified: dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.asc
==
--- dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.asc (original)
+++ dev/nifi/nifi-1.21.0/minifi-c2-1.21.0

[nifi] 03/04: NIFI-11377 This closes #7113. Upgraded Apache Iceberg from 1.1.0 to 1.2.0

2023-04-03 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit e3c550e73c082a24679c1a24c806d78aec35f677
Author: exceptionfactory 
AuthorDate: Mon Apr 3 11:19:08 2023 -0500

NIFI-11377 This closes #7113. Upgraded Apache Iceberg from 1.1.0 to 1.2.0

Signed-off-by: Joe Witt 
---
 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 11c0d8a1c8..630ae15502 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -25,7 +25,7 @@
 pom
 
 
-1.1.0
+1.2.0
 3.1.3
 
 



[nifi] 04/04: NIFI-11378 This closes #7115. Upgraded Jersey from 2.36 to 2.39.1

2023-04-03 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit ebaff2c616142aa892232334924f52787fc1aabf
Author: exceptionfactory 
AuthorDate: Mon Apr 3 12:36:10 2023 -0500

NIFI-11378 This closes #7115. Upgraded Jersey from 2.36 to 2.39.1

Signed-off-by: Joe Witt 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index caf67e5fd0..37e6ef20bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
 1.2.1
 2.1.5
 1.9.6
-2.36
+2.39.1
 2.20.0
 1.3.5
 4.11.0



[nifi] 02/04: NIFI-11376 This closes #7112. Upgraded Jetty from 9.4.50 to 9.4.51

2023-04-03 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit 435caa76008f9e86f16beb92e757846a9e44e8f0
Author: exceptionfactory 
AuthorDate: Mon Apr 3 10:42:44 2023 -0500

NIFI-11376 This closes #7112. Upgraded Jetty from 9.4.50 to 9.4.51

Signed-off-by: Joe Witt 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d86855050a..caf67e5fd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
 1.17.6
 2.0.7
 2.4.0
-9.4.50.v20221201
+9.4.51.v20230217
 2.14.2
 1.11.1
 2.3.5



[nifi] branch support/nifi-1.x updated (0510f8cca2 -> ebaff2c616)

2023-04-03 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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


from 0510f8cca2 NIFI-11137 Add record support to Consume/PublishJMS (#6987)
 new 1e043d479b NIFI-11375 This closes #7111. Upgraded Surefire to 3.0.0 
and upgraded other plugins
 new 435caa7600 NIFI-11376 This closes #7112. Upgraded Jetty from 9.4.50 to 
9.4.51
 new e3c550e73c NIFI-11377 This closes #7113. Upgraded Apache Iceberg from 
1.1.0 to 1.2.0
 new ebaff2c616 NIFI-11378 This closes #7115. Upgraded Jersey from 2.36 to 
2.39.1

The 4 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-iceberg-bundle/pom.xml |  2 +-
 pom.xml  | 14 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)



[nifi] 01/04: NIFI-11375 This closes #7111. Upgraded Surefire to 3.0.0 and upgraded other plugins

2023-04-03 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

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

commit 1e043d479beab82862c39af3b91f85fd8eeef2b6
Author: exceptionfactory 
AuthorDate: Mon Apr 3 09:40:00 2023 -0500

NIFI-11375 This closes #7111. Upgraded Surefire to 3.0.0 and upgraded other 
plugins

- Upgraded Surefire Plugin from 3.0.0-M8 to 3.0.0
- Upgraded Compiler Plugin from 3.10.1 to 3.11.0
- Upgraded Assembly Plugin from 3.4.2 to 3.5.0
- Upgraded Javadoc Plugin from 3.4.1 to 3.5.0
- Upgraded Release Plugin from 3.0.0-M7 to 3.0.0

Signed-off-by: Joe Witt 
---
 pom.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index bcdd332141..d86855050a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
 2.4.10
 3.0.14
 3.0.8-01
-3.0.0-M8
+3.0.0
 3.3.5
 1.2.1
 2.1.5
@@ -743,7 +743,7 @@
 
 org.apache.maven.plugins
 maven-compiler-plugin
-3.10.1
+3.11.0
 
 true
 
${maven.compiler.showDeprecation}
@@ -783,7 +783,7 @@
 
 org.apache.maven.plugins
 maven-assembly-plugin
-3.4.2
+3.5.0
 
 gnu
 
@@ -809,7 +809,7 @@
 
 org.apache.maven.plugins
 maven-javadoc-plugin
-3.4.1
+3.5.0
 
 false
 true
@@ -823,7 +823,7 @@
 
 org.apache.maven.plugins
 maven-release-plugin
-3.0.0-M7
+3.0.0
 
 true
 apache-release



[nifi] 01/04: NIFI-11375 This closes #7111. Upgraded Surefire to 3.0.0 and upgraded other plugins

2023-04-03 Thread joewitt
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 86bc185abfcc206d6018507b129766f0a1933f91
Author: exceptionfactory 
AuthorDate: Mon Apr 3 09:40:00 2023 -0500

NIFI-11375 This closes #7111. Upgraded Surefire to 3.0.0 and upgraded other 
plugins

- Upgraded Surefire Plugin from 3.0.0-M8 to 3.0.0
- Upgraded Compiler Plugin from 3.10.1 to 3.11.0
- Upgraded Assembly Plugin from 3.4.2 to 3.5.0
- Upgraded Javadoc Plugin from 3.4.1 to 3.5.0
- Upgraded Release Plugin from 3.0.0-M7 to 3.0.0

Signed-off-by: Joe Witt 
---
 pom.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0416019679..f108c98251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
 2.4.10
 3.0.14
 3.0.8-01
-3.0.0-M8
+3.0.0
 3.3.5
 1.2.1
 2.1.5
@@ -777,7 +777,7 @@
 
 org.apache.maven.plugins
 maven-compiler-plugin
-3.10.1
+3.11.0
 
 true
 
${maven.compiler.showDeprecation}
@@ -817,7 +817,7 @@
 
 org.apache.maven.plugins
 maven-assembly-plugin
-3.4.2
+3.5.0
 
 gnu
 
@@ -843,7 +843,7 @@
 
 org.apache.maven.plugins
 maven-javadoc-plugin
-3.4.1
+3.5.0
 
 false
 true
@@ -858,7 +858,7 @@
 
 org.apache.maven.plugins
 maven-release-plugin
-3.0.0-M7
+3.0.0
 
 true
 apache-release



[nifi] branch main updated (32df0fa484 -> a8a6d20659)

2023-04-03 Thread joewitt
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 32df0fa484 NIFI-11137 Add record support to Consume/PublishJMS (#6987)
 new 86bc185abf NIFI-11375 This closes #7111. Upgraded Surefire to 3.0.0 
and upgraded other plugins
 new 794f77c736 NIFI-11376 This closes #7112. Upgraded Jetty from 9.4.50 to 
9.4.51
 new dffad44a03 NIFI-11377 This closes #7113. Upgraded Apache Iceberg from 
1.1.0 to 1.2.0
 new a8a6d20659 NIFI-11378 This closes #7115. Upgraded Jersey from 2.36 to 
2.39.1

The 4 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-iceberg-bundle/pom.xml |  2 +-
 pom.xml  | 14 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)



[nifi] 03/04: NIFI-11377 This closes #7113. Upgraded Apache Iceberg from 1.1.0 to 1.2.0

2023-04-03 Thread joewitt
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 dffad44a03b6d3cad70debc3f7aaf645dadea43a
Author: exceptionfactory 
AuthorDate: Mon Apr 3 11:19:08 2023 -0500

NIFI-11377 This closes #7113. Upgraded Apache Iceberg from 1.1.0 to 1.2.0

Signed-off-by: Joe Witt 
---
 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 cfbf8029f0..cc43069618 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -25,7 +25,7 @@
 pom
 
 
-1.1.0
+1.2.0
 3.1.3
 
 



[nifi] 04/04: NIFI-11378 This closes #7115. Upgraded Jersey from 2.36 to 2.39.1

2023-04-03 Thread joewitt
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 a8a6d2065920d4a9900e2a53af003d51fd26ed66
Author: exceptionfactory 
AuthorDate: Mon Apr 3 12:36:10 2023 -0500

NIFI-11378 This closes #7115. Upgraded Jersey from 2.36 to 2.39.1

Signed-off-by: Joe Witt 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c47e65acb0..4b9519d6c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
 1.2.1
 2.1.5
 1.9.19
-2.36
+2.39.1
 2.20.0
 1.3.5
 4.11.0



[nifi] 02/04: NIFI-11376 This closes #7112. Upgraded Jetty from 9.4.50 to 9.4.51

2023-04-03 Thread joewitt
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 794f77c7367bd45ad21040650d0e46b9cf37a195
Author: exceptionfactory 
AuthorDate: Mon Apr 3 10:42:44 2023 -0500

NIFI-11376 This closes #7112. Upgraded Jetty from 9.4.50 to 9.4.51

Signed-off-by: Joe Witt 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f108c98251..c47e65acb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
 1.17.6
 2.0.7
 2.4.0
-9.4.50.v20221201
+9.4.51.v20230217
 2.14.2
 1.11.1
 2.3.5



[nifi] annotated tag nifi-1.21.0-RC1 created (now a109e58ad4)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to annotated tag nifi-1.21.0-RC1
in repository https://gitbox.apache.org/repos/asf/nifi.git


  at a109e58ad4 (tag)
 tagging eef5ca1afe8532521e5dd8f49029f8d5a3ac6028 (commit)
 replaces rel/nifi-1.20.0
  by Joe Witt
  on Wed Mar 29 12:35:12 2023 -0700

- Log -
NIFI-11357-RC1 copy for tag nifi-1.21.0-RC1
---

No new revisions were added by this update.



[nifi] branch NIFI-11357-RC1 created (now d057ea66b7)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to branch NIFI-11357-RC1
in repository https://gitbox.apache.org/repos/asf/nifi.git


  at d057ea66b7 NIFI-11357-RC1 prepare for next development iteration

This branch includes the following new commits:

 new eef5ca1afe NIFI-11357-RC1 prepare release nifi-1.21.0-RC1
 new d057ea66b7 NIFI-11357-RC1 prepare for next development iteration

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.




svn commit: r60924 - /dev/nifi/nifi-1.21.0/

2023-03-29 Thread joewitt
Author: joewitt
Date: Wed Mar 29 21:57:27 2023
New Revision: 60924

Log:
Uploading RC1 artifacts for nifi-1.21.0

Added:
dev/nifi/nifi-1.21.0/
dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip   (with props)
dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip   (with props)
dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/minifi-toolkit-1.21.0-bin.zip   (with props)
dev/nifi/nifi-1.21.0/minifi-toolkit-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/minifi-toolkit-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/minifi-toolkit-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-1.21.0-bin.zip   (with props)
dev/nifi/nifi-1.21.0/nifi-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-1.21.0-source-release.zip   (with props)
dev/nifi/nifi-1.21.0/nifi-1.21.0-source-release.zip.asc
dev/nifi/nifi-1.21.0/nifi-1.21.0-source-release.zip.sha256
dev/nifi/nifi-1.21.0/nifi-1.21.0-source-release.zip.sha512
dev/nifi/nifi-1.21.0/nifi-registry-1.21.0-bin.zip   (with props)
dev/nifi/nifi-1.21.0/nifi-registry-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-registry-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-registry-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-registry-toolkit-1.21.0-bin.zip   (with props)
dev/nifi/nifi-1.21.0/nifi-registry-toolkit-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-registry-toolkit-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-registry-toolkit-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-stateless-1.21.0-bin.zip   (with props)
dev/nifi/nifi-1.21.0/nifi-stateless-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-stateless-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-stateless-1.21.0-bin.zip.sha512
dev/nifi/nifi-1.21.0/nifi-toolkit-1.21.0-bin.zip   (with props)
dev/nifi/nifi-1.21.0/nifi-toolkit-1.21.0-bin.zip.asc
dev/nifi/nifi-1.21.0/nifi-toolkit-1.21.0-bin.zip.sha256
dev/nifi/nifi-1.21.0/nifi-toolkit-1.21.0-bin.zip.sha512

Added: dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip
==
Binary file - no diff available.

Propchange: dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip
--
svn:mime-type = application/octet-stream

Added: dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.asc
==
--- dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.asc (added)
+++ dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.asc Wed Mar 29 21:57:27 2023
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNATURE-
+
+iQEzBAABCgAdFiEE0vJLgJ/6seIa6gKDkJO/hU+BGhoFAmQksm4ACgkQkJO/hU+B
+Ghri6QgApfRom37Z3bZ08bD/Lle3BXYKbwr9SwwTtHcF+GTMcKsWql7vJpFviU2+
+QA0S2CqvK9Mig5k9bfWePnirQ9Ld1rNcuJQN4PePumUc/ud5GHmjmeRJRe+DmMwp
+HvxB/2NHUSO+HhqP+jKsGHUgsgUrbPBGPRvnWSBHLUwNlBCgtAU7/Mzm4BOAtIpS
+pbepvtHo9K1APouYY7/q9XHZlk0ZCfavu39WxESJRIq7+iD5EbyVchEH74uDG2UM
+z8yr6pQH7rhLS4ZmfazhQGCSAikSterTcODgJ97gcwV+3iTE9j/GkhePhp561pa1
+Q2WrdeFtKrfDSAAQhvezqS925nE0kQ==
+=XYFt
+-END PGP SIGNATURE-

Added: dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha256
==
--- dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha256 (added)
+++ dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha256 Wed Mar 29 21:57:27 2023
@@ -0,0 +1 @@
+40d1780e2ed823379e914590dee6e3b571f6fa5afac2eec40e4c56e814216e13

Added: dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha512
==
--- dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha512 (added)
+++ dev/nifi/nifi-1.21.0/minifi-1.21.0-bin.zip.sha512 Wed Mar 29 21:57:27 2023
@@ -0,0 +1 @@
+b38d96957208a2d9e9177d7a8675bbeb3c661c9ffaee93aa917143391d68fddbeef8fa63f89cb172fdb9f9e06f8fb001aa2b58c73b320569bdb45a4bcb6094e4

Added: dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip
==
Binary file - no diff available.

Propchange: dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip
--
svn:mime-type = application/octet-stream

Added: dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.asc
==
--- dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.asc (added)
+++ dev/nifi/nifi-1.21.0/minifi-c2-1.21.0-bin.zip.asc Wed Mar 29 21:57:27 2023
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNATURE-
+
+iQEzBAABCgAdFiEE0vJLgJ/6seIa6gKDkJO/hU+BGhoFAmQksm8ACgkQkJO

[nifi] tag HDF-3.3.0.8-6-tag deleted (was 2b5616bb82)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.3.0.8-6-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.3.0.8-6-tag was deleted! ***

 was 2b5616bb82 Addressed bug in subtract() method for keeping running 
total of counters for status history

This change permanently discards the following revisions:

 discard 2b5616bb82 Addressed bug in subtract() method for keeping running 
total of counters for status history
 discard 3cfdbcd6a0 NIFI-5796: Addressed issue that caused Counters' values to 
show the wrong value in Status History
 discard 9923352eab NIFI-5771: Ensure that we only increment claimant count for 
content claim if we have a FlowFile that references it
 discard e4893cf4ba Updating version number in about dialog.
 discard 957911e0dd NIFI-5741: When returning a ConnectionFactory from the 
JndiJmsConnectionFactoryProvider, ensure that we wrap the ConnectionFactory so 
that any calls to the ConnectionFactory happen within the context of the 
Controller Service's Class Loader
 discard 5791681f23 NIFI-5746: Use Node Identifier's node address instead of 
getting from socket for RECEIVE prov events; make SEND prov events match syntax 
of RECEIVE prov events
 discard 2e20540507 NIFI-5745: When determining if backpressure should be 
applied across nodes for load balancing, only consider if the local partition 
has reached the threshold limits instead of considering the size of the entire 
queue
 discard fd1de28b33 apply hortonworks branding
 discard 96eb904906 NIFI-5714 - Hive[3]ConnectionPool - Kerberos Authentication 
issue/misleading
 discard 13a4f9d6cf NIFI-5727: Added replace unnecessary row count with -1 stub 
value when paging is used
 discard 6b478151d4 BUG-112763: Set Hive versions



[nifi] tag HDF-3.3.1.0-10-tag deleted (was 2b5616bb82)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.3.1.0-10-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.3.1.0-10-tag was deleted! ***

 was 2b5616bb82 Addressed bug in subtract() method for keeping running 
total of counters for status history

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[nifi] tag HDF-3.3.0.9-6-tag deleted (was 2b5616bb82)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.3.0.9-6-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.3.0.9-6-tag was deleted! ***

 was 2b5616bb82 Addressed bug in subtract() method for keeping running 
total of counters for status history

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[nifi] tag HDF-3.3.1.1-2-tag deleted (was e38d66dc8e)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.3.1.1-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.3.1.1-2-tag was deleted! ***

 was e38d66dc8e Updated version in About dialog to 3.3.1.1

This change permanently discards the following revisions:

 discard e38d66dc8e Updated version in About dialog to 3.3.1.1
 discard c095b5599a NIFI-5868: Added instrumentation around ListFile such that 
all disk accesses are timed and any unusually long listing times or disk access 
operations can be logged. Additionally, information is logged at a debug level 
including significant amounts of troubleshooting information when configured to 
do so
 discard f3058b3e59 NIFI-5944: If processor is no longer scheduled to run after 
a failed trigger of @OnScheduled, ensure that we set scheduled status to STOPPED
 discard 2d498de9e5 NIFI-5944: When components are started on NiFi startup, if 
they are invalid, don't fail immediately and give up. Instead, keep attempting 
to start the component when it becomes valid.



[nifi] tag HDF-3.3.1.10-2-tag deleted (was c9cd22790d)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.3.1.10-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.3.1.10-2-tag was deleted! ***

 was c9cd22790d NIFI-6120 Move nifi.registry.version property to root pom 
so it can be shared between nifi-framework and nifi-toolkit

This change permanently discards the following revisions:

 discard c9cd22790d NIFI-6120 Move nifi.registry.version property to root pom 
so it can be shared between nifi-framework and nifi-toolkit
 discard e7cd4049ec NIFI-5752: Load balancing fails with wildcard certs
 discard 642f894638 NIFI-5919: Addressed a race condition that can exist if 
adding FlowFiles to a FlowFileQueue before adjusting the size of the queue to 
account for the FlowFiles



[nifi] tag HDF-3.3.0.7-3-tag deleted (was 7adc9ed015)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.3.0.7-3-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.3.0.7-3-tag was deleted! ***

 was 7adc9ed015 HOTFIX-2360: Update Hive 3 version

This change permanently discards the following revisions:

 discard 7adc9ed015 HOTFIX-2360: Update Hive 3 version



[nifi] tag HDF-3.3.1.11-1-tag deleted (was 52302da7c5)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.3.1.11-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.3.1.11-1-tag was deleted! ***

 was 52302da7c5 HOTFIX-2359: Fix merge errors

This change permanently discards the following revisions:

 discard 52302da7c5 HOTFIX-2359: Fix merge errors
 discard 453e23b47d HOTFIX-2359: Update version in About Dialog to 3.3.1.11
 discard 5add5a856d NIFI-6348: Added Custom ORDER BY Column property to 
GenerateTableFetch NIFI-6348: Fixed doc
 discard ef4e95cc49 Revert "NIFI-6244: Provide default ORDER BY clause in MSSQL 
adapters"
 discard 8285cbddb2 NIFI-5855: Remove unnecessary ORDER BY clause in 
GenerateTableFetch when Partition Size is zero
 discard b2ab353bbb HOTFIX-2281: Update version in About Dialog
 discard 381b11cdae NIFI-6244: Provide default ORDER BY clause in MSSQL adapters



[nifi] tag HDF-3.3.1.12-1-tag deleted (was 68a0a1e57b)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.3.1.12-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.3.1.12-1-tag was deleted! ***

 was 68a0a1e57b NIFI-6405 GetHDFSFileInfo ignores files in the root/start 
directory

This change permanently discards the following revisions:

 discard 68a0a1e57b NIFI-6405 GetHDFSFileInfo ignores files in the root/start 
directory



[nifi] tag HDF-3.5.2.9-1-tag deleted (was d582628a30)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.9-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.9-1-tag was deleted! ***

 was d582628a30 NIFI-8054: Updated ReflectionUtils to use a WeakHashMap for 
the mapping of annotations to methods with that annotation. This way, the 
ReflectionUtils class will not hold a reference to Classes that are no longer 
referenced elsewhere. (#4694)

This change permanently discards the following revisions:

 discard d582628a30 NIFI-8054: Updated ReflectionUtils to use a WeakHashMap for 
the mapping of annotations to methods with that annotation. This way, the 
ReflectionUtils class will not hold a reference to Classes that are no longer 
referenced elsewhere. (#4694)
 discard b1c6642eba NIFI-8017 NPEx at org.apache.nifi.provenance.index.lucene. 
IndexDirectoryManager:486
 discard c8a77abb34 NIFI-8020 Make sure TailFile doesn't leave FileChannel open 
when handling NUL characters
 discard 009afa9f83 NIFI-7996 Conversion with ConvertRecord to avro results in 
invalid date
 discard 7bbc05637b NIFI-7972 Add a boolean property by which the user can tell 
the processor to yield (and try again later) whenever it encounters a NUL 
character.
 discard 9f26d4abf4 NIFI-6820 If Processor adjusts a counter but does not 
interact with any FlowFiles, the counter isn't updated
 discard 1555ba5388 NIFI-7993 - Upgraded Jetty dependency and fixed a minor 
issue with Jetty security filter tests.
 discard 329f58d2a8 Revert "NIFI-7452: Support adls_gen2_directory in Atlas 
reporting task"
 discard 9c7d636d14 NIFI-7999: Do not call 
NioAsyncLoadBalanceClient.nodeDisconnected() if node was already in a 
disconnected state. Doing so was resulting in that method being called 
constantly on startup, and with the synchronization in place that can result in 
a huge performance hit on startup. Also updated RemoteQueuePartition to move a 
small predicate into its own method. This was done because the predicate was 
previously defined within a synchronized method, which meant that invokin [...]
 discard dedaa8a09f NIFI-7994: Fixed ReplaceText concurrency issue
 discard 4d5a501b59 NIFI-7992: Periodically check disk usage for content repo 
to see if backpressure should be applied. Log progress in background task. 
Improve performance of background cleanup task by not using an ArrayList 
Iterator and constantly calling remove but instead wait until the end of our 
cleanup loop and then removed from the list all elements that should be removed 
in a single update
 discard 76313c026b NIFI-7954 Wrapping HBase_*_ClientService calls in 
getUgi().doAs() (#4629)
 discard 4973cc1722 NIFI-7968 Ensure the status login user is set in 
UserGroupInformation after creating a UGI from a Subject
 discard 06a58efae4 NIFI-7959 Handling node disconnection in MonitorActivity 
processor - Make reporting in clustered scope to dependent of expected cluster 
state in order to prevent unexpected flow file emission
 discard 317f27b188 NIFI-7976: Infer ints in JSON when all values fit in 
integer type NIFI-7976: Fixed unit test
 discard bc55abae07 NIFI-7452: Support adls_gen2_directory in Atlas reporting 
task
 discard 3d23cb3e28 NIFI-7914 Bumped H2 dependency to 1.4.199. Bumped icu4j 
dependency to 60.2. Replaced jackson-mapper-asl dependency with 
jackson-databind. Fixed an error comparing key identities in TestKeyService. 
Replaced jackson-mapper-asl ObjectMapper with jackson-databind ObjectMapper in 
LivySessionController.
 discard 5070e0ba58 INTERNAL COMMIT - Fix cherry pick issue
 discard eed61721a4 NIFI-7956: This closes #4626. Added option of rolling back 
session on error instead of routing to failure for PutKudu
 discard 2ae31f5864 NIFI-7953: Updated 
ConsumeKafka_2_0/ConsumeKafkaRecord_2_0/ConsumeKafka_2_6/ConsumeKafkaRecord_2_6 
to allow separating records by key
 discard 33898bc845 NIFI-7952: Allow RecordPath to be used for specifying the 
Insertion Operation and the data to be inserted into Kudu
 discard fd81509581 NIFI-7584 Added OIDC logout mechanism. Added method to 
validate the OIDC Access Token for the revoke endpoint. Created a new callback 
URI of oidc/logoutCallback to handle certain OIDC logout cases. Changed method 
to exchange the Authorization Code for a Login Authentication Token. Added a 
new method to exchange the AuthN Code for an Access Token. Changed method to 
convert OIDC Token to a Login AuthN Token instead of a NiFi JWT. Created new 
OidcServiceGroovyTest class.
 discard 9219c34bf2 NIFI-7925 removed flow.xml.gz which made its way into the 
commit - but full build doesnt need nor can we have
 discard 66fd0af36c NIFI-7920: When node that is connected to cluster is asked 
to reconnect, ensure that it relinquishes role of Cluster Coordinator and 
Primary Node
 discard 7b28ad5daf NIFI-7923 Catch Throwable instead of Exception in 
NarAutoLoaderTask so that thread won't die (#4623

[nifi] tag HDF-3.5.2.83-2-tag deleted (was d783821885)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.83-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.83-2-tag was deleted! ***

 was d783821885 HOTFIX-5435 Use latest ES processors

This change permanently discards the following revisions:

 discard d783821885 HOTFIX-5435 Use latest ES processors
 discard 6dbe175ace HOTFIX-4059 NIFI-1121 Fixed a dependent value check error.
 discard f17c544ccf HOTFIX-4786 Add jcl-over-slf4j to nifi-toolkit-assembly to 
make sure jcl jar is copied to nifi-toolkit/lib
 discard 1158b4ee34 HOTFIX-4786 HOTFIX-4789: NIFI-9345: Resolving NPE in 
ProcessorEntityMerger (#5491)
 discard 0591eda3ba HOTFIX-4786 HOTFIX-4789 NIFI-9352: Ensure that we consider 
all property values to determine if a component references a variable, not just 
'supported' (i.e., well-known/non-user-defined) properties
 discard 999408db44 HOTFIX-4786 HOTFIX-4789 NIFI-9309: Re-Implemented NIFI-9309 
on top of HDF-3.5.2, NIFI-9368 fix included
 discard 81a11df209 HOTFIX-4786 HOTFIX-4731 Remove unnecessary test case
 discard 6dcf8da20f HOTFIX-4786 HOTFIX-4731 Fix most of the build issues, 
cherry pick issues - narrow down to 1 conflict
 discard 1e2ee1a238 HOTFIX-4786 HOTFIX-4731 Use JUnit 5 library as well for 
tests (missing parts of apache upstream PR #5304)
 discard 754e184e09 HOTFIX-4786 HOTFIX-4731 Use JUnit 5 library for tests
 discard ac52760582 HOTFIX-4786 HOTFIX-4731 NIFI-9507 This closes #5617. 
Corrected SSH Client handling on connect failures
 discard b975e55836 HOTFIX-4786 HOTFIX-4731 NIFI-9448 Improved S2S HTTP Extend 
Transaction Exception Handling
 discard ba5c898f08 HOTFIX-4786 HOTFIX-4731 Adjust base branch build number
 discard cb6da4116b HOTFIX-4796 Additional commons-logging exclusions and 
jcl-over-slf4j inclusions
 discard 741641dc13 HOTFIX-4786: exclude commons-logging from additional places
 discard 102dd85c1a HOTFIX-4786 NIFI-9552: Make sure cl-over-slf4j is included 
under ext/ranger/install/lib directory
 discard 8e00a13e0a HOTFIX-4786 exclude log4j-slf4j-impl This excluded in that 
change 
https://github.com/apache/nifi/commit/9dd6b5f3e5fb7b2cfeab3a9b174132344a17db85 
however in this nifi the hive-exec not defined exactly, but come with 
hive-streaming dependency
 discard 090601188d HOTFIX-4786 NIFI-9504 Upgraded Logback from 1.2.8 to 1.2.9
 discard 5bf3ee5e1b HOTFIX-4786 NIFI-9530 Removed google-cloud-pubsublite from 
GCP (#5627)
 discard 950d408585 HOTFIX-4786 NIFI-9534 Upgraded Log4j 2 BOM from 2.17.0 to 
2.17.1
 discard c319cf4bee HOTFIX-4786 NIFI-9483 This closes #5616. Excluded Log4j 2 
log4j-core and related libraries
 discard cfaec2660a HOTFIX-4786 NIFI-9524 exclude commons-logging and 
log4j-core banned dependencies for other build profiles as well (#5625)
 discard 8b057c0ae9 HOTFIX-4786  NIFI-9491 Excluded commons-logging and added 
jcl-over-slf4j references
 discard beefce731d HOTFIX-4683 Additional pom changes to fix build errors
 discard 86549cc9fd HHOTFIX-4683  fix build errors
 discard b8b2e82a24 Local commit to address build failures. Mostly around POMs 
that needed to be updated in order to ensure no log4j dependencies.
 discard a0aedb2e13 NIFI-9399 This closes #5542. Apply Secure Processing to 
TransformXml XSLT
 discard 03f0cb3f63 NIFI-9482 This closes #5600. Upgrade Log4j 2 from 2.15.0 to 
2.16.0
 discard 80878a9ede NIFI-9474 Block log4j-core older than 2.15.0
 discard abe2e82beb NIFI-9474 - Upgrade additional Log4j references to 2.15.0
 discard ee7ebc36b8 NIFI-9474 - Upgrade Log4j references to 2.15.0
 discard 24708d3021 NIFI-9334 Add support for upsert in 'PutMongoRecord'. Use 
'bulkWrite' for both insert and upsert.
 discard f9621427de NIFI-9283 Excluded Log4j 1.2 and upgraded Log4j2 to 2.14.1
 discard 76e1271d69 Local commit only: HTTPS-based site-to-site client tests 
are failing because certificates are expired. Removing these tests. Also other 
tests.
 discard f14670d872 NIFI-9229 Flow upgrade not possible if a Output Port 
changes to a funnel (#5402)
 discard 0fab50cea6 NIFI-9200: Free cache on heap after disabling 
AbstractCSVLookupService
 discard 8ecbe5ef78 NIFI-9076: hdfs operations in MoveHDFS wrapped in UGI.doAs()
 discard e9d71d61fd NIFI-9018 When connection points to a moved port version 
change with … (#5286)
 discard b26def2692 NIFI-8770 Use queue drainTo() on shutdown in 
HandleHttpRequest
 discard 26d1ad6886 NIFI-8762 ADLSCredentialControllerService does not support 
EL for Storage Account name
 discard 59df0f23c7 NIFI-7443 Corrected SFTP Keep Alive behavior
 discard 427f8555d7 NIFI-8523 Added SFTP algorithm and cipher properties
 discard 88abc93351 NIFI-8787: Wrapped hdfs.exists() call in UGI.doAs() in 
GetHDFS processor (#5217)
 discard b485b18327 NIFI-8768 Added toLocalDate() for convertType() handling of 
DATE fields
 discard ea5ea03ed7 NIFI-8759 ExecuteSQL and ExecuteSQLRecord unnecessarily 
fall back to default decimal scale

[nifi] tag HDF-3.5.2.81-3-tag deleted (was d802747ec0)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.81-3-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.81-3-tag was deleted! ***

 was d802747ec0 HOTFIX-5257 fixed that trimDoubleQuote property was never 
passed to csv record reader

This change permanently discards the following revisions:

 discard d802747ec0 HOTFIX-5257 fixed that trimDoubleQuote property was never 
passed to csv record reader
 discard c27d682d31 HOTFIX-5257 removed stuck test as there's no such test in 
main
 discard bbfd370174 HOTFIX-5257 added missing testfile
 discard 1c9179308b HOTFIX-5257 NIFI-8232 CSV Parsers optionally allow/reject 
duplicate header names
 discard 59e2fb5997 HOTFIX-5257 NIFI-10256 CSVRecordReader using RFC 4180 CSV 
format trimming starting and ending double quotes
 discard 2bafc28fc7 HOTFIX-4974: NIFI-7912 - Added properties to configure 
DoSFilter timeout and whitelisted addresses
 discard 576ce8c7df Revert "HOTFIX-4838 fix build errors"
 discard e63c7ee151 HOTFIX-5087 NIFI-9530 Removed google-cloud-pubsublite from 
GCP (#5627)
 discard 92c055620b HOTFIX-4838 NIFI-9486 This closes #5604. Upgrade to logback 
1.2.8, remove unnecessary dependencyManagement entries in minifi and 
nifi-registry in favor of root pom Remove unnecessary use of slf4j-simple
 discard e1d1f254bb HOTFIX-4838 Fix NoClassDefFoundError in Ranger 
authorization tests, merge conflict issue fix
 discard 1f7554f6cd HOTFIX-4838 Local commit only: HTTPS-based site-to-site 
client tests are failing because certificates are expired. Removing these 
tests. Also other tests.
 discard 27ef95f146 HOTFIX-4838 Fix groovy build issue
 discard 490e459d90 Revert "HOTFIX-4838 HOTFIX-4731 Fix most of the build 
issues, cherry pick issues - Remove unnecessary testcase"
 discard 8eb44efbeb Revert "HOTFIX-4838 HOTFIX-4731 Use JUnit 5 library as well 
for tests (missing parts of apache upstream PR #5304)"
 discard d9153a41d8 Revert "HOTFIX-4838 HOTFIX-4731 Use JUnit 5 library for 
tests"
 discard afa7a69706 HOTFIX-4838 Add jcl-over-slf4j to nifi-toolkit-assembly to 
make sure jcl jar is copied to nifi-toolkit/lib
 discard d9076f2fc8 HOTFIX-4838 HOTFIX-4731 Fix most of the build issues, 
cherry pick issues - Remove unnecessary testcase
 discard 4096cf2b0b HOTFIX-4838 HOTFIX-4731 Use JUnit 5 library as well for 
tests (missing parts of apache upstream PR #5304)
 discard 85a00499df HOTFIX-4838 HOTFIX-4731 Use JUnit 5 library for tests
 discard a10479c761 HOTFIX-4838 HOTFIX-4731 Adjust base branch build number
 discard ba2d1435bb HOTFIX-4838 Additional commons-logging exclusions and 
jcl-over-slf4j inclusions
 discard 548b2f4a43 HOTFIX-4838: exclude commons-logging from additional places
 discard cbcb38a656 HOTFIX-4838 NIFI-9552: Make sure cl-over-slf4j is included 
under ext/ranger/install/lib directory
 discard f90a88ba39 HOTFIX-4838 exclude log4j-slf4j-impl This excluded in that 
change 
https://github.com/apache/nifi/commit/9dd6b5f3e5fb7b2cfeab3a9b174132344a17db85 
however in this nifi the hive-exec not defined exactly, but come with 
hive-streaming dependency
 discard 3799cd10f0 HOTFIX-4838 NIFI-9504 Upgraded Logback from 1.2.8 to 1.2.9
 discard 0d8d5535f0 HOTFIX-4838 NIFI-9534 Upgraded Log4j 2 BOM from 2.17.0 to 
2.17.1
 discard 5c712836f1 HOTFIX-4838 NIFI-9483 This closes #5616. Excluded Log4j 2 
log4j-core and related libraries
 discard 89d6ca87e6 HOTFIX-4838 NIFI-9524 exclude commons-logging and 
log4j-core banned dependencies for other build profiles as well (#5625)
 discard 3024d963ec HOTFIX-4838  NIFI-9491 Excluded commons-logging and added 
jcl-over-slf4j references
 discard 27eff18485 HOTFIX-4838 Additional pom changes to fix build errors
 discard 0fa0d0dafb HOTFIX-4838 fix build errors
 discard 43223811e9 HOTFIX-4838 Local commit to address build failures. Mostly 
around POMs that needed to be updated in order to ensure no log4j dependencies.
 discard 8c3b1605d5 HOTFIX-4838 NIFI-9482 This closes #5600. Upgrade Log4j 2 
from 2.15.0 to 2.16.0
 discard 033e6e50ee HOTFIX-4838 NIFI-9474 Block log4j-core older than 2.15.0
 discard 9ba5c01318 HOTFIX-4838 NIFI-9474 - Upgrade additional Log4j references 
to 2.15.0
 discard 1fb42d536d HOTFIX-4838 NIFI-9474 - Upgrade Log4j references to 2.15.0
 discard cf871b55b7 HOTFIX-4838 NIFI-9283 Excluded Log4j 1.2 and upgraded 
Log4j2 to 2.14.1
 discard 3f0665ae97  ENGESC-10721 Adding back empty set of affected components 
for the frontend to work properly
 discard f0cbea2284 ENGESC-10721 Downsizing the result of the variable listing 
for groups because of performance reasons
 discard 6c8a26260e Ignore unit tests based on expired certs
 discard 25ebb7b946 NIFI-8204, NIFI-7866: Send revision update count in 
heartbeats. If update count in heartbeat is greater than that of cluster 
coordinator, request that node reconnect to get most up-to-date revisions. 
Cannot check exact eq

[nifi] tag HDF-3.5.2.82-1-tag deleted (was 380c71f800)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.82-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.82-1-tag was deleted! ***

 was 380c71f800 NIFI-9182: When calling ProcessSession.append(), do not 
allow calls from processor to flush the underlying BufferedOutputStream. 
Instead, wrap in a NonFlushableOutputStream and only flush when session commit 
is called

This change permanently discards the following revisions:

 discard 380c71f800 NIFI-9182: When calling ProcessSession.append(), do not 
allow calls from processor to flush the underlying BufferedOutputStream. 
Instead, wrap in a NonFlushableOutputStream and only flush when session commit 
is called



[nifi] tag HDF-3.5.2.80-1-tag deleted (was 1bff0b3b12)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.80-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.80-1-tag was deleted! ***

 was 1bff0b3b12 HOTFIX-5232: NIFI-10023: Ensure that any files that are 
archived upon startup properly increment the archival count in the content repo

This change permanently discards the following revisions:

 discard 1bff0b3b12 HOTFIX-5232: NIFI-10023: Ensure that any files that are 
archived upon startup properly increment the archival count in the content repo
 discard 38bf6cd998 HOTFIX-5232: NIFI-9993: Fixed bug in initialization in 
which the Content Repo did not properly increment the counter for how many 
files exist in the archive directories. This was causing the counter to become 
negative in some cases, which caused processors to incorrectly pause, waiting 
for content archive cleanup to occur when, in fact, there were no files archived



[nifi] tag HDF-3.5.2.8-1-tag deleted (was 770c4b3ded)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.8-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.8-1-tag was deleted! ***

 was 770c4b3ded HOTFIX-4015 NIFI-8368: If decimal scale > precision, set 
precision = scale

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[nifi] tag HDF-3.5.2.79-1-tag deleted (was de7c13d067)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.79-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.79-1-tag was deleted! ***

 was de7c13d067 HOTFIX-5226: NIFI-8198: ConsumeAMQP detects if Queue is 
deleted on server

This change permanently discards the following revisions:

 discard de7c13d067 HOTFIX-5226: NIFI-8198: ConsumeAMQP detects if Queue is 
deleted on server



[nifi] tag HDF-3.5.2.78-1-tag deleted (was 58f450a6bc)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.78-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.78-1-tag was deleted! ***

 was 58f450a6bc HOTFIX-5223 NIFI-6999 - Made changes to load flow.xml files 
using streams. Updated tests.

This change permanently discards the following revisions:

 discard 58f450a6bc HOTFIX-5223 NIFI-6999 - Made changes to load flow.xml files 
using streams. Updated tests.



[nifi] tag HDF-3.5.2.77-7-tag deleted (was 7ac1a3076d)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.77-7-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.77-7-tag was deleted! ***

 was 7ac1a3076d HOTFIX-5210  Remove TestExecuteSparkInteractiveSSL unit 
test, being in an infinite loop due to certificate issues

This change permanently discards the following revisions:

 discard 7ac1a3076d HOTFIX-5210  Remove TestExecuteSparkInteractiveSSL unit 
test, being in an infinite loop due to certificate issues
 discard 2efd0b76ac HOTFIX-5210 NIFI-10114 This closes #6122. Removed Single 
Refresh from ShellUserGroupProvider
 discard 978694a649 HOTFIX-5210 NIFI-10175 Upgraded Jetty from 9.4.46 to 9.4.48



[nifi] tag HDF-3.5.2.77-2-tag deleted (was 7ac1a3076d)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.77-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.77-2-tag was deleted! ***

 was 7ac1a3076d HOTFIX-5210  Remove TestExecuteSparkInteractiveSSL unit 
test, being in an infinite loop due to certificate issues

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[nifi] tag HDF-3.5.2.76-1-tag deleted (was bd7ad51aca)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.76-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.76-1-tag was deleted! ***

 was bd7ad51aca HOTFIX-5170: Additional changes to compile successfully

This change permanently discards the following revisions:

 discard bd7ad51aca HOTFIX-5170: Additional changes to compile successfully
 discard 1003055459 NIFI-8676 Added 'Tracking Entities' listing strategy to 
'ListS3' and 'ListGCSBucket'



[nifi] tag HDF-3.5.2.75-2-tag deleted (was a335484b12)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.75-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.75-2-tag was deleted! ***

 was a335484b12 HOTFIX-5153 Make order of the properties consistent

This change permanently discards the following revisions:

 discard a335484b12 HOTFIX-5153 Make order of the properties consistent
 discard 8b2a761956 HOTFIX-5153 NIFI-8749 Removed implicit time zone conversion 
to GMT
 discard 8d57daba21 HOTFIX-5153 NIFI-8153 custom date/time format properties 
for PutElasticsearchRecord
 discard a4b53e0aa8 HOTFIX-5153 NIFI-6403 and NIFI-6404: Elasticsearch 7 support
 discard a72e39290b HOTFIX-5153: NIFI-6403: Adding Elasticsearch7 support to 
HTTP processors
 discard 0b24b45700 HOTFIX-5153 NIFI-7474 Allow index operation type to be 
provided for PUT Elasticsearch processors
 discard 10e533a164 HOTFIX-5104 Fixing hotfix merge discrepancy
 discard 0cfd7d95a3 HOTFIX-4871 Remove TestExecuteSparkInteractiveSSL unit 
test, being in an infinite loop due to certificate issues
 discard 36f56cb761 HOTFIX-5104  NIFI-9382: This closes #5584. Added system 
test that replicates issue in which a closed shared classloader causes issues 
when used again NIFI-9382: Fixed issue with SharedInstanceClassLoader where the 
classloader may get closed but then get used again. When the 
SharedInstanceClassLoader is closed, we will now ensure that we don't use 
anymore and instead create a new one.
 discard e26fe28c90 HOTFIX-5104 NIFI-9382: Created a new 
ClassloaderIsolationKey mechanism by which H… (#5533)
 discard ba11a69b26 HOTFIX-5031 NIFI-8181 - Added Disable HTTP/2 property to 
InvokeHTTP
 discard 37fa92e490 HOTFIX-4947 Fix some unit tests
 discard aa9003e9db HOTFIX-4947 NIFI-7990: Add properties to map Record field 
as @timestamp in output to Elasticsearch for PutElasticsearchRecord and 
PutElasticsearchHttpRecord processors; NIFI-7474 allow mapped id field to be 
retained within the Record for PutElasticsearchRecord



[nifi] tag HDF-3.5.2.74-7-tag deleted (was 17112ca8cf)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.74-7-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.74-7-tag was deleted! ***

 was 17112ca8cf HOTFIX-5107 NIFI-8270: Fixed issue to show property 
dependent on default value of another

This change permanently discards the following revisions:

 discard 17112ca8cf HOTFIX-5107 NIFI-8270: Fixed issue to show property 
dependent on default value of another
 discard c98b482459 HOTFIX-5107 NIFI-9831: XML schema inference fix for XML 
elements with attributes



[nifi] tag HDF-3.5.2.73-3-tag deleted (was 10e533a164)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.73-3-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.73-3-tag was deleted! ***

 was 10e533a164 HOTFIX-5104 Fixing hotfix merge discrepancy

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[nifi] tag HDF-3.5.2.73-2-tag deleted (was 0cfd7d95a3)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.73-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.73-2-tag was deleted! ***

 was 0cfd7d95a3 HOTFIX-4871 Remove TestExecuteSparkInteractiveSSL unit 
test, being in an infinite loop due to certificate issues

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[nifi] tag HDF-3.5.2.72-3-tag deleted (was 2bafc28fc7)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.72-3-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.72-3-tag was deleted! ***

 was 2bafc28fc7 HOTFIX-4974: NIFI-7912 - Added properties to configure 
DoSFilter timeout and whitelisted addresses

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[nifi] tag HDF-3.5.2.72-2-tag deleted (was 576ce8c7df)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.72-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.72-2-tag was deleted! ***

 was 576ce8c7df Revert "HOTFIX-4838 fix build errors"

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[nifi] tag HDF-3.5.2.71-1-tag deleted (was 2950789f60)

2023-03-29 Thread joewitt
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.71-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.71-1-tag was deleted! ***

 was 2950789f60 HOTFIX-5045 NIFI-9764: Atlas reporting task sends 'unknown' 
hive_table when table is name not available

This change permanently discards the following revisions:

 discard 2950789f60 HOTFIX-5045 NIFI-9764: Atlas reporting task sends 'unknown' 
hive_table when table is name not available



<    1   2   3   4   5   6   7   8   9   10   >