[jira] [Created] (NIFI-11529) PutMongo Update with operators fails with "readStartDocument can only be called when CurrentBSONType is DOCUMENT, not when CurrentBSONType is ARRAY"

2023-05-05 Thread Benji Benning (Jira)
Benji Benning created NIFI-11529: Summary: PutMongo Update with operators fails with "readStartDocument can only be called when CurrentBSONType is DOCUMENT, not when CurrentBSONType is ARRAY" Key: NIFI-11529 URL:

[jira] [Created] (NIFI-11528) Refactor Groovy tests in nifi-commons/nifi-utils to Java (and JUnit 5)

2023-05-05 Thread Daniel Stieglitz (Jira)
Daniel Stieglitz created NIFI-11528: --- Summary: Refactor Groovy tests in nifi-commons/nifi-utils to Java (and JUnit 5) Key: NIFI-11528 URL: https://issues.apache.org/jira/browse/NIFI-11528 Project: A

[jira] [Assigned] (NIFI-11528) Refactor Groovy tests in nifi-commons/nifi-utils to Java (and JUnit 5)

2023-05-05 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Stieglitz reassigned NIFI-11528: --- Assignee: Daniel Stieglitz > Refactor Groovy tests in nifi-commons/nifi-utils to Jav

[jira] [Updated] (NIFI-2964) AttributeToJSON: Nested JSON

2023-05-05 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Stieglitz updated NIFI-2964: --- Status: Patch Available (was: Open) > AttributeToJSON: Nested JSON >

[GitHub] [nifi] dan-s1 opened a new pull request, #7231: [NIFI-2964] Added ability to handle nested JSON.

2023-05-05 Thread via GitHub
dan-s1 opened a new pull request, #7231: URL: https://github.com/apache/nifi/pull/7231 # Summary [NIFI-2964](https://issues.apache.org/jira/browse/NIFI-2964) # Tracking Please complete the following tracking steps prior

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186236989 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/processor/StandardValidationContextFactory.java: ## @@ -20,

[GitHub] [nifi] KalmanJantner commented on pull request #7230: NIFI-11527 dependency cleanup

2023-05-05 Thread via GitHub
KalmanJantner commented on PR #7230: URL: https://github.com/apache/nifi/pull/7230#issuecomment-1536395611 > Thanks for the changes, looks good. I saw that you updated the Integration Tests as well, could you please add to the README some pointers regarding how to build only what is needed

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186178900 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/flowanalysis/AnalyzeFlowRequest.java: ## @@ -0,0 +

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186176386 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/flow/FlowManager.java: ## @@ -403,10 +406,50 @@ Pa

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186167096 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java: ## @@ -776,6 +779,23 @

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186151610 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/flowanalysis/AbstractFlowAnalysisRuleNode.java:

[jira] [Resolved] (NIFI-11526) Refactor Groovy tests in nifi-dbcp-service to Java (Junit 5)

2023-05-05 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-11526. - Fix Version/s: 2.0.0 1.22.0 Resolution: Fixed > Refactor Groovy

[jira] [Commented] (NIFI-11526) Refactor Groovy tests in nifi-dbcp-service to Java (Junit 5)

2023-05-05 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17719873#comment-17719873 ] ASF subversion and git services commented on NIFI-11526: Commit 2

[jira] [Commented] (NIFI-11526) Refactor Groovy tests in nifi-dbcp-service to Java (Junit 5)

2023-05-05 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17719871#comment-17719871 ] ASF subversion and git services commented on NIFI-11526: Commit 3

[GitHub] [nifi] exceptionfactory closed pull request #7229: NIFI-11526: refactored DatabaseRecordSinkTest into Java and JUnit 5

2023-05-05 Thread via GitHub
exceptionfactory closed pull request #7229: NIFI-11526: refactored DatabaseRecordSinkTest into Java and JUnit 5 URL: https://github.com/apache/nifi/pull/7229 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186102316 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/flowanalysis/AbstractFlowAnalysisRuleNode.java:

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186085659 ## nifi-api/src/main/java/org/apache/nifi/flowanalysis/EnforcementPolicy.java: ## @@ -0,0 +1,29 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186080571 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/flowanalysis/AbstractFlowAnalysisRuleNode.java:

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186074859 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/FlowAnalysisRuleDTO.java: ## @@ -0,0 +1,324 @@ +/* + * Li

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186074490 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/FlowAnalysisRuleDTO.java: ## @@ -0,0 +1,324 @@ +/* + * Li

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186063421 ## nifi-framework-api/src/main/java/org/apache/nifi/web/UiExtensionType.java: ## @@ -29,6 +29,7 @@ public enum UiExtensionType { ProcessorConfiguration, Controlle

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185390608 ## nifi-framework-api/src/main/java/org/apache/nifi/flowanalysis/AnalyzeFlowState.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-05 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1186061921 ## nifi-framework-api/src/main/java/org/apache/nifi/flowanalysis/AnalyzeFlowState.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [nifi] ferencerdei commented on pull request #7197: NIFI-11485 Add nifi toolkit to registry image

2023-05-05 Thread via GitHub
ferencerdei commented on PR #7197: URL: https://github.com/apache/nifi/pull/7197#issuecomment-1536097224 The ticket description mentioned that you need the NiFi toolkit to encrypt the nifi-registry properties. In my opinion, you should be able to do this with an init container in Kubernetes

[GitHub] [nifi] KalmanJantner opened a new pull request, #7230: Nifi 11527 dependency cleanup

2023-05-05 Thread via GitHub
KalmanJantner opened a new pull request, #7230: URL: https://github.com/apache/nifi/pull/7230 # Summary [NIFI-11527](https://issues.apache.org/jira/browse/NIFI-11527) # Tracking Please complete the following tracking ste

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-05-05 Thread via GitHub
fgerlits commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r118585 ## libminifi/src/utils/file/FileUtils.cpp: ## @@ -66,21 +66,21 @@ bool contains(const std::filesystem::path& file_path, std::string_view text_to_s return s

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-05-05 Thread via GitHub
fgerlits commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r118585 ## libminifi/src/utils/file/FileUtils.cpp: ## @@ -66,21 +66,21 @@ bool contains(const std::filesystem::path& file_path, std::string_view text_to_s return s

[jira] [Updated] (NIFI-11524) Documentation and config experience improvement for ExecuteStreamCommand

2023-05-05 Thread Nandor Soma Abonyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandor Soma Abonyi updated NIFI-11524: -- Status: Patch Available (was: In Progress) > Documentation and config experience impro

[jira] [Updated] (NIFI-11524) Documentation and config experience improvement for ExecuteStreamCommand

2023-05-05 Thread Nandor Soma Abonyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandor Soma Abonyi updated NIFI-11524: -- Description: This PR indends to add documentation for the ExecuteSteamCommand processor

[jira] [Updated] (NIFI-11524) Documentation and config experience improvement for ExecuteStreamCommand

2023-05-05 Thread Nandor Soma Abonyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandor Soma Abonyi updated NIFI-11524: -- Fix Version/s: 1.latest 2.latest > Documentation and config experien

[jira] [Created] (NIFI-11527) Cleanup unnecessary mvn dependencies

2023-05-05 Thread Kalman Jantner (Jira)
Kalman Jantner created NIFI-11527: - Summary: Cleanup unnecessary mvn dependencies Key: NIFI-11527 URL: https://issues.apache.org/jira/browse/NIFI-11527 Project: Apache NiFi Issue Type: Improv

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-05-05 Thread via GitHub
martinzink commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1185826659 ## libminifi/src/utils/file/FileUtils.cpp: ## @@ -66,21 +66,21 @@ bool contains(const std::filesystem::path& file_path, std::string_view text_to_s return

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-05-05 Thread via GitHub
martinzink commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1185767400 ## libminifi/src/utils/file/FileUtils.cpp: ## @@ -66,21 +66,21 @@ bool contains(const std::filesystem::path& file_path, std::string_view text_to_s return

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-05-05 Thread via GitHub
martinzink commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1185765588 ## libminifi/src/utils/file/FileUtils.cpp: ## @@ -66,21 +66,21 @@ bool contains(const std::filesystem::path& file_path, std::string_view text_to_s return

[jira] [Assigned] (MINIFICPP-1719) Replace LibreSSL with OpenSSL 3.0.x

2023-05-05 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi reassigned MINIFICPP-1719: Assignee: Gábor Gyimesi > Replace LibreSSL with OpenSSL 3.0.x > --