[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #853: MINIFICPP-952 - Use GitHub Actions

2020-07-30 Thread GitBox
adamdebreceni commented on a change in pull request #853: URL: https://github.com/apache/nifi-minifi-cpp/pull/853#discussion_r463406369 ## File path: .travis.yml ## @@ -1,189 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more Review comment: i

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #848: MINIFICPP-1268 Fix compiler warnings on Windows (VS2017)

2020-07-30 Thread GitBox
adamdebreceni commented on a change in pull request #848: URL: https://github.com/apache/nifi-minifi-cpp/pull/848#discussion_r463404637 ## File path: libminifi/include/io/Serializable.h ## @@ -44,8 +44,9 @@ Integral byteSwap(Integral i) { #ifdef htonll return htonll(i); #e

[GitHub] [nifi] jfrazee opened a new pull request #4444: NIFI-7693: Bump aspectjweaver version to resolve BeanCreationException on Java 11 2018-09-25

2020-07-30 Thread GitBox
jfrazee opened a new pull request #: URL: https://github.com/apache/nifi/pull/ Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug NIFI-._

[GitHub] [nifi] MuazmaZ commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
MuazmaZ commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463327284 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureBlobStorage.java ## @@

[jira] [Commented] (MINIFICPP-1288) Implement static flow configuration validation

2020-07-30 Thread Jeremy Dyer (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168269#comment-17168269 ] Jeremy Dyer commented on MINIFICPP-1288: [~hunyadi] I merged  [MINIFICPP-1288

[GitHub] [nifi-minifi-cpp] asfgit merged pull request #855: MINIFICPP-1288 - Remove FlowController::reload() as it is both flawed and unused

2020-07-30 Thread GitBox
asfgit merged pull request #855: URL: https://github.com/apache/nifi-minifi-cpp/pull/855 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] jfrazee commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-30 Thread GitBox
jfrazee commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463293125 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #854: MINIFICPP-1310 Fix the CMakeSettings.json file used by Visual Studio

2020-07-30 Thread GitBox
szaszm commented on a change in pull request #854: URL: https://github.com/apache/nifi-minifi-cpp/pull/854#discussion_r463270534 ## File path: CMakeSettings.json ## @@ -2,97 +2,97 @@ // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this fil

[jira] [Commented] (NIFI-7640) HandleHttpRequest - define temporary files location

2020-07-30 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-7640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168195#comment-17168195 ] Tamás Bunth commented on NIFI-7640: --- The temporary directory can be configured using jav

[jira] [Resolved] (NIFI-7640) HandleHttpRequest - define temporary files location

2020-07-30 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-7640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Bunth resolved NIFI-7640. --- Resolution: Won't Fix > HandleHttpRequest - define temporary files location >

[GitHub] [nifi] jfrazee commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
jfrazee commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463246197 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java #

[GitHub] [nifi] stijn192 commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
stijn192 commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463237030 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/DeleteAzureBlobStorage.java #

[GitHub] [nifi] jfrazee commented on pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
jfrazee commented on pull request #4430: URL: https://github.com/apache/nifi/pull/4430#issuecomment-53028 I have a very general concern about this change. The return type of `createBlobServiceClient()` changes from `CloudBlobClient` to `BlobServiceClient` in `AzureStorageUtils`, and `c

[GitHub] [nifi] stijn192 commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
stijn192 commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463239345 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureBlobStorage.java ## @

[GitHub] [nifi] stijn192 commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
stijn192 commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463234889 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java

[GitHub] [nifi] stijn192 commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
stijn192 commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463238291 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java

[GitHub] [nifi] stijn192 commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
stijn192 commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463237030 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/DeleteAzureBlobStorage.java #

[jira] [Updated] (NIFI-7693) BeanCreationException when starting NiFi on Java 11 2018-09-25

2020-07-30 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-7693: -- Description: NiFi cannot start using early Java 11 releases including Java 11 2018-09-25. It throws: {

[GitHub] [nifi] stijn192 commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
stijn192 commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463234889 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java

[jira] [Updated] (NIFI-7693) BeanCreationException when starting NiFi on Java 11 2018-09-25

2020-07-30 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-7693: -- Description: NiFi cannot start using early Java 11 releases including Java 11 2018-09-25. It throws {{

[jira] [Updated] (NIFI-7693) BeanCreationException when starting NiFi on Java 11 2018-09-25

2020-07-30 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-7693: -- Description: NiFi cannot start using early Java 11 releases including Java 11 2018-09-25. It throws {{

[GitHub] [nifi] stijn192 commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
stijn192 commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463234889 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java

[jira] [Created] (NIFI-7693) BeanCreationException when starting NiFi on Java 11 2018-09-25

2020-07-30 Thread Joey Frazee (Jira)
Joey Frazee created NIFI-7693: - Summary: BeanCreationException when starting NiFi on Java 11 2018-09-25 Key: NIFI-7693 URL: https://issues.apache.org/jira/browse/NIFI-7693 Project: Apache NiFi I

[GitHub] [nifi-minifi-cpp] jdye64 commented on pull request #855: MINIFICPP-1288 - Remove FlowController::reload() as it is both flawed and unused

2020-07-30 Thread GitBox
jdye64 commented on pull request #855: URL: https://github.com/apache/nifi-minifi-cpp/pull/855#issuecomment-40856 Seems like the only issue with CI here was the job taking too long (and only for OSX build). I see nothing wrong here and I'm going to merge this.

[GitHub] [nifi] tpalfy commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-30 Thread GitBox
tpalfy commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463217516 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/test/java/org/apache/nifi/processors/azure/storage/ITListAzureDataLakeStorage.java ###

[GitHub] [nifi] jfrazee commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
jfrazee commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463197857 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java #

[GitHub] [nifi] jfrazee commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
jfrazee commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463196544 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java #

[GitHub] [nifi] MuazmaZ commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
MuazmaZ commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r463176963 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureBlobStorage.java ## @@

[GitHub] [nifi] pgyori commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-30 Thread GitBox
pgyori commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463154726 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureDataLakeStorageProcessor.java

[GitHub] [nifi] pgyori commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-30 Thread GitBox
pgyori commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463151518 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java #

[GitHub] [nifi] tpalfy commented on pull request #4411: NIFI-6312: Improved connection handling in AMQP processors

2020-07-30 Thread GitBox
tpalfy commented on pull request #4411: URL: https://github.com/apache/nifi/pull/4411#issuecomment-666508853 The poisoning approach introduces a novel concept to the design that increases the complexity considerably and it needs to be handled from now on the existing and any future process

[jira] [Commented] (NIFI-7692) Conduct Apache NiFi 1.12.0 Release

2020-07-30 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168037#comment-17168037 ] Joe Witt commented on NIFI-7692: https://issues.apache.org/jira/projects/NIFI/versions/123

[jira] [Created] (NIFI-7692) Conduct Apache NiFi 1.12.0 Release

2020-07-30 Thread Joe Witt (Jira)
Joe Witt created NIFI-7692: -- Summary: Conduct Apache NiFi 1.12.0 Release Key: NIFI-7692 URL: https://issues.apache.org/jira/browse/NIFI-7692 Project: Apache NiFi Issue Type: Task Reporte

[jira] [Commented] (NIFI-7689) QID 11827 Security Headers

2020-07-30 Thread Jon McAlexander (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168033#comment-17168033 ] Jon McAlexander commented on NIFI-7689: --- That may actually be a benefitial thing to

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #848: MINIFICPP-1268 Fix compiler warnings on Windows (VS2017)

2020-07-30 Thread GitBox
fgerlits commented on a change in pull request #848: URL: https://github.com/apache/nifi-minifi-cpp/pull/848#discussion_r463113874 ## File path: extensions/libarchive/BinFiles.h ## @@ -91,7 +92,7 @@ class Bin { if (flow->getAttribute(fileCount_, value)) { try {

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #848: MINIFICPP-1268 Fix compiler warnings on Windows (VS2017)

2020-07-30 Thread GitBox
fgerlits commented on a change in pull request #848: URL: https://github.com/apache/nifi-minifi-cpp/pull/848#discussion_r463111602 ## File path: libminifi/include/io/Serializable.h ## @@ -44,8 +44,9 @@ Integral byteSwap(Integral i) { #ifdef htonll return htonll(i); #else -

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #848: MINIFICPP-1268 Fix compiler warnings on Windows (VS2017)

2020-07-30 Thread GitBox
fgerlits commented on a change in pull request #848: URL: https://github.com/apache/nifi-minifi-cpp/pull/848#discussion_r463111602 ## File path: libminifi/include/io/Serializable.h ## @@ -44,8 +44,9 @@ Integral byteSwap(Integral i) { #ifdef htonll return htonll(i); #else -

[jira] [Commented] (NIFI-7689) QID 11827 Security Headers

2020-07-30 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168024#comment-17168024 ] Nathan Gough commented on NIFI-7689: No as far as I'm aware the only way this is confi

[GitHub] [nifi] pvillard31 commented on pull request #4420: NIFI-7429 Adding status history for system level metrics

2020-07-30 Thread GitBox
pvillard31 commented on pull request #4420: URL: https://github.com/apache/nifi/pull/4420#issuecomment-666469978 I've played with it and it looks good to me. That is an awesome addition to NiFi, thanks @simonbence ! @markap14 - I think it'd be best if you can have a look to the code sinc

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #845: MINIFICPP-1277 - Create cross-platform API for querying memory usage

2020-07-30 Thread GitBox
szaszm commented on a change in pull request #845: URL: https://github.com/apache/nifi-minifi-cpp/pull/845#discussion_r463076019 ## File path: libminifi/src/utils/OsUtils.cpp ## @@ -154,6 +164,41 @@ std::string OsUtils::userIdToUsername(const std::string &uid) { return name

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

2020-07-30 Thread GitBox
szaszm commented on a change in pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#discussion_r462925415 ## File path: libminifi/src/core/logging/LoggerConfiguration.cpp ## @@ -298,22 +299,23 @@ std::shared_ptr LoggerConfiguration::create_syslog_sink()

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #853: MINIFICPP-952 - Use GitHub Actions

2020-07-30 Thread GitBox
szaszm commented on a change in pull request #853: URL: https://github.com/apache/nifi-minifi-cpp/pull/853#discussion_r463060927 ## File path: .travis.yml ## @@ -1,189 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more Review comment: I would

[jira] [Commented] (NIFI-7689) QID 11827 Security Headers

2020-07-30 Thread Jon McAlexander (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167993#comment-17167993 ] Jon McAlexander commented on NIFI-7689: --- Thank you Nathan. Is there a configuration

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #848: MINIFICPP-1268 Fix compiler warnings on Windows (VS2017)

2020-07-30 Thread GitBox
adamdebreceni commented on a change in pull request #848: URL: https://github.com/apache/nifi-minifi-cpp/pull/848#discussion_r463060513 ## File path: libminifi/include/io/Serializable.h ## @@ -44,8 +44,9 @@ Integral byteSwap(Integral i) { #ifdef htonll return htonll(i); #e

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #848: MINIFICPP-1268 Fix compiler warnings on Windows (VS2017)

2020-07-30 Thread GitBox
adamdebreceni commented on a change in pull request #848: URL: https://github.com/apache/nifi-minifi-cpp/pull/848#discussion_r463040371 ## File path: extensions/libarchive/BinFiles.h ## @@ -91,7 +92,7 @@ class Bin { if (flow->getAttribute(fileCount_, value)) { t

[GitHub] [nifi] joewitt commented on pull request #4169: NIFI-7338 Adding GetSmbFile and PutSmbFile processors #2

2020-07-30 Thread GitBox
joewitt commented on pull request #4169: URL: https://github.com/apache/nifi/pull/4169#issuecomment-666391898 I should clarify - over this time frame we've moved away from a 'master' branch and instead to a 'main' branch. We've also made sure contrib-check works properly/etc.. It would b

[jira] [Comment Edited] (NIFI-7689) QID 11827 Security Headers

2020-07-30 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167952#comment-17167952 ] Nathan Gough edited comment on NIFI-7689 at 7/30/20, 2:13 PM: --

[jira] [Commented] (NIFI-7689) QID 11827 Security Headers

2020-07-30 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167952#comment-17167952 ] Nathan Gough commented on NIFI-7689: Hi Jon, I'm not familiar with 'Qualys ID 11827'

[GitHub] [nifi] joewitt commented on pull request #4169: NIFI-7338 Adding GetSmbFile and PutSmbFile processors #2

2020-07-30 Thread GitBox
joewitt commented on pull request #4169: URL: https://github.com/apache/nifi/pull/4169#issuecomment-666389788 @si-sun It would be best to update this to base off latest main so all the appropriate tests/checks can run please. ---

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #849: MINIFICPP-1261 - Mark ScopeGuard class deprecated

2020-07-30 Thread GitBox
adamdebreceni commented on a change in pull request #849: URL: https://github.com/apache/nifi-minifi-cpp/pull/849#discussion_r463025104 ## File path: extensions/windows-event-log/ConsumeWindowsEventLog.cpp ## @@ -353,7 +354,7 @@ void ConsumeWindowsEventLog::onTrigger(const std

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #849: MINIFICPP-1261 - Mark ScopeGuard class deprecated

2020-07-30 Thread GitBox
adamdebreceni commented on a change in pull request #849: URL: https://github.com/apache/nifi-minifi-cpp/pull/849#discussion_r463025210 ## File path: extensions/windows-event-log/ConsumeWindowsEventLog.cpp ## @@ -385,7 +386,7 @@ void ConsumeWindowsEventLog::onTrigger(const std

[GitHub] [nifi] Hubi-WanKenobi commented on a change in pull request #4169: NIFI-7338 Adding GetSmbFile and PutSmbFile processors #2

2020-07-30 Thread GitBox
Hubi-WanKenobi commented on a change in pull request #4169: URL: https://github.com/apache/nifi/pull/4169#discussion_r462959361 ## File path: nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/src/main/java/org/apache/nifi/processors/smb/PutSmbFile.java ## @@ -0,0 +1,334 @@

[GitHub] [nifi] tirkarthi opened a new pull request #4443: NIFI-7691: Validate request object to be not null.

2020-07-30 Thread GitBox
tirkarthi opened a new pull request #4443: URL: https://github.com/apache/nifi/pull/4443 Description of PR Validate request object to be not null to fix NullPointerException fixes bug NIFI-7691. ### For all changes: - [x] Is there a JIRA ticket associated with this PR?

[jira] [Commented] (NIFI-7691) Nifi web api crashes due to empty payload causing NullPointerException

2020-07-30 Thread Karthikeyan Singaravelan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167824#comment-17167824 ] Karthikeyan Singaravelan commented on NIFI-7691: GitHub PR : https://githu

[jira] [Created] (NIFI-7691) Nifi web api crashes due to empty payload causing NullPointerException

2020-07-30 Thread Karthikeyan Singaravelan (Jira)
Karthikeyan Singaravelan created NIFI-7691: -- Summary: Nifi web api crashes due to empty payload causing NullPointerException Key: NIFI-7691 URL: https://issues.apache.org/jira/browse/NIFI-7691

[GitHub] [nifi-minifi-cpp] fgerlits commented on pull request #854: MINIFICPP-1310 Fix the CMakeSettings.json file used by Visual Studio

2020-07-30 Thread GitBox
fgerlits commented on pull request #854: URL: https://github.com/apache/nifi-minifi-cpp/pull/854#issuecomment-666282462 > Why change to 32 bit? Why RelWithDebInfo? I wanted to be as close as possible to `win_build_vs.bat`, which builds a 32-bit Release version by default, but also in

[GitHub] [nifi] turcsanyip commented on a change in pull request #4423: NIFI-7664 - Add Content Disposition property to PutS3Object processor

2020-07-30 Thread GitBox
turcsanyip commented on a change in pull request #4423: URL: https://github.com/apache/nifi/pull/4423#discussion_r462886495 ## File path: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/FetchS3Object.java ## @@ -166,13 +166,

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #854: MINIFICPP-1310 Fix the CMakeSettings.json file used by Visual Studio

2020-07-30 Thread GitBox
szaszm commented on pull request #854: URL: https://github.com/apache/nifi-minifi-cpp/pull/854#issuecomment-666267382 Why change to 32 bit? Why RelWithDebInfo? This is an automated message from the Apache Git Service. To resp

[jira] [Updated] (NIFI-7613) Unpacked unique-named native libraries should be in the work directory

2020-07-30 Thread Peter Radden (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Radden updated NIFI-7613: --- Issue Type: Bug (was: Wish) > Unpacked unique-named native libraries should be in the work directory

[jira] [Created] (NIFI-7690) Make ListS3 processor accept incoming relations

2020-07-30 Thread Ferdinand (Jira)
Ferdinand created NIFI-7690: --- Summary: Make ListS3 processor accept incoming relations Key: NIFI-7690 URL: https://issues.apache.org/jira/browse/NIFI-7690 Project: Apache NiFi Issue Type: Wish

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #845: MINIFICPP-1277 - Create cross-platform API for querying memory usage

2020-07-30 Thread GitBox
szaszm commented on a change in pull request #845: URL: https://github.com/apache/nifi-minifi-cpp/pull/845#discussion_r462864018 ## File path: libminifi/src/utils/OsUtils.cpp ## @@ -154,6 +164,41 @@ std::string OsUtils::userIdToUsername(const std::string &uid) { return name

[GitHub] [nifi] turcsanyip commented on pull request #4423: NIFI-7664 - Add Content Disposition property to PutS3Object processor

2020-07-30 Thread GitBox
turcsanyip commented on pull request #4423: URL: https://github.com/apache/nifi/pull/4423#issuecomment-666225798 @kent-nguyen Please rebase your branch onto the current main branch instead of merging the branches. I cannot squash your commits otherwise (getting merge conflict when squashin

[GitHub] [nifi] turcsanyip commented on pull request #4423: NIFI-7664 - Add Content Disposition property to PutS3Object processor

2020-07-30 Thread GitBox
turcsanyip commented on pull request #4423: URL: https://github.com/apache/nifi/pull/4423#issuecomment-666225798 @kent-nguyen Please rebase your branch onto the current main branch instead of merging the branches. I cannot squash your commits otherwise (getting merge conflict when squashin

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #853: MINIFICPP-952 - Use GitHub Actions

2020-07-30 Thread GitBox
fgerlits commented on a change in pull request #853: URL: https://github.com/apache/nifi-minifi-cpp/pull/853#discussion_r462816700 ## File path: .github/workflows/ci.yml ## @@ -0,0 +1,276 @@ +name: "MiNiFi-CPP CI" +on: [push, pull_request, workflow_dispatch] +jobs: + macos_xco

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #853: MINIFICPP-952 - Use GitHub Actions

2020-07-30 Thread GitBox
adamdebreceni commented on a change in pull request #853: URL: https://github.com/apache/nifi-minifi-cpp/pull/853#discussion_r462817427 ## File path: .github/workflows/ci.yml ## @@ -0,0 +1,276 @@ +name: "MiNiFi-CPP CI" +on: [push, pull_request, workflow_dispatch] +jobs: + maco

[GitHub] [nifi] Fabryprog commented on pull request #4441: NIFI 7525 - Create a nullValue() Subjectless Functions and support null type on Expression Language

2020-07-30 Thread GitBox
Fabryprog commented on pull request #4441: URL: https://github.com/apache/nifi/pull/4441#issuecomment-666221835 Note: **ci-workflow** failed in other modules. I modified only **nifi-expression-language** This is an automated

[GitHub] [nifi] pvillard31 commented on a change in pull request #4440: NIFI-528 add support to specify timeout in ExecuteProcess

2020-07-30 Thread GitBox
pvillard31 commented on a change in pull request #4440: URL: https://github.com/apache/nifi/pull/4440#discussion_r462823173 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteProcess.java ## @@

[GitHub] [nifi] turcsanyip commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
turcsanyip commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r462824772 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureBlobStorage.java ##

[jira] [Commented] (NIFI-528) Add support to specify a timeout on ExecuteStreamCommand, ExecuteScript, and ExecuteProcess

2020-07-30 Thread Sylvain Morin (Jira)
[ https://issues.apache.org/jira/browse/NIFI-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167732#comment-17167732 ] Sylvain Morin commented on NIFI-528: Hello, I fixed the indentation issues of the PR, s

[GitHub] [nifi] pvillard31 commented on pull request #4442: NIFI-7687 Improved JVM version handling in RunNiFi and OSUtils.

2020-07-30 Thread GitBox
pvillard31 commented on pull request #4442: URL: https://github.com/apache/nifi/pull/4442#issuecomment-666199151 merged to main, thanks @alopresto This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [nifi] asfgit closed pull request #4442: NIFI-7687 Improved JVM version handling in RunNiFi and OSUtils.

2020-07-30 Thread GitBox
asfgit closed pull request #4442: URL: https://github.com/apache/nifi/pull/4442 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] pvillard31 commented on a change in pull request #4321: NIFI-7506 - CompressContent Add Snappy-Hadoop

2020-07-30 Thread GitBox
pvillard31 commented on a change in pull request #4321: URL: https://github.com/apache/nifi/pull/4321#discussion_r462814180 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestCompressContent.java #

[jira] [Resolved] (NIFI-7687) NiFi fails to start when running on first release of JDK major version

2020-07-30 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-7687. -- Resolution: Fixed > NiFi fails to start when running on first release of JDK major version > ---

[jira] [Commented] (NIFI-7687) NiFi fails to start when running on first release of JDK major version

2020-07-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167721#comment-17167721 ] ASF subversion and git services commented on NIFI-7687: --- Commit ac60

[GitHub] [nifi-registry] bbende commented on a change in pull request #232: NIFIREG-292 Add DB impls of UserGroupProvider and AccessPolicyProvider

2020-07-30 Thread GitBox
bbende commented on a change in pull request #232: URL: https://github.com/apache/nifi-registry/pull/232#discussion_r462560423 ## File path: nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/security/authorization/util/AccessPolicyProviderUtils.java ###

[GitHub] [nifi] turcsanyip commented on a change in pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2020-07-30 Thread GitBox
turcsanyip commented on a change in pull request #4430: URL: https://github.com/apache/nifi/pull/4430#discussion_r462330562 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/services/azure/storage/AzureStorageCredentialsControllerServ

[GitHub] [nifi] alopresto merged pull request #4414: Nifi 7640 Add documentation for temporary directory used by HandleHttpRequest

2020-07-30 Thread GitBox
alopresto merged pull request #4414: URL: https://github.com/apache/nifi/pull/4414 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] alopresto opened a new pull request #4442: NIFI-7687 Improved JVM version handling in RunNiFi and OSUtils.

2020-07-30 Thread GitBox
alopresto opened a new pull request #4442: URL: https://github.com/apache/nifi/pull/4442 Added unit tests. Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Fixes run bug on Windows 1

[GitHub] [nifi] noedetore commented on a change in pull request #4321: NIFI-7506 - CompressContent Add Snappy-Hadoop

2020-07-30 Thread GitBox
noedetore commented on a change in pull request #4321: URL: https://github.com/apache/nifi/pull/4321#discussion_r462501409 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/CompressContent.java ## @@

[GitHub] [nifi-registry] bbende commented on pull request #232: NIFIREG-292 Add DB impls of UserGroupProvider and AccessPolicyProvider

2020-07-30 Thread GitBox
bbende commented on pull request #232: URL: https://github.com/apache/nifi-registry/pull/232#issuecomment-665903431 Thanks for reviewing! I agree that an IT test would be really nice, especially given the test container DB profiles you mentioned. I think we already have a similar example w

[GitHub] [nifi-registry] kevdoran commented on a change in pull request #232: NIFIREG-292 Add DB impls of UserGroupProvider and AccessPolicyProvider

2020-07-30 Thread GitBox
kevdoran commented on a change in pull request #232: URL: https://github.com/apache/nifi-registry/pull/232#discussion_r462516281 ## File path: nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/security/identity/IdentityMapper.java ## @@ -0,0 +1,

[GitHub] [nifi] alopresto commented on pull request #4414: Nifi 7640 Add documentation for temporary directory used by HandleHttpRequest

2020-07-30 Thread GitBox
alopresto commented on pull request #4414: URL: https://github.com/apache/nifi/pull/4414#issuecomment-665814216 Reviewing... This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [nifi] Fabryprog opened a new pull request #4441: NIFI 7525 - Create a nullValue() Subjectless Functions and support null type on Expression Language

2020-07-30 Thread GitBox
Fabryprog opened a new pull request #4441: URL: https://github.com/apache/nifi/pull/4441 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables NIFI-7525 functionality_ In order to

[GitHub] [nifi] asfgit closed pull request #4422: NIFI-6332 - Add Cache Control property to PutS3Object processor

2020-07-30 Thread GitBox
asfgit closed pull request #4422: URL: https://github.com/apache/nifi/pull/4422 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] [Resolved] (NIFI-6332) PutS3 Processor adding Cache-Control property

2020-07-30 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi resolved NIFI-6332. --- Fix Version/s: 1.12.0 Resolution: Fixed > PutS3 Processor adding Cache-Control property