[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on pull request #837: MINIFICPP-1121 - Upgrade spdlog to version 1.8.0

2020-12-09 Thread GitBox
hunyadi-dev commented on pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#issuecomment-741612258 @szaszm rebased and updated again... This is an automated message from the Apache Git Service. To resp

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539112936 ## File path: PROCESSORS.md ## @@ -208,6 +209,39 @@ In the list below, the names of required properties appear in bold. Any other pr |success|

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539114506 ## File path: PROCESSORS.md ## @@ -208,6 +209,39 @@ In the list below, the names of required properties appear in bold. Any other pr |success|

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539117867 ## File path: extensions/aws/processors/DeleteS3Object.cpp ## @@ -0,0 +1,90 @@ +/** + * @file DeleteS3Object.cpp + * DeleteS3Object class implem

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539123928 ## File path: extensions/aws/processors/DeleteS3Object.cpp ## @@ -0,0 +1,90 @@ +/** + * @file DeleteS3Object.cpp + * DeleteS3Object class implem

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539129193 ## File path: extensions/aws/processors/DeleteS3Object.h ## @@ -0,0 +1,76 @@ +/** + * @file DeleteS3Object.h + * DeleteS3Object class declaratio

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539130989 ## File path: extensions/aws/processors/S3Processor.cpp ## @@ -0,0 +1,263 @@ +/** + * @file S3Processor.cpp + * Base S3 processor class implemen

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539131865 ## File path: extensions/aws/processors/S3Processor.cpp ## @@ -0,0 +1,263 @@ +/** + * @file S3Processor.cpp + * Base S3 processor class implemen

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539131865 ## File path: extensions/aws/processors/S3Processor.cpp ## @@ -0,0 +1,263 @@ +/** + * @file S3Processor.cpp + * Base S3 processor class implemen

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539132249 ## File path: PROCESSORS.md ## @@ -208,6 +209,39 @@ In the list below, the names of required properties appear in bold. Any other pr |success|Fl

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539132879 ## File path: extensions/aws/processors/DeleteS3Object.h ## @@ -0,0 +1,76 @@ +/** + * @file DeleteS3Object.h + * DeleteS3Object class declaration

[jira] [Resolved] (MINIFICPP-1401) MiNiFi should be able to get certs from Win truststore

2020-12-09 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits resolved MINIFICPP-1401. --- Resolution: Fixed > MiNiFi should be able to get certs from Win truststore >

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

2020-12-09 Thread GitBox
szaszm commented on pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#issuecomment-741723722 This is the issue: https://github.com/apache/nifi-minifi-cpp/pull/837/checks?check_run_id=1522646567#step:5:14323 Similar to ec40383, probably just missing includes. --

[jira] [Updated] (MINIFICPP-1417) Improve FileStream error reporting

2020-12-09 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1417: Description: In some deployments, "Unknown exception" errors were reported, usually aft

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #946: MINIFICPP-1417 improve FileStream error reporting

2020-12-09 Thread GitBox
szaszm commented on pull request #946: URL: https://github.com/apache/nifi-minifi-cpp/pull/946#issuecomment-741735925 Closing this PR because this approach (iostream exceptions) seems to be breaking too much. I've added details to the Jira issue as @hunyadi-dev requested. ---

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #946: MINIFICPP-1417 improve FileStream error reporting

2020-12-09 Thread GitBox
szaszm closed pull request #946: URL: https://github.com/apache/nifi-minifi-cpp/pull/946 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 g

[GitHub] [nifi] asfgit closed pull request #4717: NIFI-8080: Compile Jython scripts before evaluating

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

[jira] [Commented] (NIFI-8080) Apply ScriptedTransformRecord approach to Jython for other scripted components

2020-12-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246550#comment-17246550 ] ASF subversion and git services commented on NIFI-8080: --- Commit 2c06

[jira] [Resolved] (NIFI-8080) Apply ScriptedTransformRecord approach to Jython for other scripted components

2020-12-09 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen resolved NIFI-8080. Fix Version/s: 1.13.0 Resolution: Fixed > Apply ScriptedTransformRecord approach to Jython fo

[GitHub] [nifi] markap14 commented on a change in pull request #4717: NIFI-8080: Compile Jython scripts before evaluating

2020-12-09 Thread GitBox
markap14 commented on a change in pull request #4717: URL: https://github.com/apache/nifi/pull/4717#discussion_r539335938 ## File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/script/impl/JythonScriptEngineConfigurator.java ##

[GitHub] [nifi] bbende commented on pull request #4712: NIFI-7885 Added Environment Variable to deny LFS access using Hadoop

2020-12-09 Thread GitBox
bbende commented on pull request #4712: URL: https://github.com/apache/nifi/pull/4712#issuecomment-741806785 Yea we need to look into that test and figure out why it is sometimes failing, but that is a separate issue. Will merge shortly. ---

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #885: MINIFICPP-1344 - Correct rest endpoint for buckets on updateFromPayload

2020-12-09 Thread GitBox
szaszm closed pull request #885: URL: https://github.com/apache/nifi-minifi-cpp/pull/885 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 g

[jira] [Commented] (NIFI-7885) Add global property for LFS access from HDFS processors

2020-12-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246566#comment-17246566 ] ASF subversion and git services commented on NIFI-7885: --- Commit 0af7

[jira] [Updated] (NIFI-7885) Add global property for LFS access from HDFS processors

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

[jira] [Commented] (NIFI-7885) Add global property for LFS access from HDFS processors

2020-12-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246565#comment-17246565 ] ASF subversion and git services commented on NIFI-7885: --- Commit 0af7

[jira] [Commented] (NIFI-7885) Add global property for LFS access from HDFS processors

2020-12-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246567#comment-17246567 ] ASF subversion and git services commented on NIFI-7885: --- Commit 0af7

[GitHub] [nifi] bbende merged pull request #4712: NIFI-7885 Added Environment Variable to deny LFS access using Hadoop

2020-12-09 Thread GitBox
bbende merged pull request #4712: URL: https://github.com/apache/nifi/pull/4712 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] bbende commented on pull request #4716: NIFI-8066: Bump GRPC dependency versions

2020-12-09 Thread GitBox
bbende commented on pull request #4716: URL: https://github.com/apache/nifi/pull/4716#issuecomment-741812614 Looks good, will merge This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [nifi] bbende merged pull request #4716: NIFI-8066: Bump GRPC dependency versions

2020-12-09 Thread GitBox
bbende merged pull request #4716: URL: https://github.com/apache/nifi/pull/4716 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

[jira] [Commented] (NIFI-8066) Bump GRPC dependency versions

2020-12-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246570#comment-17246570 ] ASF subversion and git services commented on NIFI-8066: --- Commit 8d2f

[jira] [Updated] (NIFI-8066) Bump GRPC dependency versions

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

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
szaszm commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539360257 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNode, c

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539397421 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNo

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539398222 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNo

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539402194 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNo

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539405836 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNo

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539407642 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNo

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539407642 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNo

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539409268 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNo

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
hunyadi-dev commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539409634 ## File path: libminifi/include/core/yaml/YamlConfiguration.h ## @@ -260,6 +260,10 @@ class YamlConfiguration : public FlowConfiguration { *

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-09 Thread GitBox
szaszm commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r539420540 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -762,106 +762,109 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNode, c

[GitHub] [nifi] simonbence commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
simonbence commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539448810 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/PutSplunkHTTP.java ## @@ -0,0 +1

[GitHub] [nifi] simonbence commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
simonbence commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539449901 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/PutSplunkHTTP.java ## @@ -0,0 +1

[jira] [Commented] (NIFI-7835) SFTP processors (maybe other too) proxy doesn't use credentials

2020-12-09 Thread Romain Winieski (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246653#comment-17246653 ] Romain Winieski commented on NIFI-7835: --- Hello, We are currently facing the same is

[GitHub] [nifi] simonbence commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
simonbence commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539455671 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/resources/docs/org.apache.nifi.processors.splunk.PutSplunkHTTP/additionalDetail

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #945: MINIFICPP-1416 - Upgrade rocksdb and build on VS2019

2020-12-09 Thread GitBox
arpadboda closed pull request #945: URL: https://github.com/apache/nifi-minifi-cpp/pull/945 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] simonbence commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
simonbence commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539459375 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/SplunkAPICall.java ## @@ -0,0 +1

[GitHub] [nifi] simonbence commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
simonbence commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539460500 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/SplunkAPICall.java ## @@ -0,0 +1

[GitHub] [nifi] simonbence commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
simonbence commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539461551 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/SplunkAPICall.java ## @@ -0,0 +1

[GitHub] [nifi] simonbence commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
simonbence commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539462655 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/SplunkAPICall.java ## @@ -0,0 +1

[jira] [Commented] (NIFI-7749) listSFTP - Failed "Should not reach here"

2020-12-09 Thread Romain Winieski (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246660#comment-17246660 ] Romain Winieski commented on NIFI-7749: --- Hi, We are running under 1.12.1 and we are

[jira] [Commented] (NIFI-7835) SFTP processors (maybe other too) proxy doesn't use credentials

2020-12-09 Thread Pierrick LEONARD (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246661#comment-17246661 ] Pierrick LEONARD commented on NIFI-7835: Hello,   Same issue trying to use SSH P

[GitHub] [nifi] simonbence commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
simonbence commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539468131 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/SplunkAPICall.java ## @@ -0,0 +1

[jira] [Commented] (NIFI-7835) SFTP processors (maybe other too) proxy doesn't use credentials

2020-12-09 Thread Wiktor Kubicki (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246670#comment-17246670 ] Wiktor Kubicki commented on NIFI-7835: -- Hi, this nor second jira is not resolve yet..

[jira] [Comment Edited] (NIFI-7835) SFTP processors (maybe other too) proxy doesn't use credentials

2020-12-09 Thread Wiktor Kubicki (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246670#comment-17246670 ] Wiktor Kubicki edited comment on NIFI-7835 at 12/9/20, 5:03 PM:

[GitHub] [nifi] pvillard31 commented on pull request #4508: NIFI-6576 add basic auth to confluent schema registry service

2020-12-09 Thread GitBox
pvillard31 commented on pull request #4508: URL: https://github.com/apache/nifi/pull/4508#issuecomment-741915423 awesome, let me know if I can be of any help! This is an automated message from the Apache Git Service. To respo

[jira] [Commented] (NIFI-6961) ExtractEmailHeaders does not work with Java 11

2020-12-09 Thread Chad Zobrisky (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246704#comment-17246704 ] Chad Zobrisky commented on NIFI-6961: - Pierre, I recently ran into this. Is the sugges

[GitHub] [nifi] tlsmith109 commented on a change in pull request #4620: NIFI-6242 PutFileTransfer generation incorrect provenance event

2020-12-09 Thread GitBox
tlsmith109 commented on a change in pull request #4620: URL: https://github.com/apache/nifi/pull/4620#discussion_r539539229 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFileTransfer.java ## @@

[jira] [Updated] (NIFI-8035) Handle nested LDAP groups in LdapUserGroupProvider

2020-12-09 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-8035: -- Fix Version/s: (was: 1.12.1) > Handle nested LDAP groups in LdapUserGroupProvider >

[jira] [Assigned] (NIFI-1355) Provide dynamic code-generated certificates for HTTP tests to avoid expiry

2020-12-09 Thread M Tien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Tien reassigned NIFI-1355: Assignee: M Tien (was: Andy LoPresto) > Provide dynamic code-generated certificates for HTTP tests to avoi

[jira] [Reopened] (NIFI-8080) Apply ScriptedTransformRecord approach to Jython for other scripted components

2020-12-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reopened NIFI-8080: Reopening due to comments on previous PR that were not addressed before merge > Apply ScriptedTransform

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
exceptionfactory commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539577611 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/SplunkAPICall.java ## @@ -

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
exceptionfactory commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539578290 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/SplunkAPICall.java ## @@ -

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2020-12-09 Thread GitBox
exceptionfactory commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r539579281 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/SplunkAPICall.java ## @@ -

[GitHub] [nifi] mattyb149 opened a new pull request #4718: NIFI-8080: Move script compilation to configurator init method

2020-12-09 Thread GitBox
mattyb149 opened a new pull request #4718: URL: https://github.com/apache/nifi/pull/4718 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR This PR moves the compilation step into the configur

[jira] [Updated] (NIFI-7738) Provenance Search Events - add feature to allow inverse query

2020-12-09 Thread Nissim Shiman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nissim Shiman updated NIFI-7738: Status: Patch Available (was: In Progress) > Provenance Search Events - add feature to allow invers

[GitHub] [nifi] tlsmith109 commented on a change in pull request #4620: NIFI-6242 PutFileTransfer generation incorrect provenance event

2020-12-09 Thread GitBox
tlsmith109 commented on a change in pull request #4620: URL: https://github.com/apache/nifi/pull/4620#discussion_r539615600 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestPutSFTP.java ## @@ -24

[GitHub] [nifi] tlsmith109 commented on a change in pull request #4620: NIFI-6242 PutFileTransfer generation incorrect provenance event

2020-12-09 Thread GitBox
tlsmith109 commented on a change in pull request #4620: URL: https://github.com/apache/nifi/pull/4620#discussion_r539617331 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestFTP.java ## @@ -144,6

[GitHub] [nifi] tlsmith109 commented on a change in pull request #4620: NIFI-6242 PutFileTransfer generation incorrect provenance event

2020-12-09 Thread GitBox
tlsmith109 commented on a change in pull request #4620: URL: https://github.com/apache/nifi/pull/4620#discussion_r539617748 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestFTP.java ## @@ -144,6

[GitHub] [nifi] MikeThomsen commented on pull request #4718: NIFI-8080: Move script compilation to configurator init method

2020-12-09 Thread GitBox
MikeThomsen commented on pull request #4718: URL: https://github.com/apache/nifi/pull/4718#issuecomment-742098290 I'll try to make time tonight to review this one. This is an automated message from the Apache Git Service. To

[GitHub] [nifi] MikeThomsen commented on pull request #4711: NIFI-8074 Switched ReplaceText to use line by line evaluation as its …

2020-12-09 Thread GitBox
MikeThomsen commented on pull request #4711: URL: https://github.com/apache/nifi/pull/4711#issuecomment-742098555 @markap14 @joewitt do either of you want to merge this? This is an automated message from the Apache Git Servic

[GitHub] [nifi] thenatog commented on pull request #4599: NIFI-7913 Set Enabled TLS Protocols on ListenSMTP

2020-12-09 Thread GitBox
thenatog commented on pull request #4599: URL: https://github.com/apache/nifi/pull/4599#issuecomment-742098802 Spent a while testing this out. I found that your change appears to work - it will follow the context service's setting for the protocol restriction (setting 1.3 only, or setting

[GitHub] [nifi] mattyb149 opened a new pull request #4719: MINIFI-422: Move MiNiFi Java project to NiFi subproject

2020-12-09 Thread GitBox
mattyb149 opened a new pull request #4719: URL: https://github.com/apache/nifi/pull/4719 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Moves the entire nifi-minifi repo into nifi/minifi i

[GitHub] [nifi] thenatog commented on a change in pull request #4599: NIFI-7913 Set Enabled TLS Protocols on ListenSMTP

2020-12-09 Thread GitBox
thenatog commented on a change in pull request #4599: URL: https://github.com/apache/nifi/pull/4599#discussion_r539705336 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/src/main/java/org/apache/nifi/ssl/SSLContextService.java ## @@ -109,10 +

[GitHub] [nifi] mattyb149 closed pull request #4719: MINIFI-422: Move MiNiFi Java project to NiFi subproject

2020-12-09 Thread GitBox
mattyb149 closed pull request #4719: URL: https://github.com/apache/nifi/pull/4719 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 t

[GitHub] [nifi] joewitt commented on pull request #4711: NIFI-8074 Switched ReplaceText to use line by line evaluation as its …

2020-12-09 Thread GitBox
joewitt commented on pull request #4711: URL: https://github.com/apache/nifi/pull/4711#issuecomment-742115422 +1 based on Payne's comments that this will not break existing deployments. Thanks please self merge from here. T

[GitHub] [nifi] thenatog commented on a change in pull request #4599: NIFI-7913 Set Enabled TLS Protocols on ListenSMTP

2020-12-09 Thread GitBox
thenatog commented on a change in pull request #4599: URL: https://github.com/apache/nifi/pull/4599#discussion_r539711164 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/src/main/java/org/apache/nifi/ssl/SSLContextService.java ## @@ -109,10 +

[GitHub] [nifi] jfrazee closed pull request #4695: NIFI-8055: Fix validation message class-name for AzureCosmosDBClientService

2020-12-09 Thread GitBox
jfrazee closed pull request #4695: URL: https://github.com/apache/nifi/pull/4695 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

[jira] [Commented] (NIFI-8055) AzureCosmosDBClientService controller service refers AzureStorageCredentialsControllerService for validation errors

2020-12-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246885#comment-17246885 ] ASF subversion and git services commented on NIFI-8055: --- Commit 1d31

[jira] [Updated] (NIFI-8055) AzureCosmosDBClientService controller service refers AzureStorageCredentialsControllerService for validation errors

2020-12-09 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-8055: -- Fix Version/s: 1.13.0 > AzureCosmosDBClientService controller service refers > AzureStorageCredentialsC

[jira] [Resolved] (NIFI-8055) AzureCosmosDBClientService controller service refers AzureStorageCredentialsControllerService for validation errors

2020-12-09 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee resolved NIFI-8055. --- Resolution: Fixed > AzureCosmosDBClientService controller service refers > AzureStorageCredentialsCon

[jira] [Updated] (NIFI-8055) AzureCosmosDBClientService controller service refers AzureStorageCredentialsControllerService for validation errors

2020-12-09 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-8055: -- Affects Version/s: (was: 1.12.1) 1.13.0 > AzureCosmosDBClientService controll

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4599: NIFI-7913 Set Enabled TLS Protocols on ListenSMTP

2020-12-09 Thread GitBox
exceptionfactory commented on a change in pull request #4599: URL: https://github.com/apache/nifi/pull/4599#discussion_r539737357 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/src/main/java/org/apache/nifi/ssl/SSLContextService.java ## @@ -

[jira] [Assigned] (NIFI-1440) Allow Remote Process Group Target URI to change after creation

2020-12-09 Thread Hsin-Ying Lee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hsin-Ying Lee reassigned NIFI-1440: --- Assignee: Hsin-Ying Lee > Allow Remote Process Group Target URI to change after creation > --

[GitHub] [nifi] s9514171 opened a new pull request #4720: NIFI-1440 Allow Remote Process Group Target URI to change after creation

2020-12-09 Thread GitBox
s9514171 opened a new pull request #4720: URL: https://github.com/apache/nifi/pull/4720 This PR allows RPG to modify the target nifi instance URIs again after RPG is created. the original step, when the RPG start transmit, it will compare the protocol only. if protocol changed, it w

[GitHub] [nifi] asfgit closed pull request #4718: NIFI-8080: Move script compilation to configurator init method

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

[jira] [Commented] (NIFI-8080) Apply ScriptedTransformRecord approach to Jython for other scripted components

2020-12-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246983#comment-17246983 ] ASF subversion and git services commented on NIFI-8080: --- Commit 1f8b

[jira] [Resolved] (NIFI-8080) Apply ScriptedTransformRecord approach to Jython for other scripted components

2020-12-09 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen resolved NIFI-8080. Resolution: Fixed > Apply ScriptedTransformRecord approach to Jython for other scripted components >

[jira] [Commented] (NIFI-1440) Allow Remote Process Group Target URI to change after creation

2020-12-09 Thread Hsin-Ying Lee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17247033#comment-17247033 ] Hsin-Ying Lee commented on NIFI-1440: - Hi [~mcgilman] I have created the PR for this

[jira] [Created] (MINIFICPP-1423) Fix Win 2019 missing include

2020-12-09 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-1423: - Summary: Fix Win 2019 missing include Key: MINIFICPP-1423 URL: https://issues.apache.org/jira/browse/MINIFICPP-1423 Project: Apache NiFi MiNiFi C++

[jira] [Updated] (MINIFICPP-1423) Fix Visual Studio 2019 missing include

2020-12-09 Thread Adam Debreceni (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Debreceni updated MINIFICPP-1423: -- Summary: Fix Visual Studio 2019 missing include (was: Fix Win 2019 missing include

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #954: MINIFICPP-1423 - Add missing include

2020-12-09 Thread GitBox
adamdebreceni opened a new pull request #954: URL: https://github.com/apache/nifi-minifi-cpp/pull/954 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: