[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #837: MINIFICPP-1121 - Upgrade spdlog to version 1.8.0

2020-11-24 Thread GitBox
szaszm commented on a change in pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#discussion_r529487132 ## File path: docker/debian/Dockerfile ## @@ -28,7 +28,11 @@ ENV MINIFI_BASE_DIR /opt/minifi ENV MINIFI_HOME

[jira] [Created] (NIFI-8039) Decrease the initial resource reservation of Listen processor family

2020-11-24 Thread Simon Bence (Jira)
Simon Bence created NIFI-8039: - Summary: Decrease the initial resource reservation of Listen processor family Key: NIFI-8039 URL: https://issues.apache.org/jira/browse/NIFI-8039 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #837: MINIFICPP-1121 - Upgrade spdlog to version 1.8.0

2020-11-24 Thread GitBox
szaszm commented on a change in pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#discussion_r529488056 ## File path: cmake/BundledSpdlog.cmake ## @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [nifi] alfprado closed pull request #4683: NIFI-8029 Adding StringEscapeUtils.escapeJava() to correct value with…

2020-11-24 Thread GitBox
alfprado closed pull request #4683: URL: https://github.com/apache/nifi/pull/4683 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-minifi-cpp] lordgamez commented on a change in pull request #939: MINIFICPP-1409 Add default credentials provider chain support to AWS authentication

2020-11-24 Thread GitBox
lordgamez commented on a change in pull request #939: URL: https://github.com/apache/nifi-minifi-cpp/pull/939#discussion_r529463251 ## File path: extensions/aws/AWSCredentialsProvider.cpp ## @@ -0,0 +1,94 @@ +/** + * @file AWSCredentialsProvider.cpp + * AWSCredentialsProvider

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529283378 ## File path: libminifi/include/utils/StringView.h ## @@ -0,0 +1,151 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #837: MINIFICPP-1121 - Upgrade spdlog to version 1.8.0

2020-11-24 Thread GitBox
fgerlits commented on a change in pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#discussion_r529354529 ## File path: docker/debian/Dockerfile ## @@ -28,7 +28,11 @@ ENV MINIFI_BASE_DIR /opt/minifi ENV MINIFI_HOME

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529275334 ## File path: encrypt-config/CommandException.h ## @@ -0,0 +1,44 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi] alfprado commented on a change in pull request #4683: NIFI-8029 Adding StringEscapeUtils.escapeJava() to correct value with…

2020-11-24 Thread GitBox
alfprado commented on a change in pull request #4683: URL: https://github.com/apache/nifi/pull/4683#discussion_r529496229 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529273731 ## File path: encrypt-config/ArgParser.cpp ## @@ -0,0 +1,187 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529273915 ## File path: encrypt-config/CommandException.h ## @@ -0,0 +1,44 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529273841 ## File path: encrypt-config/EncryptConfig.h ## @@ -18,7 +18,8 @@ #include -#include "utils/EncryptionUtils.h" +#include

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529285840 ## File path: libminifi/include/utils/file/FileSystem.h ## @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #939: MINIFICPP-1409 Add default credentials provider chain support to AWS authentication

2020-11-24 Thread GitBox
fgerlits commented on a change in pull request #939: URL: https://github.com/apache/nifi-minifi-cpp/pull/939#discussion_r529406100 ## File path: extensions/aws/processors/PutS3Object.cpp ## @@ -220,57 +227,29 @@ minifi::utils::optional PutS3Object::getAWSCredential return

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #939: MINIFICPP-1409 Add default credentials provider chain support to AWS authentication

2020-11-24 Thread GitBox
fgerlits commented on a change in pull request #939: URL: https://github.com/apache/nifi-minifi-cpp/pull/939#discussion_r529391414 ## File path: extensions/aws/AWSCredentialsProvider.cpp ## @@ -0,0 +1,94 @@ +/** + * @file AWSCredentialsProvider.cpp + * AWSCredentialsProvider

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #837: MINIFICPP-1121 - Upgrade spdlog to version 1.8.0

2020-11-24 Thread GitBox
fgerlits commented on a change in pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#discussion_r529371181 ## File path: cmake/BundledSpdlog.cmake ## @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529270994 ## File path: libminifi/include/utils/StringViewUtils.h ## @@ -0,0 +1,68 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529283378 ## File path: libminifi/include/utils/StringView.h ## @@ -0,0 +1,151 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #939: MINIFICPP-1409 Add default credentials provider chain support to AWS authentication

2020-11-24 Thread GitBox
lordgamez commented on a change in pull request #939: URL: https://github.com/apache/nifi-minifi-cpp/pull/939#discussion_r529458199 ## File path: extensions/aws/processors/PutS3Object.cpp ## @@ -220,57 +227,29 @@ minifi::utils::optional PutS3Object::getAWSCredential return

[jira] [Commented] (NIFI-8041) Allow stateless to be run asynchronously

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238356#comment-17238356 ] ASF subversion and git services commented on NIFI-8041: --- Commit

[jira] [Resolved] (NIFI-8038) Potential deadlock when updating parameter contexts

2020-11-24 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFI-8038. --- Fix Version/s: 1.13.0 Resolution: Fixed > Potential deadlock when updating parameter contexts

[jira] [Commented] (NIFI-8038) Potential deadlock when updating parameter contexts

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238357#comment-17238357 ] ASF subversion and git services commented on NIFI-8038: --- Commit

[jira] [Resolved] (NIFI-8041) Allow stateless to be run asynchronously

2020-11-24 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFI-8041. --- Fix Version/s: 1.13.0 Resolution: Fixed > Allow stateless to be run asynchronously >

[GitHub] [nifi] asfgit closed pull request #4684: NIFI-8041: Refactored API for stateless nifi so that calling Stateles…

2020-11-24 Thread GitBox
asfgit closed pull request #4684: URL: https://github.com/apache/nifi/pull/4684 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

[GitHub] [nifi] markap14 opened a new pull request #4685: NIFI-8042: Fixed bug that was escaping Expression Language references…

2020-11-24 Thread GitBox
markap14 opened a new pull request #4685: URL: https://github.com/apache/nifi/pull/4685 … for use in a Regular Expression (i.e., Pattern.quote) even though it wasn't being used in a Regular Expression Thank you for submitting a contribution to Apache NiFi. Please provide a

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Description: Given that "Quote column identifiers" is enabled, one would expect the column names

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Description: Given that "Quote Column Identifiers" is enabled, one would expect the column names

[GitHub] [nifi] bbende commented on pull request #4684: NIFI-8041: Refactored API for stateless nifi so that calling Stateles…

2020-11-24 Thread GitBox
bbende commented on pull request #4684: URL: https://github.com/apache/nifi/pull/4684#issuecomment-733207622 Re-ran same test flows from previous testing of stateless and everything looks good, new API makes sense, going to merge, thanks!

[jira] [Commented] (NIFI-8040) Failed to update Flow on all nodes in cluster due to Cannot modify Processor configuration while the Processor is running

2020-11-24 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238367#comment-17238367 ] Bryan Bende commented on NIFI-8040: --- Hi [~vgoodvin] , thanks for issue and patch. What version of nifi

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4635: NIFI-7821 Added Cassandra-based DMC.

2020-11-24 Thread GitBox
MikeThomsen commented on a change in pull request #4635: URL: https://github.com/apache/nifi/pull/4635#discussion_r529872773 ## File path:

[jira] [Created] (NIFI-8042) ReplaceText failing to update text when using Literal Replacement Strategy with Expression Language

2020-11-24 Thread Mark Payne (Jira)
Mark Payne created NIFI-8042: Summary: ReplaceText failing to update text when using Literal Replacement Strategy with Expression Language Key: NIFI-8042 URL: https://issues.apache.org/jira/browse/NIFI-8042

[jira] [Updated] (NIFI-8042) ReplaceText failing to update text when using Literal Replacement Strategy with Expression Language

2020-11-24 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8042: - Fix Version/s: 1.13.0 Assignee: Mark Payne Status: Patch Available (was: Open) >

[jira] [Assigned] (NIFI-1930) ListenHTTP does not use SSLContextService protocol

2020-11-24 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-1930: -- Assignee: David Handermann > ListenHTTP does not use SSLContextService protocol >

[jira] [Created] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted

2020-11-24 Thread Daniel Cheung (Jira)
Daniel Cheung created NIFI-8043: --- Summary: PutDatabaseRecord Postgres Upsert On Conflict keys not quoted Key: NIFI-8043 URL: https://issues.apache.org/jira/browse/NIFI-8043 Project: Apache NiFi

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4635: NIFI-7821 Added Cassandra-based DMC.

2020-11-24 Thread GitBox
MikeThomsen commented on a change in pull request #4635: URL: https://github.com/apache/nifi/pull/4635#discussion_r529861318 ## File path:

[GitHub] [nifi] mattyb149 commented on a change in pull request #4635: NIFI-7821 Added Cassandra-based DMC.

2020-11-24 Thread GitBox
mattyb149 commented on a change in pull request #4635: URL: https://github.com/apache/nifi/pull/4635#discussion_r529871254 ## File path:

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
szaszm commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529517866 ## File path: libminifi/include/utils/StringView.h ## @@ -0,0 +1,151 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
hunyadi-dev commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529574632 ## File path: libminifi/src/c2/C2Client.cpp ## @@ -0,0 +1,318 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
hunyadi-dev commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529341094 ## File path: encrypt-config/ArgParser.cpp ## @@ -0,0 +1,178 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529602661 ## File path: libminifi/src/c2/C2Client.cpp ## @@ -0,0 +1,318 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529606659 ## File path: libminifi/src/c2/C2Client.cpp ## @@ -0,0 +1,318 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi] bbende commented on pull request #4669: NIFI-7897: Refactored NiFi Stateless to make use of existing NiFi classes

2020-11-24 Thread GitBox
bbende commented on pull request #4669: URL: https://github.com/apache/nifi/pull/4669#issuecomment-733093598 Latest updates look good, I think we can get this merged and anything else that pops up can be follow on work This

[GitHub] [nifi] asfgit closed pull request #4669: NIFI-7897: Refactored NiFi Stateless to make use of existing NiFi classes

2020-11-24 Thread GitBox
asfgit closed pull request #4669: URL: https://github.com/apache/nifi/pull/4669 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

[GitHub] [nifi] MikeThomsen commented on pull request #3953: NIFI-5901 Added JSON/JSONB support to PutDatabaseRecord

2020-11-24 Thread GitBox
MikeThomsen commented on pull request #3953: URL: https://github.com/apache/nifi/pull/3953#issuecomment-733142216 @chcharlet @mattyb149 I think I have a solution. Here's the template. Pushing changes in a minute. This is an

[GitHub] [nifi] markap14 opened a new pull request #4684: NIFI-8041: Refactored API for stateless nifi so that calling Stateles…

2020-11-24 Thread GitBox
markap14 opened a new pull request #4684: URL: https://github.com/apache/nifi/pull/4684 …sDataflow.trigger() returns an object that allows the caller to wait for the result, cancel the result, etc. and then optionally acknowledge the completion. This allows the caller to block the

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #939: MINIFICPP-1409 Add default credentials provider chain support to AWS authentication

2020-11-24 Thread GitBox
arpadboda closed pull request #939: URL: https://github.com/apache/nifi-minifi-cpp/pull/939 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-minifi-cpp] szaszm commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
szaszm commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529764206 ## File path: encrypt-config/ArgParser.cpp ## @@ -0,0 +1,187 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[jira] [Commented] (NIFI-7897) Refactor Stateless NiFi to make use of existing components/classes

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238246#comment-17238246 ] ASF subversion and git services commented on NIFI-7897: --- Commit

[jira] [Commented] (NIFI-7897) Refactor Stateless NiFi to make use of existing components/classes

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238248#comment-17238248 ] ASF subversion and git services commented on NIFI-7897: --- Commit

[jira] [Commented] (NIFI-7897) Refactor Stateless NiFi to make use of existing components/classes

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238247#comment-17238247 ] ASF subversion and git services commented on NIFI-7897: --- Commit

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
szaszm commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529768435 ## File path: libminifi/include/c2/C2Payload.h ## @@ -164,10 +161,9 @@ class C2Payload : public state::Update { bool isContainer() const noexcept

[GitHub] [nifi] CefBoud commented on pull request #4681: added userGroupsFilterExpression to allow per user LDAP filters

2020-11-24 Thread GitBox
CefBoud commented on pull request #4681: URL: https://github.com/apache/nifi/pull/4681#issuecomment-733080961 > This appears to be a straightforward improvement, see code comments for a few small improvements. Please update the PR label to include NIFI-8035 as described in the check list.

[jira] [Updated] (NIFI-7897) Refactor Stateless NiFi to make use of existing components/classes

2020-11-24 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-7897: -- Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
szaszm commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529766326 ## File path: encrypt-config/CommandException.h ## @@ -0,0 +1,44 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [nifi] MikeThomsen commented on pull request #3953: NIFI-5901 Added JSON/JSONB support to PutDatabaseRecord

2020-11-24 Thread GitBox
MikeThomsen commented on pull request #3953: URL: https://github.com/apache/nifi/pull/3953#issuecomment-733142603 [PutDatabaseRecord_JSON_Test.xml.txt](https://github.com/apache/nifi/files/5591800/PutDatabaseRecord_JSON_Test.xml.txt)

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #939: MINIFICPP-1409 Add default credentials provider chain support to AWS authentication

2020-11-24 Thread GitBox
arpadboda commented on a change in pull request #939: URL: https://github.com/apache/nifi-minifi-cpp/pull/939#discussion_r529706545 ## File path: CONTROLLERS.md ## @@ -35,5 +35,7 @@ default values, and whether a property supports the NiFi Expression Language. | Name |

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #939: MINIFICPP-1409 Add default credentials provider chain support to AWS authentication

2020-11-24 Thread GitBox
lordgamez commented on a change in pull request #939: URL: https://github.com/apache/nifi-minifi-cpp/pull/939#discussion_r529721982 ## File path: CONTROLLERS.md ## @@ -35,5 +35,7 @@ default values, and whether a property supports the NiFi Expression Language. | Name |

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #939: MINIFICPP-1409 Add default credentials provider chain support to AWS authentication

2020-11-24 Thread GitBox
arpadboda commented on a change in pull request #939: URL: https://github.com/apache/nifi-minifi-cpp/pull/939#discussion_r529726347 ## File path: CONTROLLERS.md ## @@ -35,5 +35,7 @@ default values, and whether a property supports the NiFi Expression Language. | Name |

[jira] [Created] (NIFI-8041) Allow stateless to be run asynchronously

2020-11-24 Thread Mark Payne (Jira)
Mark Payne created NIFI-8041: Summary: Allow stateless to be run asynchronously Key: NIFI-8041 URL: https://issues.apache.org/jira/browse/NIFI-8041 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] MikeThomsen edited a comment on pull request #3953: NIFI-5901 Added JSON/JSONB support to PutDatabaseRecord

2020-11-24 Thread GitBox
MikeThomsen edited a comment on pull request #3953: URL: https://github.com/apache/nifi/pull/3953#issuecomment-733144813 @markap14 I updated `nifi-record` with the goal of making `MapRecord#toMap` able to convert nested MapRecords into Maps. Can you take a look if you have time?

[GitHub] [nifi] MikeThomsen commented on pull request #3953: NIFI-5901 Added JSON/JSONB support to PutDatabaseRecord

2020-11-24 Thread GitBox
MikeThomsen commented on pull request #3953: URL: https://github.com/apache/nifi/pull/3953#issuecomment-733144813 @markap14 I updated `nifi-record` with the goal of making `MapRecord#toMap` able to convert nested MapRecords into Maps.

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
szaszm commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529518408 ## File path: libminifi/include/utils/file/FileSystem.h ## @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529558077 ## File path: libminifi/include/utils/StringView.h ## @@ -0,0 +1,151 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529611248 ## File path: libminifi/src/c2/C2Client.cpp ## @@ -0,0 +1,318 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #936: MINIFICPP-1406 Check for swig dependency for docker integration tests

2020-11-24 Thread GitBox
arpadboda closed pull request #936: URL: https://github.com/apache/nifi-minifi-cpp/pull/936 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-minifi-cpp] arpadboda closed pull request #941: MINIFICPP-1411 - Convert \n newline characters to tags in the docs generation

2020-11-24 Thread GitBox
arpadboda closed pull request #941: URL: https://github.com/apache/nifi-minifi-cpp/pull/941 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-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529553417 ## File path: libminifi/include/utils/StringView.h ## @@ -0,0 +1,151 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
szaszm commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529603905 ## File path: libminifi/src/c2/C2Client.cpp ## @@ -0,0 +1,318 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529603865 ## File path: libminifi/src/c2/C2Client.cpp ## @@ -0,0 +1,318 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
szaszm commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529586706 ## File path: encrypt-config/ArgParser.cpp ## @@ -0,0 +1,178 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[jira] [Created] (NIFI-8040) Failed to update Flow on all nodes in cluster due to Cannot modify Processor configuration while the Processor is running

2020-11-24 Thread Vasily Gudoshnikov (Jira)
Vasily Gudoshnikov created NIFI-8040: Summary: Failed to update Flow on all nodes in cluster due to Cannot modify Processor configuration while the Processor is running Key: NIFI-8040 URL:

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #938: MINIFICPP-1408 thrown objects should be derived from std::exception

2020-11-24 Thread GitBox
arpadboda closed pull request #938: URL: https://github.com/apache/nifi-minifi-cpp/pull/938 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-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529553417 ## File path: libminifi/include/utils/StringView.h ## @@ -0,0 +1,151 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-24 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r529600853 ## File path: encrypt-config/ArgParser.h ## @@ -0,0 +1,74 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4635: NIFI-7821 Added Cassandra-based DMC.

2020-11-24 Thread GitBox
MikeThomsen commented on a change in pull request #4635: URL: https://github.com/apache/nifi/pull/4635#discussion_r529950127 ## File path:

[GitHub] [nifi] MikeThomsen commented on pull request #4635: NIFI-7821 Added Cassandra-based DMC.

2020-11-24 Thread GitBox
MikeThomsen commented on pull request #4635: URL: https://github.com/apache/nifi/pull/4635#issuecomment-73327 @mattyb149 @ds-steven-matison changes pushed. This is an automated message from the Apache Git Service. To

[jira] [Updated] (NIFI-8032) fix RecordPath Guide doc

2020-11-24 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen updated NIFI-8032: --- Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-8032) fix RecordPath Guide doc

2020-11-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238405#comment-17238405 ] ASF subversion and git services commented on NIFI-8032: --- Commit

[GitHub] [nifi] MikeThomsen commented on pull request #4679: NIFI-8032: fix record-path-guide.adoc

2020-11-24 Thread GitBox
MikeThomsen commented on pull request #4679: URL: https://github.com/apache/nifi/pull/4679#issuecomment-733282684 Thanks! This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nifi] asfgit closed pull request #4679: NIFI-8032: fix record-path-guide.adoc

2020-11-24 Thread GitBox
asfgit closed pull request #4679: URL: https://github.com/apache/nifi/pull/4679 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

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4635: NIFI-7821 Added Cassandra-based DMC.

2020-11-24 Thread GitBox
MikeThomsen commented on a change in pull request #4635: URL: https://github.com/apache/nifi/pull/4635#discussion_r529952509 ## File path:

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4635: NIFI-7821 Added Cassandra-based DMC.

2020-11-24 Thread GitBox
MikeThomsen commented on a change in pull request #4635: URL: https://github.com/apache/nifi/pull/4635#discussion_r529952509 ## File path:

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4646: NIFI-6047 Add DeduplicateRecords (combines 6047 and 6014)

2020-11-24 Thread GitBox
MikeThomsen commented on a change in pull request #4646: URL: https://github.com/apache/nifi/pull/4646#discussion_r529984319 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/DeduplicateRecords.java

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4646: NIFI-6047 Add DeduplicateRecords (combines 6047 and 6014)

2020-11-24 Thread GitBox
MikeThomsen commented on a change in pull request #4646: URL: https://github.com/apache/nifi/pull/4646#discussion_r529979791 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/DeduplicateRecords.java

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Description: h2. First attempt with camel case (fails when translate field name is true or false)

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Summary: PutDatabaseRecord Postgres Upsert On Conflict keys not quoted (was: PutDatabaseRecord

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Summary: PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Description: h2. First Attempt with camel case Given that "Quote Column Identifiers" is enabled,

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Summary: PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Description: Given that "Quote Column Identifiers" is enabled, one would expect the column names

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing if translate field name is true

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Summary: PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing if

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Description: h2. First Attempt with camel case (fails when translate field name is true or false)

[jira] [Updated] (NIFI-8043) PutDatabaseRecord Postgres Upsert On Conflict keys not quoted with underscores missing

2020-11-24 Thread Daniel Cheung (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cheung updated NIFI-8043: Description: h2. First Attempt with camel case (translate field name is true) Given that "Quote

[jira] [Commented] (NIFI-8040) Failed to update Flow on all nodes in cluster due to Cannot modify Processor configuration while the Processor is running

2020-11-24 Thread Vasily Gudoshnikov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238587#comment-17238587 ] Vasily Gudoshnikov commented on NIFI-8040: -- [~bbende] The issue is actual for 1.12.1 and 1.11.4  

[jira] [Comment Edited] (NIFI-8040) Failed to update Flow on all nodes in cluster due to Cannot modify Processor configuration while the Processor is running

2020-11-24 Thread Vasily Gudoshnikov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238587#comment-17238587 ] Vasily Gudoshnikov edited comment on NIFI-8040 at 11/25/20, 7:56 AM: -