[jira] [Updated] (NIFI-9259) Adding GeohashRecord Processor

2021-10-25 Thread Mikayla Yang (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikayla Yang updated NIFI-9259: --- Description: Geohash can be used as unique identifiers for geospatial data and is widely used in inde

[jira] [Updated] (NIFI-9259) Adding GeohashRecord Processor

2021-10-25 Thread Mikayla Yang (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikayla Yang updated NIFI-9259: --- Description: Geohash can be used as unique identifiers for geospatial data and is widely used in inde

[jira] [Created] (NIFI-9333) Adding Geohash functions to Expression Language

2021-10-25 Thread Mikayla Yang (Jira)
Mikayla Yang created NIFI-9333: -- Summary: Adding Geohash functions to Expression Language Key: NIFI-9333 URL: https://issues.apache.org/jira/browse/NIFI-9333 Project: Apache NiFi Issue Type: New

[jira] [Updated] (NIFI-9332) Correct Conditional SecureHasher JUnit 5 Tests

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9332: --- Status: Patch Available (was: Open) > Correct Conditional SecureHasher JUnit 5 Tests > --

[GitHub] [nifi] exceptionfactory opened a new pull request #5481: NIFI-9332 Correct SecureHasher conditional tests

2021-10-25 Thread GitBox
exceptionfactory opened a new pull request #5481: URL: https://github.com/apache/nifi/pull/5481 Description of PR NIFI-9332 Corrects `SecureHasher` unit test methods annotated with `EnabledIfSystemProperty` to honor the annotation. Removing the `GroovyTestCase` parent class cau

[jira] [Created] (NIFI-9332) Correct Conditional SecureHasher JUnit 5 Tests

2021-10-25 Thread David Handermann (Jira)
David Handermann created NIFI-9332: -- Summary: Correct Conditional SecureHasher JUnit 5 Tests Key: NIFI-9332 URL: https://issues.apache.org/jira/browse/NIFI-9332 Project: Apache NiFi Issue Ty

[jira] [Updated] (NIFI-9258) UI - Empty state for referencing components in Parameter Context dialog

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9258: --- Resolution: Fixed Status: Resolved (was: Patch Available) > UI - Empty state for refe

[jira] [Updated] (NIFI-9214) UI - forceFitColumns option is deprecated - use autosizeColsMode

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9214: --- Resolution: Fixed Status: Resolved (was: Patch Available) > UI - forceFitColumns opti

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

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8927: --- Fix Version/s: (was: 1.15.0) > Add option to start/stop all controllers >

[jira] [Resolved] (NIFI-9263) Make HashiCorpVault Param Value Provider consistent

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-9263. Resolution: Fixed > Make HashiCorpVault Param Value Provider consistent > --

[jira] [Updated] (NIFI-9194) Upsert for Oracle12+

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9194: --- Fix Version/s: (was: 1.15.0) > Upsert for Oracle12+ > > >

[jira] [Resolved] (NIFI-9080) Convert nifi-commons to use all JUnit 5 APIs

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-9080. Fix Version/s: 1.15.0 Resolution: Fixed > Convert nifi-commons to use all JUnit 5 API

[jira] [Commented] (NIFI-9080) Convert nifi-commons to use all JUnit 5 APIs

2021-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434079#comment-17434079 ] ASF subversion and git services commented on NIFI-9080: --- Commit 8d51

[GitHub] [nifi] asfgit closed pull request #5332: NIFI-9080 Converted nifi-commons to use JUnit 5.

2021-10-25 Thread GitBox
asfgit closed pull request #5332: URL: https://github.com/apache/nifi/pull/5332 -- 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: issues-unsubscr...

[jira] [Updated] (NIFI-9331) Potential NPE when logging long-running tasks

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9331: --- Status: Patch Available (was: In Progress) > Potential NPE when logging long-running tasks >

[GitHub] [nifi] exceptionfactory opened a new pull request #5480: NIFI-9331 Correct ThreadUtils handling of Locked Stacked Frame

2021-10-25 Thread GitBox
exceptionfactory opened a new pull request #5480: URL: https://github.com/apache/nifi/pull/5480 Description of PR NIFI-9331 Corrects `ThreadUtils.createStackTrace()` handling of [MonitorInfo.getLockedStackFrame()](https://docs.oracle.com/javase/8/docs/api/java/lang/management/Mo

[jira] [Updated] (NIFI-8272) Deleted/renamed metrics are still being shown in the REST API Prometheus endpoint

2021-10-25 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-8272: --- Affects Version/s: (was: 1.14.0) (was: 1.12.1)

[jira] [Commented] (NIFI-8272) Deleted/renamed metrics are still being shown in the REST API Prometheus endpoint

2021-10-25 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434063#comment-17434063 ] Matt Burgess commented on NIFI-8272: Not sure this works on Summaries or Histograms, b

[jira] [Updated] (NIFI-9326) Add Socket Keep Alive Property to ListenSyslog

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9326: --- Status: Patch Available (was: In Progress) > Add Socket Keep Alive Property to ListenSyslog >

[GitHub] [nifi] exceptionfactory opened a new pull request #5479: NIFI-9326 Add Socket Keep Alive property to ListenSyslog

2021-10-25 Thread GitBox
exceptionfactory opened a new pull request #5479: URL: https://github.com/apache/nifi/pull/5479 Description of PR NIFI-9326 Adds a `Socket Keep Alive` property to the `ListenSyslog` processor to support enabling TCP socket keep alive probes. The property instructs the `NettyEve

[jira] [Assigned] (NIFI-9331) Potential NPE when logging long-running tasks

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-9331: -- Assignee: David Handermann > Potential NPE when logging long-running tasks > --

[jira] [Commented] (NIFI-8792) Refactor ListenRELP using Netty

2021-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433989#comment-17433989 ] ASF subversion and git services commented on NIFI-8792: --- Commit 309a

[jira] [Resolved] (NIFI-8792) Refactor ListenRELP using Netty

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-8792. Fix Version/s: 1.15.0 Resolution: Fixed > Refactor ListenRELP using Netty > -

[GitHub] [nifi] exceptionfactory closed pull request #5398: NIFI-8792 - Refactor ListenRELP to use Netty

2021-10-25 Thread GitBox
exceptionfactory closed pull request #5398: URL: https://github.com/apache/nifi/pull/5398 -- 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: issues-u

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5478: NIFI-9328: Transfer cleanup and reuse added to FetchFileTransfer

2021-10-25 Thread GitBox
exceptionfactory commented on a change in pull request #5478: URL: https://github.com/apache/nifi/pull/5478#discussion_r735952746 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/FetchFileTransfer.java #

[jira] [Updated] (NIFI-9328) FetchSFTP fails to close connections while file.not.found error

2021-10-25 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-9328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lehel Boér updated NIFI-9328: - Status: Patch Available (was: In Progress) > FetchSFTP fails to close connections while file.not.found er

[GitHub] [nifi] Lehel44 opened a new pull request #5478: NIFI-9328: Transfer cleanup and reuse added to FetchFileTransfer

2021-10-25 Thread GitBox
Lehel44 opened a new pull request #5478: URL: https://github.com/apache/nifi/pull/5478 …ase of FileNotFound and PermissionDenied exceptions. Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of

[jira] [Updated] (NIFI-9326) Add Socket Keep Alive Property to ListenSyslog

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9326: --- Summary: Add Socket Keep Alive Property to ListenSyslog (was: Add Socket Keepalive Property t

[jira] [Created] (NIFI-9331) Potential NPE when logging long-running tasks

2021-10-25 Thread Mark Payne (Jira)
Mark Payne created NIFI-9331: Summary: Potential NPE when logging long-running tasks Key: NIFI-9331 URL: https://issues.apache.org/jira/browse/NIFI-9331 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] thenatog commented on pull request #5398: NIFI-8792 - Refactor ListenRELP to use Netty

2021-10-25 Thread GitBox
thenatog commented on pull request #5398: URL: https://github.com/apache/nifi/pull/5398#issuecomment-951200403 Should be resolved. -- 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 co

[GitHub] [nifi] gresockj commented on a change in pull request #5415: NIFI-7012: Refactored OnConfigurationRestored to support sensitive property validation

2021-10-25 Thread GitBox
gresockj commented on a change in pull request #5415: URL: https://github.com/apache/nifi/pull/5415#discussion_r735825183 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java ###

[GitHub] [nifi] mattyb149 commented on pull request #5415: NIFI-7012: Refactored OnConfigurationRestored to support sensitive property validation

2021-10-25 Thread GitBox
mattyb149 commented on pull request #5415: URL: https://github.com/apache/nifi/pull/5415#issuecomment-951154314 @gresockj and @markap14 I believe I incorporated the requested changes, can you review this again when you have cycles? Please and thanks! -- This is an automated message from

[GitHub] [nifi] nandorsoma commented on pull request #5475: NIFI-830 For GET requests, InvokeHTTP should set the filename of the 'Response' FlowFile based on the URL

2021-10-25 Thread GitBox
nandorsoma commented on pull request #5475: URL: https://github.com/apache/nifi/pull/5475#issuecomment-951080774 > Thanks for the contribution! > > What if the file name as url encoded characters in it? Shouldn't those be unencoded? My thinking is that the file names should be the sa

[GitHub] [nifi] nandorsoma commented on a change in pull request #5475: NIFI-830 For GET requests, InvokeHTTP should set the filename of the 'Response' FlowFile based on the URL

2021-10-25 Thread GitBox
nandorsoma commented on a change in pull request #5475: URL: https://github.com/apache/nifi/pull/5475#discussion_r735730301 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@ -482

[GitHub] [nifi] nandorsoma commented on a change in pull request #5475: NIFI-830 For GET requests, InvokeHTTP should set the filename of the 'Response' FlowFile based on the URL

2021-10-25 Thread GitBox
nandorsoma commented on a change in pull request #5475: URL: https://github.com/apache/nifi/pull/5475#discussion_r735750015 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@ -126

[GitHub] [nifi] nandorsoma commented on a change in pull request #5475: NIFI-830 For GET requests, InvokeHTTP should set the filename of the 'Response' FlowFile based on the URL

2021-10-25 Thread GitBox
nandorsoma commented on a change in pull request #5475: URL: https://github.com/apache/nifi/pull/5475#discussion_r735730301 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@ -482

[GitHub] [nifi] mattyb149 commented on pull request #5423: NIFI-9260 Making the 'write and rename' behaviour optional for PutHDFS

2021-10-25 Thread GitBox
mattyb149 commented on pull request #5423: URL: https://github.com/apache/nifi/pull/5423#issuecomment-951053800 There's a merge conflict that needs to be resolved before this PR can be merged -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5398: NIFI-8792 - Refactor ListenRELP to use Netty

2021-10-25 Thread GitBox
exceptionfactory commented on a change in pull request #5398: URL: https://github.com/apache/nifi/pull/5398#discussion_r735710548 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenRELP.java ## @

[GitHub] [nifi] ottobackwards commented on a change in pull request #5458: NIFI-7865 amqp$header is splitted in the wrong way for "," and "}"

2021-10-25 Thread GitBox
ottobackwards commented on a change in pull request #5458: URL: https://github.com/apache/nifi/pull/5458#discussion_r735708591 ## File path: nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/src/main/java/org/apache/nifi/amqp/processors/ConsumeAMQP.java ## @@ -99,6 +102,2

[GitHub] [nifi] ottobackwards commented on a change in pull request #5458: NIFI-7865 amqp$header is splitted in the wrong way for "," and "}"

2021-10-25 Thread GitBox
ottobackwards commented on a change in pull request #5458: URL: https://github.com/apache/nifi/pull/5458#discussion_r735707010 ## File path: nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/StringUtils.java ## @@ -510,4 +514,20 @@ public static String toTitleCas

[jira] [Updated] (NIFI-9330) Add support for Kafka 3.0

2021-10-25 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey updated NIFI-9330: Description: Kafka 3.0 released in September 2021. [https://kafka.apache.org/downloads] As a major version

[GitHub] [nifi] ottobackwards commented on a change in pull request #5458: NIFI-7865 amqp$header is splitted in the wrong way for "," and "}"

2021-10-25 Thread GitBox
ottobackwards commented on a change in pull request #5458: URL: https://github.com/apache/nifi/pull/5458#discussion_r735704390 ## File path: nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/StringUtils.java ## @@ -510,4 +514,20 @@ public static String toTitleCas

[jira] [Commented] (NIFI-9328) FetchSFTP fails to close connections while file.not.found error

2021-10-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433817#comment-17433817 ] David Handermann commented on NIFI-9328: Changes to handle asynchronous session co

[GitHub] [nifi] ottobackwards commented on a change in pull request #5458: NIFI-7865 amqp$header is splitted in the wrong way for "," and "}"

2021-10-25 Thread GitBox
ottobackwards commented on a change in pull request #5458: URL: https://github.com/apache/nifi/pull/5458#discussion_r735702744 ## File path: nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/StringUtils.java ## @@ -510,4 +514,20 @@ public static String toTitleCas

[GitHub] [nifi] ottobackwards commented on a change in pull request #5458: NIFI-7865 amqp$header is splitted in the wrong way for "," and "}"

2021-10-25 Thread GitBox
ottobackwards commented on a change in pull request #5458: URL: https://github.com/apache/nifi/pull/5458#discussion_r735700480 ## File path: nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/StringUtils.java ## @@ -510,4 +514,20 @@ public static String toTitleCas

[GitHub] [nifi] ottobackwards commented on a change in pull request #5475: NIFI-830 For GET requests, InvokeHTTP should set the filename of the 'Response' FlowFile based on the URL

2021-10-25 Thread GitBox
ottobackwards commented on a change in pull request #5475: URL: https://github.com/apache/nifi/pull/5475#discussion_r735697470 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@ -

[jira] [Created] (NIFI-9330) Add support for Kafka 3.0

2021-10-25 Thread Paul Grey (Jira)
Paul Grey created NIFI-9330: --- Summary: Add support for Kafka 3.0 Key: NIFI-9330 URL: https://issues.apache.org/jira/browse/NIFI-9330 Project: Apache NiFi Issue Type: Improvement Component

[GitHub] [nifi] ottobackwards commented on a change in pull request #5475: NIFI-830 For GET requests, InvokeHTTP should set the filename of the 'Response' FlowFile based on the URL

2021-10-25 Thread GitBox
ottobackwards commented on a change in pull request #5475: URL: https://github.com/apache/nifi/pull/5475#discussion_r735690534 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@ -

[GitHub] [nifi] ottobackwards commented on a change in pull request #5475: NIFI-830 For GET requests, InvokeHTTP should set the filename of the 'Response' FlowFile based on the URL

2021-10-25 Thread GitBox
ottobackwards commented on a change in pull request #5475: URL: https://github.com/apache/nifi/pull/5475#discussion_r735688691 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@ -

[GitHub] [nifi] ottobackwards commented on a change in pull request #5475: NIFI-830 For GET requests, InvokeHTTP should set the filename of the 'Response' FlowFile based on the URL

2021-10-25 Thread GitBox
ottobackwards commented on a change in pull request #5475: URL: https://github.com/apache/nifi/pull/5475#discussion_r735687254 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java ## @@ -

[GitHub] [nifi] ottobackwards commented on pull request #5475: NIFI-830 For GET requests, InvokeHTTP should set the filename of the 'Response' FlowFile based on the URL

2021-10-25 Thread GitBox
ottobackwards commented on pull request #5475: URL: https://github.com/apache/nifi/pull/5475#issuecomment-951006782 Thanks for the contribution! What if the file name as url encoded characters in it? Shouldn't those be unencoded? My thinking is that the file names should be the

[GitHub] [nifi] markap14 commented on a change in pull request #5471: NIFI-9308: Created EmailRecordSinkService for Reporting Tasks

2021-10-25 Thread GitBox
markap14 commented on a change in pull request #5471: URL: https://github.com/apache/nifi/pull/5471#discussion_r735637400 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/src/main/java/org/apache/nifi/record/sink/EmailRecor

[jira] [Updated] (NIFI-9328) FetchSFTP fails to close connections while file.not.found error

2021-10-25 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-9328: - Summary: FetchSFTP fails to close connections while file.not.found error (was: FetchSFTP enable to close

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1188: MINIFICPP-1651: Added DefragmentText processor

2021-10-25 Thread GitBox
martinzink commented on a change in pull request #1188: URL: https://github.com/apache/nifi-minifi-cpp/pull/1188#discussion_r735583036 ## File path: extensions/standard-processors/processors/DefragmentText.cpp ## @@ -0,0 +1,340 @@ +/** + * Licensed to the Apache Software Founda

[GitHub] [nifi] Lehel44 commented on a change in pull request #5471: NIFI-9308: Created EmailRecordSinkService for Reporting Tasks

2021-10-25 Thread GitBox
Lehel44 commented on a change in pull request #5471: URL: https://github.com/apache/nifi/pull/5471#discussion_r735576033 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/src/main/java/org/apache/nifi/record/sink/EmailRecord

[GitHub] [nifi] Lehel44 commented on a change in pull request #5471: NIFI-9308: Created EmailRecordSinkService for Reporting Tasks

2021-10-25 Thread GitBox
Lehel44 commented on a change in pull request #5471: URL: https://github.com/apache/nifi/pull/5471#discussion_r735571439 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/src/main/java/org/apache/nifi/record/sink/EmailRecord

[GitHub] [nifi] Lehel44 commented on a change in pull request #5471: NIFI-9308: Created EmailRecordSinkService for Reporting Tasks

2021-10-25 Thread GitBox
Lehel44 commented on a change in pull request #5471: URL: https://github.com/apache/nifi/pull/5471#discussion_r735568382 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/src/main/java/org/apache/nifi/record/sink/EmailRecord

[jira] [Assigned] (NIFI-9328) FetchSFTP enable to close connections while file.not.found error

2021-10-25 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-9328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lehel Boér reassigned NIFI-9328: Assignee: Lehel Boér > FetchSFTP enable to close connections while file.not.found error >

[GitHub] [nifi] Lehel44 commented on a change in pull request #5471: NIFI-9308: Created EmailRecordSinkService for Reporting Tasks

2021-10-25 Thread GitBox
Lehel44 commented on a change in pull request #5471: URL: https://github.com/apache/nifi/pull/5471#discussion_r735557042 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/src/main/java/org/apache/nifi/record/sink/EmailRecord

[GitHub] [nifi] adenes merged pull request #5477: NIFI-9329 - Expose event validation in ParseCEF processor

2021-10-25 Thread GitBox
adenes merged pull request #5477: URL: https://github.com/apache/nifi/pull/5477 -- 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: issues-unsubscr...

[GitHub] [nifi] adenes commented on pull request #5477: NIFI-9329 - Expose event validation in ParseCEF processor

2021-10-25 Thread GitBox
adenes commented on pull request #5477: URL: https://github.com/apache/nifi/pull/5477#issuecomment-950881572 Thanks @pvillard31 , the change looks good to me, merging to main. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[jira] [Commented] (NIFI-9329) ParseCEF - allowing the user to validate or not the event

2021-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433727#comment-17433727 ] ASF subversion and git services commented on NIFI-9329: --- Commit 8fe7

[jira] [Updated] (NIFI-9329) ParseCEF - allowing the user to validate or not the event

2021-10-25 Thread Denes Arvay (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denes Arvay updated NIFI-9329: -- Fix Version/s: 1.15.0 Resolution: Fixed Status: Resolved (was: Patch Available) > Par

[GitHub] [nifi] adenes commented on a change in pull request #5477: NIFI-9329 - Expose event validation in ParseCEF processor

2021-10-25 Thread GitBox
adenes commented on a change in pull request #5477: URL: https://github.com/apache/nifi/pull/5477#discussion_r735551577 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ParseCEF.java ## @@ -144,6 +14

[GitHub] [nifi] pvillard31 commented on a change in pull request #5477: NIFI-9329 - Expose event validation in ParseCEF processor

2021-10-25 Thread GitBox
pvillard31 commented on a change in pull request #5477: URL: https://github.com/apache/nifi/pull/5477#discussion_r735550647 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ParseCEF.java ## @@ -144,6

[GitHub] [nifi] adenes commented on a change in pull request #5477: NIFI-9329 - Expose event validation in ParseCEF processor

2021-10-25 Thread GitBox
adenes commented on a change in pull request #5477: URL: https://github.com/apache/nifi/pull/5477#discussion_r735543303 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ParseCEF.java ## @@ -144,6 +14

[jira] [Updated] (NIFI-9329) ParseCEF - allowing the user to validate or not the event

2021-10-25 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-9329: - Status: Patch Available (was: Open) > ParseCEF - allowing the user to validate or not the event >

[GitHub] [nifi] pvillard31 opened a new pull request #5477: NIFI-9329 - Expose event validation in ParseCEF processor

2021-10-25 Thread GitBox
pvillard31 opened a new pull request #5477: URL: https://github.com/apache/nifi/pull/5477 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] [Updated] (NIFI-9329) ParseCEF - allowing the user to validate or not the event

2021-10-25 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-9329: - Description: By default, when parsing the data, the event will be processed and validated using th

[jira] [Created] (NIFI-9329) ParseCEF - allowing the user to validate or not the event

2021-10-25 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-9329: Summary: ParseCEF - allowing the user to validate or not the event Key: NIFI-9329 URL: https://issues.apache.org/jira/browse/NIFI-9329 Project: Apache NiFi I

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1188: MINIFICPP-1651: Added DefragmentText processor

2021-10-25 Thread GitBox
adamdebreceni commented on a change in pull request #1188: URL: https://github.com/apache/nifi-minifi-cpp/pull/1188#discussion_r735472529 ## File path: extensions/standard-processors/processors/DefragmentText.cpp ## @@ -0,0 +1,340 @@ +/** + * Licensed to the Apache Software Fou

[GitHub] [nifi-minifi-cpp] fgerlits commented on pull request #1168: MINIFICPP-1632 - Implement RouteText processor

2021-10-25 Thread GitBox
fgerlits commented on pull request #1168: URL: https://github.com/apache/nifi-minifi-cpp/pull/1168#issuecomment-950736741 Reading #1188 reminded me that we also need to add new processors to README.md (eg: https://github.com/apache/nifi-minifi-cpp/pull/1170/commits/df008a1d16466247aa9a6f88

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1188: MINIFICPP-1651: Added DefragmentText processor

2021-10-25 Thread GitBox
martinzink commented on a change in pull request #1188: URL: https://github.com/apache/nifi-minifi-cpp/pull/1188#discussion_r735430824 ## File path: extensions/standard-processors/processors/DefragmentText.h ## @@ -0,0 +1,104 @@ +/** + * Licensed to the Apache Software Foundati

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1188: MINIFICPP-1651: Added DefragmentText processor

2021-10-25 Thread GitBox
martinzink commented on a change in pull request #1188: URL: https://github.com/apache/nifi-minifi-cpp/pull/1188#discussion_r735430824 ## File path: extensions/standard-processors/processors/DefragmentText.h ## @@ -0,0 +1,104 @@ +/** + * Licensed to the Apache Software Foundati