[jira] [Created] (NIFI-9929) CSVRecordSetWriter output the java object like [Ljava.lang.Object;@580f36fb

2022-04-14 Thread duncanfu (Jira)
duncanfu created NIFI-9929: -- Summary: CSVRecordSetWriter output the java object like [Ljava.lang.Object;@580f36fb Key: NIFI-9929 URL: https://issues.apache.org/jira/browse/NIFI-9929 Project: Apache NiFi

[jira] [Commented] (NIFI-9177) Provide ARM64 docker Images for Apache Nifi

2022-04-14 Thread Shane O'Neill (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522615#comment-17522615 ] Shane O'Neill commented on NIFI-9177: - Can this be bumped up in priority please? Lots of developers

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #5947: NIFI-9755: Implement ConsumeTwitter

2022-04-14 Thread GitBox
emiliosetiadarma commented on code in PR #5947: URL: https://github.com/apache/nifi/pull/5947#discussion_r850994796 ## nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/src/main/java/org/apache/nifi/processors/twitter/TwitterStreamAPI.java: ## @@ -0,0 +1,174 @@

[jira] [Updated] (NIFI-9928) Remove nifi-security-utils from nifi-prometheus-reporting-task

2022-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9928: --- Status: Patch Available (was: Open) > Remove nifi-security-utils from

[GitHub] [nifi] exceptionfactory opened a new pull request, #5970: NIFI-9928 Remove nifi-security-utils from nifi-prometheus-reporting

2022-04-14 Thread GitBox
exceptionfactory opened a new pull request, #5970: URL: https://github.com/apache/nifi/pull/5970 Description of PR NIFI-9928 Removes the `nifi-security-utils` dependency from the `nifi-prometheus-reporting-task` module, decreasing the size of the `nifi-prometheus-nar` by 5 MB.

[GitHub] [nifi] joewitt commented on pull request #5969: NIFI-9927 Initial Commit to clean up all extraneous version/group dec…

2022-04-14 Thread GitBox
joewitt commented on PR #5969: URL: https://github.com/apache/nifi/pull/5969#issuecomment-1099691252 This initial commit is intended as a WIP commit. I plan to have another that follows. But the next one is more adventurous/dangerous so wanted to keep it separate for now. -- This is

[GitHub] [nifi] joewitt opened a new pull request, #5969: NIFI-9927 Initial Commit to clean up all extraneous version/group dec…

2022-04-14 Thread GitBox
joewitt opened a new pull request, #5969: URL: https://github.com/apache/nifi/pull/5969 …larations. Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality;

[jira] [Created] (NIFI-9928) Remove nifi-security-utils from nifi-prometheus-reporting-task

2022-04-14 Thread David Handermann (Jira)
David Handermann created NIFI-9928: -- Summary: Remove nifi-security-utils from nifi-prometheus-reporting-task Key: NIFI-9928 URL: https://issues.apache.org/jira/browse/NIFI-9928 Project: Apache NiFi

[jira] [Created] (NIFI-9927) Simplify redundant version declarations in NiFi

2022-04-14 Thread Joe Witt (Jira)
Joe Witt created NIFI-9927: -- Summary: Simplify redundant version declarations in NiFi Key: NIFI-9927 URL: https://issues.apache.org/jira/browse/NIFI-9927 Project: Apache NiFi Issue Type:

[jira] [Resolved] (NIFI-9862) Update JsonTreeReader to read Records from a Nested Array

2022-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-9862. Fix Version/s: 1.17.0 1.16.1 Resolution: Fixed > Update

[jira] [Commented] (NIFI-9862) Update JsonTreeReader to read Records from a Nested Array

2022-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522534#comment-17522534 ] ASF subversion and git services commented on NIFI-9862: --- Commit

[GitHub] [nifi] exceptionfactory closed pull request #5937: NIFI-9862: Update JsonTreeReader to read Records from a Nested Array

2022-04-14 Thread GitBox
exceptionfactory closed pull request #5937: NIFI-9862: Update JsonTreeReader to read Records from a Nested Array URL: https://github.com/apache/nifi/pull/5937 -- 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

[GitHub] [nifi] turcsanyip commented on a diff in pull request #5925: NIFI-9861: Removed BlockListClassLoader in favor of AllowListClassLoader

2022-04-14 Thread GitBox
turcsanyip commented on code in PR #5925: URL: https://github.com/apache/nifi/pull/5925#discussion_r850790494 ## nifi-stateless/nifi-stateless-bootstrap/src/main/java/org/apache/nifi/stateless/bootstrap/StatelessBootstrap.java: ## @@ -181,58 +166,75 @@ private static

[jira] [Updated] (NIFI-9924) Address text encoding issues in nifi-standard-processors

2022-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9924: --- Fix Version/s: 1.17.0 1.16.1 Resolution: Fixed Status:

[jira] [Commented] (NIFI-9924) Address text encoding issues in nifi-standard-processors

2022-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522523#comment-17522523 ] ASF subversion and git services commented on NIFI-9924: --- Commit

[GitHub] [nifi] exceptionfactory closed pull request #5967: NIFI-9924 - address text encoding issues in nifi-standard-processors

2022-04-14 Thread GitBox
exceptionfactory closed pull request #5967: NIFI-9924 - address text encoding issues in nifi-standard-processors URL: https://github.com/apache/nifi/pull/5967 -- 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-9926) Allow NiFi to automatically layout components within a Process Group

2022-04-14 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-9926: - Status: Patch Available (was: Open) > Allow NiFi to automatically layout components within a Process

[GitHub] [nifi] markap14 opened a new pull request, #5968: NIFI-9926: Added ability to auto-layout and auto-align components in …

2022-04-14 Thread GitBox
markap14 opened a new pull request, #5968: URL: https://github.com/apache/nifi/pull/5968 …a process group Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X

[jira] [Created] (NIFI-9926) Allow NiFi to automatically layout components within a Process Group

2022-04-14 Thread Mark Payne (Jira)
Mark Payne created NIFI-9926: Summary: Allow NiFi to automatically layout components within a Process Group Key: NIFI-9926 URL: https://issues.apache.org/jira/browse/NIFI-9926 Project: Apache NiFi

[GitHub] [nifi] ravinarayansingh commented on a diff in pull request #5966: NIFI-9899 Bug Fix for MongoDBLookupService to read database and collection name properties value from flowfile attribute

2022-04-14 Thread GitBox
ravinarayansingh commented on code in PR #5966: URL: https://github.com/apache/nifi/pull/5966#discussion_r850721614 ## nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/src/main/java/org/apache/nifi/mongodb/MongoDBLookupService.java: ## @@ -223,7 +223,9 @@ protected

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #5966: NIFI-9899 Bug Fix for MongoDBLookupService to read database and collection name properties value from flowfile attribute

2022-04-14 Thread GitBox
exceptionfactory commented on code in PR #5966: URL: https://github.com/apache/nifi/pull/5966#discussion_r850710131 ## nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/src/main/java/org/apache/nifi/mongodb/MongoDBLookupService.java: ## @@ -223,7 +223,9 @@ protected

[GitHub] [nifi] ravinarayansingh commented on a diff in pull request #5966: NIFI-9899 Bug Fix for MongoDBLookupService to read database and collection name properties value from flowfile attribute

2022-04-14 Thread GitBox
ravinarayansingh commented on code in PR #5966: URL: https://github.com/apache/nifi/pull/5966#discussion_r850686668 ## nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/src/main/java/org/apache/nifi/mongodb/MongoDBLookupService.java: ## @@ -223,7 +223,9 @@ protected

[jira] [Updated] (NIFI-9924) Additional charset handling improvements

2022-04-14 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey updated NIFI-9924: Status: Patch Available (was: In Progress) https://github.com/apache/nifi/pull/5967 > Additional charset

[jira] [Updated] (NIFI-9924) Address text encoding issues in nifi-standard-processors

2022-04-14 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey updated NIFI-9924: Summary: Address text encoding issues in nifi-standard-processors (was: Additional charset handling

[GitHub] [nifi] greyp9 opened a new pull request, #5967: NIFI-9924 - address text encoding issues in nifi-standard-processors

2022-04-14 Thread GitBox
greyp9 opened a new pull request, #5967: URL: https://github.com/apache/nifi/pull/5967 Description of PR Adjust unit tests to run correctly independent of JRE file.encoding. Convert `TestFTP` to JUnit5 to allow use of conditional test case annotation. ### For all

[jira] [Created] (NIFI-9925) Update test suite to allow execution in IPv6 environments

2022-04-14 Thread Paul Grey (Jira)
Paul Grey created NIFI-9925: --- Summary: Update test suite to allow execution in IPv6 environments Key: NIFI-9925 URL: https://issues.apache.org/jira/browse/NIFI-9925 Project: Apache NiFi Issue

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #5966: NIFI-9899 Bug Fix for MongoDBLookupService to read database and collection name properties value from flowfile attribute

2022-04-14 Thread GitBox
exceptionfactory commented on code in PR #5966: URL: https://github.com/apache/nifi/pull/5966#discussion_r850667469 ## nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/src/main/java/org/apache/nifi/mongodb/MongoDBLookupService.java: ## @@ -223,7 +223,9 @@ protected

[GitHub] [nifi] markap14 commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
markap14 commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850659898 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java: ## @@ -390,12 +397,62

[GitHub] [nifi] ravinarayansingh commented on a diff in pull request #5966: NIFI-9899 Bug Fix for MongoDBLookupService to read database and collection name properties value from flowfile attribute

2022-04-14 Thread GitBox
ravinarayansingh commented on code in PR #5966: URL: https://github.com/apache/nifi/pull/5966#discussion_r850654027 ## nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/src/main/java/org/apache/nifi/mongodb/MongoDBLookupService.java: ## @@ -223,7 +223,9 @@ protected

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #5966: NIFI-9899-I have Fixed the MongoDBLookupService bug

2022-04-14 Thread GitBox
exceptionfactory commented on code in PR #5966: URL: https://github.com/apache/nifi/pull/5966#discussion_r850637375 ## nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/src/main/java/org/apache/nifi/mongodb/MongoDBLookupService.java: ## @@ -223,7 +223,9 @@ protected

[jira] [Updated] (NIFI-9897) Refactor GRPC SSL Configuration

2022-04-14 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9897: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Refactor GRPC SSL Configuration >

[jira] [Commented] (NIFI-9897) Refactor GRPC SSL Configuration

2022-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522420#comment-17522420 ] ASF subversion and git services commented on NIFI-9897: --- Commit

[jira] [Updated] (NIFI-9897) Refactor GRPC SSL Configuration

2022-04-14 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9897: --- Fix Version/s: 1.17.0 1.16.1 > Refactor GRPC SSL Configuration >

[jira] [Commented] (NIFI-9897) Refactor GRPC SSL Configuration

2022-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522418#comment-17522418 ] ASF subversion and git services commented on NIFI-9897: --- Commit

[GitHub] [nifi] asfgit closed pull request #5949: NIFI-9897 Refactor GRPC SSL Configuration

2022-04-14 Thread GitBox
asfgit closed pull request #5949: NIFI-9897 Refactor GRPC SSL Configuration URL: https://github.com/apache/nifi/pull/5949 -- 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. To

[GitHub] [nifi] joewitt commented on pull request #5949: NIFI-9897 Refactor GRPC SSL Configuration

2022-04-14 Thread GitBox
joewitt commented on PR #5949: URL: https://github.com/apache/nifi/pull/5949#issuecomment-1099388809 Sorry Nathan. Didnt see your note. But looks good and merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [nifi] tpalfy commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
tpalfy commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850621671 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/authorization/AuthorizeControllerServiceReference.java: ## @@

[jira] [Updated] (NIFI-9923) Component Logs sometimes missing Throwable Causes

2022-04-14 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9923: --- Fix Version/s: 1.17.0 > Component Logs sometimes missing Throwable Causes >

[jira] [Commented] (NIFI-9923) Component Logs sometimes missing Throwable Causes

2022-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522415#comment-17522415 ] ASF subversion and git services commented on NIFI-9923: --- Commit

[jira] [Updated] (NIFI-9923) Component Logs sometimes missing Throwable Causes

2022-04-14 Thread Joe Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Gresock updated NIFI-9923: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Component Logs sometimes missing

[jira] [Commented] (NIFI-9923) Component Logs sometimes missing Throwable Causes

2022-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522411#comment-17522411 ] ASF subversion and git services commented on NIFI-9923: --- Commit

[GitHub] [nifi] asfgit closed pull request #5965: NIFI-9923 Correct SimpleProcessLogger handling of Throwable causes

2022-04-14 Thread GitBox
asfgit closed pull request #5965: NIFI-9923 Correct SimpleProcessLogger handling of Throwable causes URL: https://github.com/apache/nifi/pull/5965 -- 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

[GitHub] [nifi] tpalfy commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
tpalfy commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850607932 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java: ## @@ -390,12 +397,62 @@

[GitHub] [nifi] tpalfy commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
tpalfy commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850607689 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java: ## @@ -390,12 +397,62 @@

[GitHub] [nifi] ravinarayansingh opened a new pull request, #5966: NIFI-9899-I have Fixed the MongoDBLookupService bug

2022-04-14 Thread GitBox
ravinarayansingh opened a new pull request, #5966: URL: https://github.com/apache/nifi/pull/5966 NIFI-9899- Provide bug fix to MongoDBLookupService which now service can take the database and collection name from flowfile attributes -- This is an automated message from the Apache Git

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1304: MINIFICPP-1322 PublishKafka queue size and batch size properties should be in sync

2022-04-14 Thread GitBox
szaszm commented on code in PR #1304: URL: https://github.com/apache/nifi-minifi-cpp/pull/1304#discussion_r850592339 ## libminifi/test/kafka-tests/PublishKafkaTests.cpp: ## @@ -0,0 +1,51 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1304: MINIFICPP-1322 PublishKafka queue size and batch size properties should be in sync

2022-04-14 Thread GitBox
szaszm commented on code in PR #1304: URL: https://github.com/apache/nifi-minifi-cpp/pull/1304#discussion_r850592339 ## libminifi/test/kafka-tests/PublishKafkaTests.cpp: ## @@ -0,0 +1,51 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1304: MINIFICPP-1322 PublishKafka queue size and batch size properties should be in sync

2022-04-14 Thread GitBox
szaszm commented on code in PR #1304: URL: https://github.com/apache/nifi-minifi-cpp/pull/1304#discussion_r850592339 ## libminifi/test/kafka-tests/PublishKafkaTests.cpp: ## @@ -0,0 +1,51 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[jira] [Created] (NIFI-9924) Additional charset handling improvements

2022-04-14 Thread Paul Grey (Jira)
Paul Grey created NIFI-9924: --- Summary: Additional charset handling improvements Key: NIFI-9924 URL: https://issues.apache.org/jira/browse/NIFI-9924 Project: Apache NiFi Issue Type: Improvement

[jira] [Commented] (NIFI-9901) Implement Module for Common XML Utilities

2022-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522385#comment-17522385 ] ASF subversion and git services commented on NIFI-9901: --- Commit

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850562198 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java: ## @@ -390,12 +397,62

[jira] [Updated] (MINIFICPP-1803) Stop instantiating all classes on the first heartbeat

2022-04-14 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1803: Labels: MiNiFi-CPP-Hygiene (was: ) > Stop instantiating all classes on the first

[jira] [Commented] (NIFI-9901) Implement Module for Common XML Utilities

2022-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522382#comment-17522382 ] ASF subversion and git services commented on NIFI-9901: --- Commit

[GitHub] [nifi] tpalfy commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
tpalfy commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850560128 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java: ## @@ -460,18 +455,14

[jira] [Updated] (MINIFICPP-1803) Stop instantiating all classes on the first heartbeat

2022-04-14 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1803: Affects Version/s: 0.10.0 > Stop instantiating all classes on the first heartbeat >

[jira] [Updated] (MINIFICPP-1803) Stop instantiating all classes on the first heartbeat

2022-04-14 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1803: Affects Version/s: 0.7.0 0.9.0 0.6.0

[jira] [Updated] (MINIFICPP-1802) We should not make http calls to AWS during initialization

2022-04-14 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1802: Description: When producing the first heartbeat,

[jira] [Created] (MINIFICPP-1802) We should not make http calls to AWS during initialization

2022-04-14 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-1802: --- Summary: We should not make http calls to AWS during initialization Key: MINIFICPP-1802 URL: https://issues.apache.org/jira/browse/MINIFICPP-1802 Project:

[jira] [Created] (MINIFICPP-1803) Stop instantiating all classes on the first heartbeat

2022-04-14 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-1803: --- Summary: Stop instantiating all classes on the first heartbeat Key: MINIFICPP-1803 URL: https://issues.apache.org/jira/browse/MINIFICPP-1803 Project: Apache

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850555720 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java: ## @@ -460,18 +455,14

[GitHub] [nifi] tpalfy commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
tpalfy commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850548196 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/authorization/AuthorizeControllerServiceReference.java: ## @@

[GitHub] [nifi] Lehel44 commented on pull request #5964: NIFI-9918: 'Parse XML Attributes' property added to XMLReader

2022-04-14 Thread GitBox
Lehel44 commented on PR #5964: URL: https://github.com/apache/nifi/pull/5964#issuecomment-1099289283 Does XmlReader's additionalDetails.html needs to be extended as a new property has been introduced? -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Created] (MINIFICPP-1801) Remove unused configuration properties

2022-04-14 Thread Jira
Gábor Gyimesi created MINIFICPP-1801: Summary: Remove unused configuration properties Key: MINIFICPP-1801 URL: https://issues.apache.org/jira/browse/MINIFICPP-1801 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5964: NIFI-9918: 'Parse XML Attributes' property added to XMLReader

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5964: URL: https://github.com/apache/nifi/pull/5964#discussion_r850544661 ## nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/test/java/org/apache/nifi/xml/TestXMLReader.java:

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5964: NIFI-9918: 'Parse XML Attributes' property added to XMLReader

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5964: URL: https://github.com/apache/nifi/pull/5964#discussion_r850541594 ##

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5964: NIFI-9918: 'Parse XML Attributes' property added to XMLReader

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5964: URL: https://github.com/apache/nifi/pull/5964#discussion_r850540410 ##

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5964: NIFI-9918: 'Parse XML Attributes' property added to XMLReader

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5964: URL: https://github.com/apache/nifi/pull/5964#discussion_r850538613 ## nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/xml/XMLRecordReader.java:

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5964: NIFI-9918: 'Parse XML Attributes' property added to XMLReader

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5964: URL: https://github.com/apache/nifi/pull/5964#discussion_r850537251 ## nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/xml/XMLRecordReader.java:

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5964: NIFI-9918: 'Parse XML Attributes' property added to XMLReader

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5964: URL: https://github.com/apache/nifi/pull/5964#discussion_r850535041 ## nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/xml/XMLRecordReader.java:

[GitHub] [nifi] tpalfy commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
tpalfy commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850533889 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/authorization/AuthorizeControllerServiceReference.java: ## @@

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5964: NIFI-9918: 'Parse XML Attributes' property added to XMLReader

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5964: URL: https://github.com/apache/nifi/pull/5964#discussion_r850533694 ## nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/xml/XMLReader.java:

[GitHub] [nifi] Lehel44 commented on a diff in pull request #5964: NIFI-9918: 'Parse XML Attributes' property added to XMLReader

2022-04-14 Thread GitBox
Lehel44 commented on code in PR #5964: URL: https://github.com/apache/nifi/pull/5964#discussion_r850530953 ## nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/xml/XMLReader.java:

[GitHub] [nifi] tpalfy commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
tpalfy commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850523972 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/registry/flow/mapping/NiFiRegistryFlowMapper.java: ## @@

[GitHub] [nifi] tpalfy commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
tpalfy commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850518699 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java: ## @@ -460,18 +455,14

[GitHub] [nifi] tpalfy commented on a diff in pull request #5958: NIFI-9895 Allow parameters to reference controller services

2022-04-14 Thread GitBox
tpalfy commented on code in PR #5958: URL: https://github.com/apache/nifi/pull/5958#discussion_r850517804 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java: ## @@ -390,12 +397,62 @@

[GitHub] [nifi] Lehel44 commented on pull request #5937: NIFI-9862: Update JsonTreeReader to read Records from a Nested Array

2022-04-14 Thread GitBox
Lehel44 commented on PR #5937: URL: https://github.com/apache/nifi/pull/5937#issuecomment-1099230066 Thank you for the review! -- 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

[jira] [Commented] (NIFI-8521) Replace/improve InfluxDB extension.

2022-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17522313#comment-17522313 ] David Handermann commented on NIFI-8521: Thanks for asking [~bednar], and for supporting those

[jira] [Assigned] (NIFI-5779) TransformXml: Missing Property Validate DTD

2022-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-5779: -- Assignee: David Handermann > TransformXml: Missing Property Validate DTD >

[jira] [Updated] (NIFI-9785) Improve Login Credentials Writer File Handling

2022-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9785: --- Affects Version/s: 1.15.3 1.15.2 1.15.1

[jira] [Created] (MINIFICPP-1800) FilePatternTests transiently fails on Windows

2022-04-14 Thread Jira
Gábor Gyimesi created MINIFICPP-1800: Summary: FilePatternTests transiently fails on Windows Key: MINIFICPP-1800 URL: https://issues.apache.org/jira/browse/MINIFICPP-1800 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1304: MINIFICPP-1322 PublishKafka queue size and batch size properties should be in sync

2022-04-14 Thread GitBox
lordgamez opened a new pull request, #1304: URL: https://github.com/apache/nifi-minifi-cpp/pull/1304 https://issues.apache.org/jira/browse/MINIFICPP-1322 Thank you for submitting a contribution to Apache NiFi - MiNiFi

[GitHub] [nifi] jynolen commented on pull request #5745: NIFI-9492: Fix for Chinese VPCE - Tests included

2022-04-14 Thread GitBox
jynolen commented on PR #5745: URL: https://github.com/apache/nifi/pull/5745#issuecomment-1099020548 Any updates on this case ? -- 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