[jira] [Created] (NIFI-8935) Update Saxon from 9.6.05 to 9.9

2021-07-20 Thread Bob Stuart (Jira)
Bob Stuart created NIFI-8935: Summary: Update Saxon from 9.6.05 to 9.9 Key: NIFI-8935 URL: https://issues.apache.org/jira/browse/NIFI-8935 Project: Apache NiFi Issue Type: Improvement

[jira] [Created] (NIFI-8934) Single record SplitJSON input doesn't result in single record output

2021-07-20 Thread Mark Sehmer (Jira)
Mark Sehmer created NIFI-8934: - Summary: Single record SplitJSON input doesn't result in single record output Key: NIFI-8934 URL: https://issues.apache.org/jira/browse/NIFI-8934 Project: Apache NiFi

[GitHub] [nifi] nerdfunk-net commented on pull request #5230: NIFI-8924: Add the ability to use a record writer if listing strategy is set to 'No Tracking'

2021-07-20 Thread GitBox
nerdfunk-net commented on pull request #5230: URL: https://github.com/apache/nifi/pull/5230#issuecomment-883621146 removed the leading whitespace in line 509. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (NIFI-8742) Unable to view FlowFile Content in cluster mode

2021-07-20 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17384436#comment-17384436 ] Nathan Gough commented on NIFI-8742: I am seeing this issue intermittently with clustering, still not

[jira] [Updated] (NIFI-8742) Unable to view FlowFile Content in cluster mode

2021-07-20 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-8742: --- Attachment: image-2021-07-20-14-46-47-853.png > Unable to view FlowFile Content in cluster mode >

[GitHub] [nifi] bbende opened a new pull request #5236: NIFI-8933 Configure Jersey's ObjectMapper to ingnore unknown fields

2021-07-20 Thread GitBox
bbende opened a new pull request #5236: URL: https://github.com/apache/nifi/pull/5236 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] gresockj commented on pull request #5206: NIFI-8695: Adding context to sensitive property providers

2021-07-20 Thread GitBox
gresockj commented on pull request #5206: URL: https://github.com/apache/nifi/pull/5206#issuecomment-883611885 > Hey @gresockj ! I was wondering about potentially adding a `protect(final String unprotectedValue)` that calls `protect(final String unprotectedValue, final

[GitHub] [nifi-minifi-cpp] fgerlits opened a new pull request #1135: MINIFICPP-1609 Handle bash in the same way as patch

2021-07-20 Thread GitBox
fgerlits opened a new pull request #1135: URL: https://github.com/apache/nifi-minifi-cpp/pull/1135 When building Minifi with Azure on Windows, `cmake/BundledAzureSdkCpp.cmake` assumed that `bash` was on the PATH. My local Git for Windows installation includes `bash.exe`, but it is not on

[jira] [Updated] (NIFI-8770) HandleHttpRequest fails to empty queue on shutdown

2021-07-20 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-8770: --- Resolution: Fixed Status: Resolved (was: Patch Available) > HandleHttpRequest fails to empty

[jira] [Commented] (NIFI-8770) HandleHttpRequest fails to empty queue on shutdown

2021-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17384427#comment-17384427 ] ASF subversion and git services commented on NIFI-8770: --- Commit

[GitHub] [nifi] thenatog closed pull request #5218: NIFI-8770 Use queue drainTo() on shutdown in HandleHttpRequest

2021-07-20 Thread GitBox
thenatog closed pull request #5218: URL: https://github.com/apache/nifi/pull/5218 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Updated] (NIFI-8931) Remove One-time Password Authentication

2021-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8931: --- Status: Patch Available (was: In Progress) > Remove One-time Password Authentication >

[GitHub] [nifi] exceptionfactory opened a new pull request #5235: NIFI-8931 Remove OTP Authentication

2021-07-20 Thread GitBox
exceptionfactory opened a new pull request #5235: URL: https://github.com/apache/nifi/pull/5235 Description of PR NIFI-8931 Removes One-time Password authentication and associated token REST resources. Transitioning to HTTP session cookies for passing JSON Web Tokens in

[jira] [Created] (NIFI-8933) Jersey ObjectMapper should ignore unknown fields

2021-07-20 Thread Bryan Bende (Jira)
Bryan Bende created NIFI-8933: - Summary: Jersey ObjectMapper should ignore unknown fields Key: NIFI-8933 URL: https://issues.apache.org/jira/browse/NIFI-8933 Project: Apache NiFi Issue Type:

[GitHub] [nifi] thenatog commented on pull request #5218: NIFI-8770 Use queue drainTo() on shutdown in HandleHttpRequest

2021-07-20 Thread GitBox
thenatog commented on pull request #5218: URL: https://github.com/apache/nifi/pull/5218#issuecomment-883545508 Okay I tested out various error conditions using curl and sending multiple parallel requests and I think things look good. I checked through the code and don't see any issues. I

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1134: MINIFICPP-1608 upgrade pybind11 to 2.6.2

2021-07-20 Thread GitBox
szaszm commented on a change in pull request #1134: URL: https://github.com/apache/nifi-minifi-cpp/pull/1134#discussion_r673292444 ## File path: thirdparty/pybind11/include/pybind11/attr.h ## @@ -12,7 +12,7 @@ #include "cast.h" -NAMESPACE_BEGIN(PYBIND11_NAMESPACE)

[GitHub] [nifi] emiliosetiadarma commented on pull request #5206: NIFI-8695: Adding context to sensitive property providers

2021-07-20 Thread GitBox
emiliosetiadarma commented on pull request #5206: URL: https://github.com/apache/nifi/pull/5206#issuecomment-883529638 Hey @gresockj ! I was wondering about potentially adding a `protect(final String unprotectedValue)` that calls `protect(final String unprotectedValue, final

[jira] [Updated] (NIFI-8932) Add feature to CSVReader to skip N lines at top/bottom of the file

2021-07-20 Thread Philipp Korniets (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Korniets updated NIFI-8932: --- Description: We have a lot of CSV files where provider add custom header/footer to valid CSV

[jira] [Updated] (NIFI-8932) Add feature to CSVReader to skip N lines at top/bottom of the file

2021-07-20 Thread Philipp Korniets (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Korniets updated NIFI-8932: --- Description: We have a lot of CSV files where provider add custom header/footer to valid CSV

[jira] [Updated] (NIFI-8932) Add feature to CSVReader to skip N lines at top/bottom of the file

2021-07-20 Thread Philipp Korniets (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Korniets updated NIFI-8932: --- Description: We have a lot of CSV files where provider add custom header/footer to valid CSV

[jira] [Updated] (NIFI-8932) Add feature to CSVReader to skip N lines at top/bottom of the file

2021-07-20 Thread Philipp Korniets (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Korniets updated NIFI-8932: --- Description: We have a lot of CSV files where provider add custom header/footer to valid CSV

[jira] [Created] (NIFI-8932) Add feature to CSVReader to skip N lines at top/bottom of the file

2021-07-20 Thread Philipp Korniets (Jira)
Philipp Korniets created NIFI-8932: -- Summary: Add feature to CSVReader to skip N lines at top/bottom of the file Key: NIFI-8932 URL: https://issues.apache.org/jira/browse/NIFI-8932 Project: Apache

[jira] [Updated] (NIFI-8930) Add ability for ScanAttribute processor to match on attribute values containing a delimited list of values.

2021-07-20 Thread Tim Smith (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith updated NIFI-8930: Assignee: Tim Smith Status: Patch Available (was: Open) > Add ability for ScanAttribute processor to

[jira] [Updated] (NIFI-8930) Add ability for ScanAttribute processor to match on attribute values containing a delimited list of values.

2021-07-20 Thread Tim Smith (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith updated NIFI-8930: Affects Version/s: 1.14.0 > Add ability for ScanAttribute processor to match on attribute values >

[jira] [Updated] (NIFI-8930) Add ability for ScanAttribute processor to match on attribute values containing a delimited list of values.

2021-07-20 Thread Tim Smith (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith updated NIFI-8930: Affects Version/s: (was: 1.14.0) > Add ability for ScanAttribute processor to match on attribute values

[jira] [Updated] (NIFI-8929) Upgrade Apache POI to 5.0.0

2021-07-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8929: --- Status: Patch Available (was: Open) > Upgrade Apache POI to 5.0.0 >

[jira] [Created] (NIFI-8931) Remove One-time Password Authentication

2021-07-20 Thread David Handermann (Jira)
David Handermann created NIFI-8931: -- Summary: Remove One-time Password Authentication Key: NIFI-8931 URL: https://issues.apache.org/jira/browse/NIFI-8931 Project: Apache NiFi Issue Type:

[jira] [Created] (NIFI-8930) Add ability for ScanAttribute processor to match on attribute values containing a delimited list of values.

2021-07-20 Thread Tim Smith (Jira)
Tim Smith created NIFI-8930: --- Summary: Add ability for ScanAttribute processor to match on attribute values containing a delimited list of values. Key: NIFI-8930 URL: https://issues.apache.org/jira/browse/NIFI-8930

[jira] [Created] (MINIFICPP-1609) Windows build of azure-sdk-cpp-external fails with "bash not found" error

2021-07-20 Thread Ferenc Gerlits (Jira)
Ferenc Gerlits created MINIFICPP-1609: - Summary: Windows build of azure-sdk-cpp-external fails with "bash not found" error Key: MINIFICPP-1609 URL: https://issues.apache.org/jira/browse/MINIFICPP-1609

[GitHub] [nifi] exceptionfactory opened a new pull request #5234: NIFI-8929 Upgraded Apache POI to 5.0.0

2021-07-20 Thread GitBox
exceptionfactory opened a new pull request #5234: URL: https://github.com/apache/nifi/pull/5234 Description of PR NIFI-8929 Upgrades Apache POI from 4.0.1 to 5.0.0 in `nifi-email-processors` and `nifi-poi-processors`. This upgrade addresses a linked vulnerability in older

[GitHub] [nifi] Lehel44 commented on a change in pull request #5088: NIFI-3320: SendTrapSNMP and ListenTrapSNMP processors added.

2021-07-20 Thread GitBox
Lehel44 commented on a change in pull request #5088: URL: https://github.com/apache/nifi/pull/5088#discussion_r673157819 ## File path: nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/main/java/org/apache/nifi/snmp/processors/SendTrapSNMP.java ## @@ -0,0 +1,269 @@

[GitHub] [nifi] Lehel44 commented on a change in pull request #5088: NIFI-3320: SendTrapSNMP and ListenTrapSNMP processors added.

2021-07-20 Thread GitBox
Lehel44 commented on a change in pull request #5088: URL: https://github.com/apache/nifi/pull/5088#discussion_r673157819 ## File path: nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/main/java/org/apache/nifi/snmp/processors/SendTrapSNMP.java ## @@ -0,0 +1,269 @@

[jira] [Updated] (NIFI-8926) NiFi docs incorrectly state enabling/disabling is not a local change

2021-07-20 Thread Michael Hogue (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Hogue updated NIFI-8926: Labels: easyfix help-wanted newbie (was: easyfix newbie) > NiFi docs incorrectly state

[jira] [Created] (NIFI-8929) Upgrade Apache POI to 5.0.0

2021-07-20 Thread David Handermann (Jira)
David Handermann created NIFI-8929: -- Summary: Upgrade Apache POI to 5.0.0 Key: NIFI-8929 URL: https://issues.apache.org/jira/browse/NIFI-8929 Project: Apache NiFi Issue Type: Improvement

[jira] [Updated] (MINIFICPP-1608) upgrade pybind11 to 2.6.2

2021-07-20 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1608: Status: In Progress (was: Patch Available) > upgrade pybind11 to 2.6.2 >

[GitHub] [nifi] juldrixx commented on a change in pull request #5014: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx commented on a change in pull request #5014: URL: https://github.com/apache/nifi/pull/5014#discussion_r673151339 ## File path: nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/PutBigQueryStreaming.java ## @@

[jira] [Commented] (NIFI-8762) ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17384238#comment-17384238 ] ASF subversion and git services commented on NIFI-8762: --- Commit

[jira] [Commented] (NIFI-8762) ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17384240#comment-17384240 ] ASF subversion and git services commented on NIFI-8762: --- Commit

[jira] [Commented] (NIFI-8762) ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17384239#comment-17384239 ] ASF subversion and git services commented on NIFI-8762: --- Commit

[jira] [Resolved] (NIFI-8762) ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-8762. -- Fix Version/s: 1.15.0 Resolution: Fixed > ADLSCredentialControllerService does not

[GitHub] [nifi] asfgit closed pull request #5229: NIFI-8762 ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread GitBox
asfgit closed pull request #5229: URL: https://github.com/apache/nifi/pull/5229 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5014: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
exceptionfactory commented on a change in pull request #5014: URL: https://github.com/apache/nifi/pull/5014#discussion_r673102933 ## File path: nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/PutBigQueryStreaming.java

[GitHub] [nifi] pvillard31 opened a new pull request #5233: NIFI-8928 - Upgrade Jetty to 9.4.43.v20210629

2021-07-20 Thread GitBox
pvillard31 opened a new pull request #5233: URL: https://github.com/apache/nifi/pull/5233 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-._

[jira] [Created] (NIFI-8928) Upgrade Jetty version to 9.4.43

2021-07-20 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-8928: Summary: Upgrade Jetty version to 9.4.43 Key: NIFI-8928 URL: https://issues.apache.org/jira/browse/NIFI-8928 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1134: MINIFICPP-1608 upgrade pybind11 to 2.6.2

2021-07-20 Thread GitBox
adamdebreceni commented on a change in pull request #1134: URL: https://github.com/apache/nifi-minifi-cpp/pull/1134#discussion_r673071892 ## File path: thirdparty/pybind11/include/pybind11/attr.h ## @@ -12,7 +12,7 @@ #include "cast.h" -NAMESPACE_BEGIN(PYBIND11_NAMESPACE)

[GitHub] [nifi] juldrixx closed pull request #5231: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx closed pull request #5231: URL: https://github.com/apache/nifi/pull/5231 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] gresockj commented on a change in pull request #5226: NIFI-8784 Make NIFI_WEB_PROXY_HOST work with single user auth

2021-07-20 Thread GitBox
gresockj commented on a change in pull request #5226: URL: https://github.com/apache/nifi/pull/5226#discussion_r672233625 ## File path: nifi-docker/dockermaven/sh/start.sh ## @@ -66,6 +67,15 @@ if [ -n "${NIFI_WEB_HTTP_PORT}" ]; then prop_replace 'truststore'

[GitHub] [nifi] juldrixx commented on pull request #5231: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx commented on pull request #5231: URL: https://github.com/apache/nifi/pull/5231#issuecomment-882828837 Re-opening after a mistake in [#5014](https://github.com/apache/nifi/pull/5014) -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Created] (NIFI-8927) Add option to start/stop all controllers

2021-07-20 Thread Eduardo Mota Fontes (Jira)
Eduardo Mota Fontes created NIFI-8927: - Summary: Add option to start/stop all controllers Key: NIFI-8927 URL: https://issues.apache.org/jira/browse/NIFI-8927 Project: Apache NiFi Issue

[GitHub] [nifi] juldrixx commented on pull request #5014: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx commented on pull request #5014: URL: https://github.com/apache/nifi/pull/5014#issuecomment-882829047 Re-opening after a mistake here [#5231](https://github.com/apache/nifi/pull/5231) -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nifi] jfrazee commented on a change in pull request #5213: NIFI-8779 correct Docker build scripts

2021-07-20 Thread GitBox
jfrazee commented on a change in pull request #5213: URL: https://github.com/apache/nifi/pull/5213#discussion_r672553049 ## File path: nifi-docker/dockerhub/DockerBuild.sh ## @@ -13,24 +15,16 @@ # See the License for the specific language governing permissions and #

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #1128: MINIFICPP-1602 upgrade Catch2 to v2.13.6

2021-07-20 Thread GitBox
arpadboda closed pull request #1128: URL: https://github.com/apache/nifi-minifi-cpp/pull/1128 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] pvillard31 commented on pull request #5223: NIFI-7443 Corrected SFTP Keep Alive behavior

2021-07-20 Thread GitBox
pvillard31 commented on pull request #5223: URL: https://github.com/apache/nifi/pull/5223#issuecomment-882764457 +1, merged, thanks @exceptionfactory ! -- 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

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1110: MINIFICPP-994 Move out OpenCV build from cmake configuration

2021-07-20 Thread GitBox
szaszm closed pull request #1110: URL: https://github.com/apache/nifi-minifi-cpp/pull/1110 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] adenes commented on a change in pull request #5229: NIFI-8762 ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread GitBox
adenes commented on a change in pull request #5229: URL: https://github.com/apache/nifi/pull/5229#discussion_r672323268 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/services/azure/storage/ADLSCredentialsControllerService.java

[GitHub] [nifi] pvillard31 commented on pull request #5221: NIFI-8791 Removed unused ChannelSender and implementations

2021-07-20 Thread GitBox
pvillard31 commented on pull request #5221: URL: https://github.com/apache/nifi/pull/5221#issuecomment-882762941 Thanks @exceptionfactory ! -- 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] juldrixx removed a comment on pull request #5014: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx removed a comment on pull request #5014: URL: https://github.com/apache/nifi/pull/5014#issuecomment-882829047 Re-opening after a mistake here [#5231](https://github.com/apache/nifi/pull/5231) -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi] mattyb149 closed pull request #5232: NIFI-5174 Update README.md Minimum Requirements

2021-07-20 Thread GitBox
mattyb149 closed pull request #5232: URL: https://github.com/apache/nifi/pull/5232 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5014: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
exceptionfactory commented on a change in pull request #5014: URL: https://github.com/apache/nifi/pull/5014#discussion_r672623248 ## File path: nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/PutBigQueryStreaming.java

[GitHub] [nifi] adenes commented on pull request #5229: NIFI-8762 ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread GitBox
adenes commented on pull request #5229: URL: https://github.com/apache/nifi/pull/5229#issuecomment-882667163 Thanks @exceptionfactory for the review, I have updated the PR according to your suggestion. I also added a test case to cover the changes. -- This is an automated message from

[GitHub] [nifi] mattyb149 commented on pull request #5232: NIFI-5174 Update README.md Minimum Requirements

2021-07-20 Thread GitBox
mattyb149 commented on pull request #5232: URL: https://github.com/apache/nifi/pull/5232#issuecomment-882889218 +1 LGTM, thanks for the update! Merging to main -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1132: MINIFICPP-1603 Support Funnels element in flow definition

2021-07-20 Thread GitBox
szaszm commented on a change in pull request #1132: URL: https://github.com/apache/nifi-minifi-cpp/pull/1132#discussion_r672382612 ## File path: docker/test/integration/steps/steps.py ## @@ -248,6 +262,27 @@ def step_impl(context, file_name, content, path):

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #1129: MINIFICPP-1604 upgrade rapidjson 1.1.0 -> 48fbd8c

2021-07-20 Thread GitBox
arpadboda closed pull request #1129: URL: https://github.com/apache/nifi-minifi-cpp/pull/1129 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] juldrixx commented on a change in pull request #5014: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx commented on a change in pull request #5014: URL: https://github.com/apache/nifi/pull/5014#discussion_r672878946 ## File path: nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/PutBigQueryStreaming.java ## @@

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1110: MINIFICPP-994 Move out OpenCV build from cmake configuration

2021-07-20 Thread GitBox
lordgamez commented on a change in pull request #1110: URL: https://github.com/apache/nifi-minifi-cpp/pull/1110#discussion_r672231758 ## File path: CMakeLists.txt ## @@ -503,6 +517,8 @@ endif() ## OpenCV Extensions option(ENABLE_OPENCV "Disables the OpenCV extensions." OFF)

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1127: MINIFICPP-1601 Add example flow configurations

2021-07-20 Thread GitBox
szaszm commented on a change in pull request #1127: URL: https://github.com/apache/nifi-minifi-cpp/pull/1127#discussion_r672308980 ## File path: examples/README.md ## @@ -12,6 +12,130 @@ See the License for the specific language governing permissions and limitations

[GitHub] [nifi] ChrisSamo632 commented on a change in pull request #5213: NIFI-8779 correct Docker build scripts

2021-07-20 Thread GitBox
ChrisSamo632 commented on a change in pull request #5213: URL: https://github.com/apache/nifi/pull/5213#discussion_r672606873 ## File path: nifi-docker/dockerhub/DockerBuild.sh ## @@ -13,24 +15,16 @@ # See the License for the specific language governing permissions and #

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1131: MINIFICPP-1606 Fix the reading of large flow files

2021-07-20 Thread GitBox
szaszm closed pull request #1131: URL: https://github.com/apache/nifi-minifi-cpp/pull/1131 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] lordgamez closed pull request #1132: MINIFICPP-1603 Support Funnels element in flow definition

2021-07-20 Thread GitBox
lordgamez closed pull request #1132: URL: https://github.com/apache/nifi-minifi-cpp/pull/1132 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] jfrazee commented on a change in pull request #5226: NIFI-8784 Make NIFI_WEB_PROXY_HOST work with single user auth

2021-07-20 Thread GitBox
jfrazee commented on a change in pull request #5226: URL: https://github.com/apache/nifi/pull/5226#discussion_r672297689 ## File path: nifi-docker/dockermaven/sh/start.sh ## @@ -66,6 +67,15 @@ if [ -n "${NIFI_WEB_HTTP_PORT}" ]; then prop_replace 'truststore'

[GitHub] [nifi] juldrixx closed pull request #5014: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx closed pull request #5014: URL: https://github.com/apache/nifi/pull/5014 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1132: MINIFICPP-1603 Support Funnels element in flow definition

2021-07-20 Thread GitBox
lordgamez commented on a change in pull request #1132: URL: https://github.com/apache/nifi-minifi-cpp/pull/1132#discussion_r672904741 ## File path: extensions/standard-processors/tests/unit/YamlConfigurationTests.cpp ## @@ -747,3 +747,93 @@ TEST_CASE("Test Regex Property 2",

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1127: MINIFICPP-1601 Add example flow configurations

2021-07-20 Thread GitBox
lordgamez commented on a change in pull request #1127: URL: https://github.com/apache/nifi-minifi-cpp/pull/1127#discussion_r672313737 ## File path: examples/README.md ## @@ -12,6 +12,130 @@ See the License for the specific language governing permissions and limitations

[GitHub] [nifi] asfgit closed pull request #5223: NIFI-7443 Corrected SFTP Keep Alive behavior

2021-07-20 Thread GitBox
asfgit closed pull request #5223: URL: https://github.com/apache/nifi/pull/5223 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1124: MINIFICPP-1367 Add option to disable NanoFi build

2021-07-20 Thread GitBox
szaszm closed pull request #1124: URL: https://github.com/apache/nifi-minifi-cpp/pull/1124 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5229: NIFI-8762 ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread GitBox
exceptionfactory commented on a change in pull request #5229: URL: https://github.com/apache/nifi/pull/5229#discussion_r672378707 ## File path:

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-20 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r672456515 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] pvillard31 commented on a change in pull request #5229: NIFI-8762 ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread GitBox
pvillard31 commented on a change in pull request #5229: URL: https://github.com/apache/nifi/pull/5229#discussion_r672320236 ## File path:

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #1110: MINIFICPP-994 Move out OpenCV build from cmake configuration

2021-07-20 Thread GitBox
lordgamez commented on pull request #1110: URL: https://github.com/apache/nifi-minifi-cpp/pull/1110#issuecomment-882657304 > This PR causes a build issue: > > ``` > + nice -n 19 ninja -v -j64 > ninja: error: 'thirdparty/opencv-install/lib64/libopencv_flann.a', needed by

[GitHub] [nifi] juldrixx removed a comment on pull request #5231: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx removed a comment on pull request #5231: URL: https://github.com/apache/nifi/pull/5231#issuecomment-882828837 Re-opening after a mistake in [#5014](https://github.com/apache/nifi/pull/5014) -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1127: MINIFICPP-1601 Add example flow configurations

2021-07-20 Thread GitBox
szaszm closed pull request #1127: URL: https://github.com/apache/nifi-minifi-cpp/pull/1127 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1119: MINIFICPP-1587 Fix CWEL test compilation if path contains whitespace

2021-07-20 Thread GitBox
szaszm closed pull request #1119: URL: https://github.com/apache/nifi-minifi-cpp/pull/1119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] asfgit closed pull request #5221: NIFI-8791 Removed unused ChannelSender and implementations

2021-07-20 Thread GitBox
asfgit closed pull request #5221: URL: https://github.com/apache/nifi/pull/5221 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] juldrixx closed pull request #5231: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx closed pull request #5231: URL: https://github.com/apache/nifi/pull/5231 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] adenes commented on pull request #5229: NIFI-8762 ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread GitBox
adenes commented on pull request #5229: URL: https://github.com/apache/nifi/pull/5229#issuecomment-882667163 Thanks @exceptionfactory for the review, I have updated the PR according to your suggestion. I also added a test case to cover the changes. -- This is an automated message from

[GitHub] [nifi] gresockj commented on a change in pull request #5226: NIFI-8784 Make NIFI_WEB_PROXY_HOST work with single user auth

2021-07-20 Thread GitBox
gresockj commented on a change in pull request #5226: URL: https://github.com/apache/nifi/pull/5226#discussion_r672233625 ## File path: nifi-docker/dockermaven/sh/start.sh ## @@ -66,6 +67,15 @@ if [ -n "${NIFI_WEB_HTTP_PORT}" ]; then prop_replace 'truststore'

[GitHub] [nifi] juldrixx commented on pull request #5231: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx commented on pull request #5231: URL: https://github.com/apache/nifi/pull/5231#issuecomment-882828837 Re-opening after a mistake in [#5014](https://github.com/apache/nifi/pull/5014) -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Resolved] (NIFI-8923) Unable to compile due to groovy-tests trying to download org.codehaus.groovy:groovy-eclipse-batch:pom:2.5.4-01 from/to bintray (https://dl.bintray.com/groovy/maven

2021-07-20 Thread Patrick Ethier (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Ethier resolved NIFI-8923. -- Resolution: Fixed Pulled 4992 and 4999 and recompiled, fixed this issue. > Unable to compile

[GitHub] [nifi] jfrazee commented on a change in pull request #5213: NIFI-8779 correct Docker build scripts

2021-07-20 Thread GitBox
jfrazee commented on a change in pull request #5213: URL: https://github.com/apache/nifi/pull/5213#discussion_r672553049 ## File path: nifi-docker/dockerhub/DockerBuild.sh ## @@ -13,24 +15,16 @@ # See the License for the specific language governing permissions and #

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #1128: MINIFICPP-1602 upgrade Catch2 to v2.13.6

2021-07-20 Thread GitBox
arpadboda closed pull request #1128: URL: https://github.com/apache/nifi-minifi-cpp/pull/1128 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1110: MINIFICPP-994 Move out OpenCV build from cmake configuration

2021-07-20 Thread GitBox
szaszm closed pull request #1110: URL: https://github.com/apache/nifi-minifi-cpp/pull/1110 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] adenes commented on a change in pull request #5229: NIFI-8762 ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-20 Thread GitBox
adenes commented on a change in pull request #5229: URL: https://github.com/apache/nifi/pull/5229#discussion_r672323268 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/services/azure/storage/ADLSCredentialsControllerService.java

[jira] [Commented] (NIFI-8923) Unable to compile due to groovy-tests trying to download org.codehaus.groovy:groovy-eclipse-batch:pom:2.5.4-01 from/to bintray (https://dl.bintray.com/groovy/maven

2021-07-20 Thread faerballert (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17384013#comment-17384013 ] faerballert commented on NIFI-8923: --- [~nuttybrewer] you can also change it by yourself :) you see the

[GitHub] [nifi] nerdfunk-net closed pull request #5228: NIFI-8924 Add the ability to use a record writer if 'No Tracking' is configured.

2021-07-20 Thread GitBox
nerdfunk-net closed pull request #5228: URL: https://github.com/apache/nifi/pull/5228 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] pvillard31 commented on pull request #5221: NIFI-8791 Removed unused ChannelSender and implementations

2021-07-20 Thread GitBox
pvillard31 commented on pull request #5221: URL: https://github.com/apache/nifi/pull/5221#issuecomment-882762941 Thanks @exceptionfactory ! -- 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] mattyb149 closed pull request #5232: NIFI-5174 Update README.md Minimum Requirements

2021-07-20 Thread GitBox
mattyb149 closed pull request #5232: URL: https://github.com/apache/nifi/pull/5232 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] juldrixx commented on pull request #5014: NIFI-8442 Convert Timestamp, Date and Time to String

2021-07-20 Thread GitBox
juldrixx commented on pull request #5014: URL: https://github.com/apache/nifi/pull/5014#issuecomment-882829047 Re-opening after a mistake here [#5231](https://github.com/apache/nifi/pull/5231) -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nifi] mattyb149 commented on pull request #5232: NIFI-5174 Update README.md Minimum Requirements

2021-07-20 Thread GitBox
mattyb149 commented on pull request #5232: URL: https://github.com/apache/nifi/pull/5232#issuecomment-882889218 +1 LGTM, thanks for the update! Merging to main -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1132: MINIFICPP-1603 Support Funnels element in flow definition

2021-07-20 Thread GitBox
szaszm commented on a change in pull request #1132: URL: https://github.com/apache/nifi-minifi-cpp/pull/1132#discussion_r672382612 ## File path: docker/test/integration/steps/steps.py ## @@ -248,6 +262,27 @@ def step_impl(context, file_name, content, path):

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #1129: MINIFICPP-1604 upgrade rapidjson 1.1.0 -> 48fbd8c

2021-07-20 Thread GitBox
arpadboda closed pull request #1129: URL: https://github.com/apache/nifi-minifi-cpp/pull/1129 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

  1   2   >