[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1383: MINIFICPP-1875 HTTPClient should be reusable

2022-08-26 Thread GitBox
martinzink commented on code in PR #1383: URL: https://github.com/apache/nifi-minifi-cpp/pull/1383#discussion_r955741090 ## libminifi/include/utils/ResourceQueue.h: ## @@ -0,0 +1,132 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contribut

[GitHub] [nifi] rliszli commented on a diff in pull request #6281: NIFI-10312 - Fix MiNiFi C2 integration

2022-08-26 Thread GitBox
rliszli commented on code in PR #6281: URL: https://github.com/apache/nifi/pull/6281#discussion_r955750830 ## c2/c2-client-bundle/c2-client-service/src/main/java/org/apache/nifi/c2/client/service/C2ClientService.java: ## @@ -41,8 +41,8 @@ public C2ClientService(C2Client client,

[GitHub] [nifi] rliszli commented on a diff in pull request #6281: NIFI-10312 - Fix MiNiFi C2 integration

2022-08-26 Thread GitBox
rliszli commented on code in PR #6281: URL: https://github.com/apache/nifi/pull/6281#discussion_r955751469 ## c2/c2-client-bundle/c2-client-service/src/main/java/org/apache/nifi/c2/client/service/operation/UpdateConfigurationOperationHandler.java: ## @@ -75,30 +75,44 @@ public C

[jira] [Updated] (MINIFICPP-1927) ExecuteProcess does not support escaping white spaces in arguments

2022-08-26 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1927: Description: The description of the {{{}ExecuteProcess{}}}'s {{Command Arguments}} prop

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1367: MINIFICPP-1822 - Add alert capability

2022-08-26 Thread GitBox
szaszm closed pull request #1367: MINIFICPP-1822 - Add alert capability URL: https://github.com/apache/nifi-minifi-cpp/pull/1367 -- 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 to go to the specific comment.

[GitHub] [nifi] bejancsaba commented on pull request #6281: NIFI-10312 - Fix MiNiFi C2 integration

2022-08-26 Thread GitBox
bejancsaba commented on PR #6281: URL: https://github.com/apache/nifi/pull/6281#issuecomment-1228340726 Thank you for the changes my approve was not removed from the PR so still +1 from my side. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Updated] (NIFI-10379) FechGoogleDrive record-based input handling revoke

2022-08-26 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-10379: --- Summary: FechGoogleDrive record-based input handling revoke (was: FechGoogleDrive record-based input

[jira] [Updated] (NIFI-10379) FechGoogleDrive record-based input handling revoke

2022-08-26 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-10379: --- Description: *FechGoogleDrive* can read input from flowfile contents as records. After an extensive

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #5369: NIFI-9003: Adding ParameterProviders to NiFi

2022-08-26 Thread GitBox
exceptionfactory commented on code in PR #5369: URL: https://github.com/apache/nifi/pull/5369#discussion_r955359353 ## nifi-api/src/main/java/org/apache/nifi/flow/VersionedParameterContext.java: ## @@ -25,6 +25,9 @@ public class VersionedParameterContext extends VersionedCompon

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #5369: NIFI-9003: Adding ParameterProviders to NiFi

2022-08-26 Thread GitBox
exceptionfactory commented on code in PR #5369: URL: https://github.com/apache/nifi/pull/5369#discussion_r955385233 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/FlowConfiguration.xsd: ## @@ -69,6 +71,9 @@

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #5369: NIFI-9003: Adding ParameterProviders to NiFi

2022-08-26 Thread GitBox
exceptionfactory commented on code in PR #5369: URL: https://github.com/apache/nifi/pull/5369#discussion_r955372039 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ParameterProviderConfigurationDTO.java: ## @@ -0

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #5369: NIFI-9003: Adding ParameterProviders to NiFi

2022-08-26 Thread GitBox
exceptionfactory commented on code in PR #5369: URL: https://github.com/apache/nifi/pull/5369#discussion_r955379338 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java: ## @@ -1129,1

[GitHub] [nifi] r65535 opened a new pull request, #6337: NIFI-7392: Add ValidateJson processor to standard bundle

2022-08-26 Thread GitBox
r65535 opened a new pull request, #6337: URL: https://github.com/apache/nifi/pull/6337 # Summary [NIFI-7392](https://issues.apache.org/jira/browse/NIFI-7392) This PR adds a ValidateJson processor to the standard bundle. It vali

[GitHub] [nifi] ottobackwards commented on pull request #6243: NIFI-10192 Cache schema request result for reuse

2022-08-26 Thread GitBox
ottobackwards commented on PR #6243: URL: https://github.com/apache/nifi/pull/6243#issuecomment-1228387627 @markap14 did the work [5955](https://github.com/apache/nifi/pull/5955), he would be the best to understand the issue and the side effects, ie. if this is the right fix or there need

[GitHub] [nifi] krisztina-zsihovszki commented on a diff in pull request #6331: NIFI-10380 ListDropbox processor

2022-08-26 Thread GitBox
krisztina-zsihovszki commented on code in PR #6331: URL: https://github.com/apache/nifi/pull/6331#discussion_r955961193 ## nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-processors/src/main/java/org/apache/nifi/processors/dropbox/ListDropbox.java: ## @@ -0,0 +1,282 @@ +/* + *

[GitHub] [nifi] krisztina-zsihovszki commented on a diff in pull request #6331: NIFI-10380 ListDropbox processor

2022-08-26 Thread GitBox
krisztina-zsihovszki commented on code in PR #6331: URL: https://github.com/apache/nifi/pull/6331#discussion_r955975682 ## nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api-nar/src/main/resources/META-INF/NOTICE: ## @@ -0,0 +1,100 @@ +nifi-dropbox-services-api-nar +

[GitHub] [nifi] krisztina-zsihovszki commented on pull request #6331: NIFI-10380 ListDropbox processor

2022-08-26 Thread GitBox
krisztina-zsihovszki commented on PR #6331: URL: https://github.com/apache/nifi/pull/6331#issuecomment-1228444131 > Thanks for the contribution @krisztina-zsihovszki! > > Most of the implementation looks straightforward, I noted several documentation-related recommendations. >

[jira] [Assigned] (NIFI-10396) Expression Language jsonPath throws error instead of returning empty string when subject is invalid JSON

2022-08-26 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Stieglitz reassigned NIFI-10396: --- Assignee: Daniel Stieglitz > Expression Language jsonPath throws error instead of re

[jira] [Commented] (NIFI-10313) Unexpected "Access Token not found"

2022-08-26 Thread Malthe Borch (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585380#comment-17585380 ] Malthe Borch commented on NIFI-10313: - I can confirm that this patch works for us. >

[jira] [Commented] (NIFI-10313) Unexpected "Access Token not found"

2022-08-26 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585398#comment-17585398 ] David Handermann commented on NIFI-10313: - Thanks for verifying the patch [~malth

[jira] [Updated] (MINIFICPP-1925) Ensure compatibility with the nifi c2 server

2022-08-26 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1925: Description: There are only minor differences, let's iron them out. One significant on

[jira] [Updated] (MINIFICPP-1925) Ensure compatibility with the MiNiFi C2 Service

2022-08-26 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1925: Summary: Ensure compatibility with the MiNiFi C2 Service (was: Ensure compatibility wi

[jira] [Created] (NIFI-10398) Upgrade Spring Security to 5.7.3

2022-08-26 Thread David Handermann (Jira)
David Handermann created NIFI-10398: --- Summary: Upgrade Spring Security to 5.7.3 Key: NIFI-10398 URL: https://issues.apache.org/jira/browse/NIFI-10398 Project: Apache NiFi Issue Type: Improv

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6281: NIFI-10312 - Fix MiNiFi C2 integration

2022-08-26 Thread GitBox
exceptionfactory commented on code in PR #6281: URL: https://github.com/apache/nifi/pull/6281#discussion_r956165997 ## minifi/minifi-c2/minifi-c2-service/src/main/java/org/apache/nifi/minifi/c2/service/ConfigService.java: ## @@ -229,7 +229,7 @@ public Response heartbeat(

[GitHub] [nifi] exceptionfactory commented on pull request #6329: NIFI-10360 VOLUME declaration prevents updating flow from CI

2022-08-26 Thread GitBox
exceptionfactory commented on PR #6329: URL: https://github.com/apache/nifi/pull/6329#issuecomment-1228652118 @vitalyzhakov The standard Maven build does not create the Docker images, so testing the changes would require running a build with the `-P docker` profile activated. Unless

[GitHub] [nifi] exceptionfactory opened a new pull request, #6338: NIFI-10398 Upgrade Spring Security from 5.7.2 to 5.7.3

2022-08-26 Thread GitBox
exceptionfactory opened a new pull request, #6338: URL: https://github.com/apache/nifi/pull/6338 # Summary [NIFI-10398](https://issues.apache.org/jira/browse/NIFI-10398) Upgrades Spring Security from 5.7.2 to [5.7.3](https://github.com/spring-projects/spring-security/releases/tag/5.7

[jira] [Updated] (NIFI-10398) Upgrade Spring Security to 5.7.3

2022-08-26 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10398: Status: Patch Available (was: Open) > Upgrade Spring Security to 5.7.3 > -

[jira] [Updated] (NIFI-10395) Add Apache Xalan to Banned Dependencies

2022-08-26 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10395: Fix Version/s: 1.18.0 Resolution: Fixed Status: Resolved (was: Patch Avai

[GitHub] [nifi] nandorsoma commented on a diff in pull request #6225: NIFI-10251 Add v5 protocol support for existing MQTT processors

2022-08-26 Thread GitBox
nandorsoma commented on code in PR #6225: URL: https://github.com/apache/nifi/pull/6225#discussion_r956186934 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/src/main/java/org/apache/nifi/processors/mqtt/ConsumeMQTT.java: ## @@ -402,42 +398,27 @@ private void initializ

[jira] [Created] (MINIFICPP-1928) Explore CWEL performance improvement options

2022-08-26 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-1928: --- Summary: Explore CWEL performance improvement options Key: MINIFICPP-1928 URL: https://issues.apache.org/jira/browse/MINIFICPP-1928 Project: Apache NiFi MiNiFi C

[jira] [Updated] (MINIFICPP-1928) Explore CWEL performance improvement options

2022-08-26 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1928: Description: A few ideas: - Use a SAX-style parser, like expat, instead the DOM-style r

[GitHub] [nifi] nandorsoma commented on a diff in pull request #6225: NIFI-10251 Add v5 protocol support for existing MQTT processors

2022-08-26 Thread GitBox
nandorsoma commented on code in PR #6225: URL: https://github.com/apache/nifi/pull/6225#discussion_r956209009 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/src/main/java/org/apache/nifi/processors/mqtt/common/AbstractMQTTProcessor.java: ## @@ -31,89 +31,89 @@ import

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1383: MINIFICPP-1875 HTTPClient should be reusable

2022-08-26 Thread GitBox
szaszm closed pull request #1383: MINIFICPP-1875 HTTPClient should be reusable URL: https://github.com/apache/nifi-minifi-cpp/pull/1383 -- 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 to go to the specific co

[GitHub] [nifi] UcanInfosec commented on pull request #6291: NIFI-10347 Upgrade Metrics-graphite to 4.2.10

2022-08-26 Thread GitBox
UcanInfosec commented on PR #6291: URL: https://github.com/apache/nifi/pull/6291#issuecomment-1228734755 @exceptionfactory thanks. It was changed to 4.1.33. -- 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

[jira] [Updated] (NIFI-10396) Expression Language jsonPath throws error instead of returning empty string when subject is invalid JSON

2022-08-26 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Stieglitz updated NIFI-10396: This seems similar to NIFI-5448 > Expression Language jsonPath throws error instead of returni

[jira] (NIFI-10396) Expression Language jsonPath throws error instead of returning empty string when subject is invalid JSON

2022-08-26 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10396 ] Daniel Stieglitz deleted comment on NIFI-10396: - was (Author: JIRAUSER294662): This seems similar to NIFI-5448 > Expression Language jsonPath throws error instead of returning empty strin

[GitHub] [nifi] mcgilman commented on a diff in pull request #5671: NIFI-9514 NIFI-9515: Add UI support for Parameter Providers in Controller Services

2022-08-26 Thread GitBox
mcgilman commented on code in PR #5671: URL: https://github.com/apache/nifi/pull/5671#discussion_r956242407 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js: ## @@ -132,6 +134,27 @@ retur

[GitHub] [nifi] exceptionfactory closed pull request #6291: NIFI-10347 Upgrade Metrics-graphite to 4.2.10

2022-08-26 Thread GitBox
exceptionfactory closed pull request #6291: NIFI-10347 Upgrade Metrics-graphite to 4.2.10 URL: https://github.com/apache/nifi/pull/6291 -- 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 to go to the specific c

[jira] [Commented] (NIFI-10347) Update metrics-graphite to 4.2.10

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

[jira] [Updated] (NIFI-10347) Update metrics-graphite to 4.1.33

2022-08-26 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10347: Summary: Update metrics-graphite to 4.1.33 (was: Update metrics-graphite to 4.2.10) > U

[jira] [Updated] (NIFI-10347) Update metrics-graphite to 4.1.33

2022-08-26 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10347: Issue Type: Improvement (was: Bug) > Update metrics-graphite to 4.1.33 >

[jira] [Assigned] (NIFI-10347) Update metrics-graphite to 4.1.33

2022-08-26 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-10347: --- Assignee: Mike R > Update metrics-graphite to 4.1.33 >

[jira] [Updated] (NIFI-10347) Update metrics-graphite to 4.1.33

2022-08-26 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10347: Description: Update metrics-graphite from 4.1.2 to 4.1.33 (was: Update metrics-graphite fr

[jira] [Updated] (NIFI-10347) Update metrics-graphite to 4.1.33

2022-08-26 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10347: Priority: Minor (was: Major) > Update metrics-graphite to 4.1.33 > --

[jira] [Resolved] (NIFI-10347) Update metrics-graphite to 4.1.33

2022-08-26 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-10347. - Fix Version/s: 1.18.0 Resolution: Fixed > Update metrics-graphite to 4.1.33 > ---

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6301: NIFI-10356: Create GetHubSpot processor

2022-08-26 Thread GitBox
exceptionfactory commented on code in PR #6301: URL: https://github.com/apache/nifi/pull/6301#discussion_r956421187 ## nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/src/main/java/org/apache/nifi/processors/hubspot/GetHubSpot.java: ## @@ -0,0 +1,255 @@ +/* + * Lice

[jira] [Created] (NIFI-10399) Upgrade com.bazaarvoice.jolt to 0.1.17

2022-08-26 Thread Mike R (Jira)
Mike R created NIFI-10399: - Summary: Upgrade com.bazaarvoice.jolt to 0.1.17 Key: NIFI-10399 URL: https://issues.apache.org/jira/browse/NIFI-10399 Project: Apache NiFi Issue Type: Bug Repo

[GitHub] [nifi] UcanInfosec opened a new pull request, #6339: NIFI-10399 Upgrade com.bazaarvoice.jolt to 0.1.7

2022-08-26 Thread GitBox
UcanInfosec opened a new pull request, #6339: URL: https://github.com/apache/nifi/pull/6339 # Summary [NIFI-10399](https://issues.apache.org/jira/browse/NIFI-10399) # Tracking Please complete the following tracking steps

[jira] [Updated] (NIFI-10399) Upgrade com.bazaarvoice.jolt to 0.1.7

2022-08-26 Thread Mike R (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike R updated NIFI-10399: -- Summary: Upgrade com.bazaarvoice.jolt to 0.1.7 (was: Upgrade com.bazaarvoice.jolt to 0.1.17) > Upgrade com.ba

[jira] [Created] (MINIFICPP-1929) Measure CPU and real time impact per processor

2022-08-26 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-1929: --- Summary: Measure CPU and real time impact per processor Key: MINIFICPP-1929 URL: https://issues.apache.org/jira/browse/MINIFICPP-1929 Project: Apache NiFi MiNiFi