[GitHub] [nifi] ravinarayansingh commented on pull request #7604: NIFI-11946 Added preserveSourceProperties query parameter to create flow API

2023-08-23 Thread via GitHub
ravinarayansingh commented on PR #7604: URL: https://github.com/apache/nifi/pull/7604#issuecomment-1690738085 > Thanks @ravinarayansingh, making adjustments to only retain the created timestamp, but always update the modified timestamp, seems like the best way forward. I also noted a

[GitHub] [nifi] markobean commented on pull request #7639: NIFI-11934 allow FlowFile filename to be transmitted in HTTP header f…

2023-08-23 Thread via GitHub
markobean commented on PR #7639: URL: https://github.com/apache/nifi/pull/7639#issuecomment-1690696282 Thanks @exceptionfactory. I pushed changes per recommendations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nifi] markobean commented on a diff in pull request #7639: NIFI-11934 allow FlowFile filename to be transmitted in HTTP header f…

2023-08-23 Thread via GitHub
markobean commented on code in PR #7639: URL: https://github.com/apache/nifi/pull/7639#discussion_r1303579528 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java: ## @@ -130,7 +130,8 @@

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7639: NIFI-11934 allow FlowFile filename to be transmitted in HTTP header f…

2023-08-23 Thread via GitHub
exceptionfactory commented on code in PR #7639: URL: https://github.com/apache/nifi/pull/7639#discussion_r1303567399 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java: ## @@ -391,10 +391,11 @@

[GitHub] [nifi] exceptionfactory commented on pull request #7528: NIFI-11857 - CLI - recursively change version of processors

2023-08-23 Thread via GitHub
exceptionfactory commented on PR #7528: URL: https://github.com/apache/nifi/pull/7528#issuecomment-1690673788 Thanks for the reply @pvillard31, that's a very good point about Controller Services. It sounds like it is necessary to handle them separately, and thus calling them out in a

[jira] [Updated] (NIFI-11912) Add to StandardOauth2AccessTokenProvider controller service the possibility to choose a Proxy Configuration Service

2023-08-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11912: Priority: Minor (was: Major) > Add to StandardOauth2AccessTokenProvider controller

[jira] [Updated] (NIFI-11912) Add to StandardOauth2AccessTokenProvider controller service the possibility to choose a Proxy Configuration Service

2023-08-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11912: Affects Version/s: (was: 1.23.0) > Add to StandardOauth2AccessTokenProvider controller

[jira] [Updated] (NIFI-11912) Add to StandardOauth2AccessTokenProvider controller service the possibility to choose a Proxy Configuration Service

2023-08-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11912: Fix Version/s: 2.0.0 1.24.0 (was: 1.latest)

[jira] [Updated] (NIFI-11912) Add to StandardOauth2AccessTokenProvider controller service the possibility to choose a Proxy Configuration Service

2023-08-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11912: Issue Type: Improvement (was: New Feature) > Add to StandardOauth2AccessTokenProvider

[jira] [Commented] (NIFI-11912) Add to StandardOauth2AccessTokenProvider controller service the possibility to choose a Proxy Configuration Service

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758244#comment-17758244 ] ASF subversion and git services commented on NIFI-11912: Commit

[jira] [Commented] (NIFI-11924) Closing HDFS file system in resource provider after using

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758243#comment-17758243 ] ASF subversion and git services commented on NIFI-11924: Commit

[jira] [Commented] (NIFI-11912) Add to StandardOauth2AccessTokenProvider controller service the possibility to choose a Proxy Configuration Service

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758242#comment-17758242 ] ASF subversion and git services commented on NIFI-11912: Commit

[GitHub] [nifi] exceptionfactory closed pull request #7609: NIFI-11912 Add Proxy Configuration Service property to StandardOauth2AccessTokenProvider

2023-08-23 Thread via GitHub
exceptionfactory closed pull request #7609: NIFI-11912 Add Proxy Configuration Service property to StandardOauth2AccessTokenProvider URL: https://github.com/apache/nifi/pull/7609 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nifi] exceptionfactory commented on pull request #7537: NIFI-11778 refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-23 Thread via GitHub
exceptionfactory commented on PR #7537: URL: https://github.com/apache/nifi/pull/7537#issuecomment-1690642043 > @exceptionfactory Just double checking before I proceed that the way to resolve the conflicts is for me to cut and paste the changes from

[GitHub] [nifi] dan-s1 commented on pull request #7537: NIFI-11778 refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-23 Thread via GitHub
dan-s1 commented on PR #7537: URL: https://github.com/apache/nifi/pull/7537#issuecomment-1690606726 @exceptionfactory Just double checking before I proceed that the way to resolve the conflicts is for me to cut and paste the changes from [7441](https://github.com/apache/nifi/pull/7441) to

[jira] [Created] (NIFI-11986) Add all available metrics to PrometheusReportingTask endpoint

2023-08-23 Thread Matt Burgess (Jira)
Matt Burgess created NIFI-11986: --- Summary: Add all available metrics to PrometheusReportingTask endpoint Key: NIFI-11986 URL: https://issues.apache.org/jira/browse/NIFI-11986 Project: Apache NiFi

[GitHub] [nifi] pvillard31 commented on pull request #7528: NIFI-11857 - CLI - recursively change version of processors

2023-08-23 Thread via GitHub
pvillard31 commented on PR #7528: URL: https://github.com/apache/nifi/pull/7528#issuecomment-1690583418 Hey @exceptionfactory - thanks for looking into this. Not sure when I'll be able to find time to get back to this in the near future. The reason I didn't tackle controller services is

[GitHub] [nifi] dan-s1 commented on pull request #7537: NIFI-11778 refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-23 Thread via GitHub
dan-s1 commented on PR #7537: URL: https://github.com/apache/nifi/pull/7537#issuecomment-1690579707 @ChrisSamo632 Do I manually cut and paste those changes as in my branch those Groovy files have been deleted? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7604: NIFI-11946 Added preserveSourceProperties query parameter to create flow API

2023-08-23 Thread via GitHub
exceptionfactory commented on code in PR #7604: URL: https://github.com/apache/nifi/pull/7604#discussion_r1303493084 ## nifi-registry/nifi-registry-core/nifi-registry-web-api/src/main/java/org/apache/nifi/registry/web/service/StandardServiceFacade.java: ## @@ -253,7 +253,7 @@

[GitHub] [nifi] ChrisSamo632 commented on pull request #7537: NIFI-11778 refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)

2023-08-23 Thread via GitHub
ChrisSamo632 commented on PR #7537: URL: https://github.com/apache/nifi/pull/7537#issuecomment-1690565613 > @ChrisSamo632 Checking in to see if my latest changes are okay. Thanks! @dan-s1 I've been away, but hoping to take a look at your latest changes soon/this week. Note

[jira] [Commented] (NIFI-11480) PutElasticsearchRecord should have an option to output _bulk api response errors as flowfile attributes

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758221#comment-17758221 ] ASF subversion and git services commented on NIFI-11480: Commit

[jira] [Updated] (NIFI-11480) PutElasticsearchRecord should have an option to output _bulk api response errors as flowfile attributes

2023-08-23 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11480: Fix Version/s: 2.0.0 1.24.0 (was: 1.latest)

[GitHub] [nifi] mattyb149 closed pull request #7441: NIFI-11480 add option to group PutElasticsearchRecord errors by Elasticsearch _bulk error type

2023-08-23 Thread via GitHub
mattyb149 closed pull request #7441: NIFI-11480 add option to group PutElasticsearchRecord errors by Elasticsearch _bulk error type URL: https://github.com/apache/nifi/pull/7441 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nifi] mattyb149 commented on pull request #7441: NIFI-11480 add option to group PutElasticsearchRecord errors by Elasticsearch _bulk error type

2023-08-23 Thread via GitHub
mattyb149 commented on PR #7441: URL: https://github.com/apache/nifi/pull/7441#issuecomment-1690558877 +1 LGTM, thanks for the improvement and the reproduction flow! Merging to support/nifi-1.x and main -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (NIFI-11480) PutElasticsearchRecord should have an option to output _bulk api response errors as flowfile attributes

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758218#comment-17758218 ] ASF subversion and git services commented on NIFI-11480: Commit

[jira] [Updated] (NIFI-11934) InvokeHTTP does not send filename attribute

2023-08-23 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Bean updated NIFI-11934: - Status: Patch Available (was: In Progress) > InvokeHTTP does not send filename attribute >

[jira] [Updated] (NIFI-11985) Implement a processor to consume documents from Elasticsearch indices

2023-08-23 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-11985: - Description: It is possible to use Elasticsearch to store series data, i.e. data is continually

[jira] [Resolved] (NIFI-11975) Update okio.version to 3.5.0

2023-08-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-11975. - Fix Version/s: 2.0.0 1.24.0 Resolution: Fixed > Update

[jira] [Updated] (NIFI-11975) Update okio.version to 3.5.0

2023-08-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11975: Affects Version/s: (was: 1.23.1) (was: 1.23.2) > Update

[jira] [Updated] (NIFI-11975) Update okio.version to 3.5.0

2023-08-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11975: Priority: Minor (was: Major) > Update okio.version to 3.5.0 >

[jira] [Commented] (NIFI-11972) Release NiFi 1.23.2

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758207#comment-17758207 ] ASF subversion and git services commented on NIFI-11972: Commit

[jira] [Created] (NIFI-11985) Implement a processor to consume documents from Elasticsearch indices

2023-08-23 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-11985: Summary: Implement a processor to consume documents from Elasticsearch indices Key: NIFI-11985 URL: https://issues.apache.org/jira/browse/NIFI-11985 Project: Apache

[jira] [Commented] (NIFI-11975) Update okio.version to 3.5.0

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758205#comment-17758205 ] ASF subversion and git services commented on NIFI-11975: Commit

[GitHub] [nifi] exceptionfactory closed pull request #7636: NIFI-11975 Update okio.version to 3.5.0

2023-08-23 Thread via GitHub
exceptionfactory closed pull request #7636: NIFI-11975 Update okio.version to 3.5.0 URL: https://github.com/apache/nifi/pull/7636 -- 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

[GitHub] [nifi] ChrisSamo632 commented on pull request #7441: NIFI-11480 add option to group PutElasticsearchRecord errors by Elasticsearch _bulk error type

2023-08-23 Thread via GitHub
ChrisSamo632 commented on PR #7441: URL: https://github.com/apache/nifi/pull/7441#issuecomment-1690502339 @mattyb149 I've added an example Flow Definition to the Jira ticket that exhibits this behaviour, for reference -- This is an automated message from the Apache Git Service. To

[jira] [Resolved] (NIFI-11978) NPE when trying to disable Management Controller Service

2023-08-23 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-11978. - Fix Version/s: 2.0.0 Resolution: Fixed > NPE when trying to disable Management

[jira] [Commented] (NIFI-11978) NPE when trying to disable Management Controller Service

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758201#comment-17758201 ] ASF subversion and git services commented on NIFI-11978: Commit

[jira] [Updated] (NIFI-11480) PutElasticsearchRecord should have an option to output _bulk api response errors as flowfile attributes

2023-08-23 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-11480: - Attachment: NIFI-11480_Flow.json > PutElasticsearchRecord should have an option to output _bulk

[GitHub] [nifi] exceptionfactory closed pull request #7637: NIFI-11978 Fix: NPE when trying to disable Management Controller Service

2023-08-23 Thread via GitHub
exceptionfactory closed pull request #7637: NIFI-11978 Fix: NPE when trying to disable Management Controller Service URL: https://github.com/apache/nifi/pull/7637 -- 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 diff in pull request #1638: MINIFICPP-1774 Set properties from command line arguments

2023-08-23 Thread via GitHub
szaszm commented on code in PR #1638: URL: https://github.com/apache/nifi-minifi-cpp/pull/1638#discussion_r1303419741 ## minifi_main/MiNiFiMain.cpp: ## Review Comment: Could we add a `--help` option that just prints help and exists with 0? -- This is an automated

[jira] [Updated] (NIFI-11518) Upgrade to Jetty 10

2023-08-23 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11518: Fix Version/s: 2.0.0 (was: 2.latest) Resolution: Fixed

[jira] [Commented] (NIFI-11518) Upgrade to Jetty 10

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758192#comment-17758192 ] ASF subversion and git services commented on NIFI-11518: Commit

[jira] [Updated] (NIFI-11981) PublishGCPubSub failure on usage of Record-based processing

2023-08-23 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11981: Fix Version/s: 2.0.0 1.24.0 (was: 1.latest)

[jira] [Commented] (NIFI-11981) PublishGCPubSub failure on usage of Record-based processing

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758187#comment-17758187 ] ASF subversion and git services commented on NIFI-11981: Commit

[jira] [Commented] (NIFI-11981) PublishGCPubSub failure on usage of Record-based processing

2023-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758186#comment-17758186 ] ASF subversion and git services commented on NIFI-11981: Commit

[GitHub] [nifi] mattyb149 closed pull request #7638: NIFI-11981 - PublishGCPubSub failure / Record-based processing / AVRO

2023-08-23 Thread via GitHub
mattyb149 closed pull request #7638: NIFI-11981 - PublishGCPubSub failure / Record-based processing / AVRO URL: https://github.com/apache/nifi/pull/7638 -- 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

[jira] [Updated] (NIFI-11981) PublishGCPubSub failure on usage of Record-based processing

2023-08-23 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11981: Fix Version/s: 1.latest 2.latest > PublishGCPubSub failure on usage of

[GitHub] [nifi] markobean opened a new pull request, #7639: NIFI-11934 allow FlowFile filename to be transmitted in HTTP header f…

2023-08-23 Thread via GitHub
markobean opened a new pull request, #7639: URL: https://github.com/apache/nifi/pull/7639 …or InvokeHTTP # Summary Removed 'filename' from the list of attributes to exclude when sending FlowFIle attributes using InvokeHTTP.

[jira] [Created] (NIFI-11984) Add Controller Services to Summary table

2023-08-23 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-11984: - Summary: Add Controller Services to Summary table Key: NIFI-11984 URL: https://issues.apache.org/jira/browse/NIFI-11984 Project: Apache NiFi Issue Type:

[jira] [Created] (MINIFICPP-2192) Windows service installation should be possible as normal user

2023-08-23 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-2192: --- Summary: Windows service installation should be possible as normal user Key: MINIFICPP-2192 URL: https://issues.apache.org/jira/browse/MINIFICPP-2192 Project:

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1639: MINIFICPP-1275 Remove deprecated ScopeGuard class

2023-08-23 Thread via GitHub
lordgamez opened a new pull request, #1639: URL: https://github.com/apache/nifi-minifi-cpp/pull/1639 https://issues.apache.org/jira/browse/MINIFICPP-1275 --- Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of

[jira] [Assigned] (MINIFICPP-1275) [Due to 1.0.0] Remove deprecated ScopeGuard class

2023-08-23 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi reassigned MINIFICPP-1275: Assignee: Gábor Gyimesi > [Due to 1.0.0] Remove deprecated ScopeGuard class >

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1638: MINIFICPP-1774 Set properties from command line arguments

2023-08-23 Thread via GitHub
lordgamez opened a new pull request, #1638: URL: https://github.com/apache/nifi-minifi-cpp/pull/1638 - Remove ArgParser class and use thirdparty argparse library instead - Add -p/--property option to override configuration properties

[jira] [Updated] (MINIFICPP-2115) Improve the readability of CI

2023-08-23 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-2115: --- Priority: Trivial (was: Major) > Improve the readability of CI >

[jira] [Updated] (MINIFICPP-1046) Rethink PublishKafka Target Batch Payload Size

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1046: Priority: Minor (was: Major) > Rethink PublishKafka Target Batch Payload Size >

[jira] [Updated] (MINIFICPP-1027) Move getclassname to ClassUtils

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1027: Labels: easyfix newbie starter (was: ) > Move getclassname to ClassUtils >

[jira] [Resolved] (MINIFICPP-1044) Processors are being triggered even if they are stopped

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1044. - Resolution: Fixed > Processors are being triggered even if they are stopped >

[jira] [Resolved] (MINIFICPP-1035) MQTT processors doesn't export security-related properties

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1035. - Resolution: Fixed > MQTT processors doesn't export security-related properties >

[jira] [Updated] (MINIFICPP-1027) Move getclassname to ClassUtils

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1027: Priority: Trivial (was: Major) > Move getclassname to ClassUtils >

[jira] [Commented] (MINIFICPP-1019) Python Processor Building, Setup, and Configuration

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758106#comment-17758106 ] Marton Szasz commented on MINIFICPP-1019: - We have examples at

[jira] [Resolved] (MINIFICPP-1021) Enable TLS 1.3 support

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1021. - Resolution: Fixed > Enable TLS 1.3 support > -- > >

[jira] [Updated] (MINIFICPP-1019) Python Processor Building, Setup, and Configuration

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1019: Priority: Minor (was: Major) > Python Processor Building, Setup, and Configuration >

[jira] [Assigned] (MINIFICPP-1019) Python Processor Building, Setup, and Configuration

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz reassigned MINIFICPP-1019: --- Assignee: (was: Jeremy Dyer) > Python Processor Building, Setup, and

[jira] [Resolved] (MINIFICPP-1016) Resolve CWEL fields in XML

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1016. - Resolution: Fixed > Resolve CWEL fields in XML > -- > >

[jira] [Resolved] (MINIFICPP-1004) Env vars shouldn't appear in config file: deployment should handle them

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1004. - Resolution: Won't Fix > Env vars shouldn't appear in config file: deployment should

[jira] [Resolved] (MINIFICPP-1001) Provide better logging when a stoppage delay occurs

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1001. - Resolution: Fixed > Provide better logging when a stoppage delay occurs >

[jira] [Resolved] (MINIFICPP-999) MiNiFI as a S2S server

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-999. Resolution: Won't Fix > MiNiFI as a S2S server > -- > >

[jira] [Reopened] (MINIFICPP-996) Output port keeps printing info message implying transmission

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz reopened MINIFICPP-996: > Output port keeps printing info message implying transmission >

[jira] [Resolved] (MINIFICPP-996) Output port keeps printing info message implying transmission

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-996. Resolution: Fixed > Output port keeps printing info message implying transmission >

[jira] [Resolved] (MINIFICPP-997) findProcessor should use UUID in addition to name

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-997. Resolution: Done > findProcessor should use UUID in addition to name >

[jira] [Updated] (MINIFICPP-996) Output port keeps printing info message implying transmission

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-996: --- Priority: Minor (was: Major) > Output port keeps printing info message implying

[jira] [Assigned] (MINIFICPP-996) Output port keeps printing info message implying transmission

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz reassigned MINIFICPP-996: -- Assignee: (was: Arpad Boda) > Output port keeps printing info message implying

[jira] [Updated] (MINIFICPP-995) OpenCV testing should be improved

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-995: --- Summary: OpenCV testing should be improved (was: Opencv testing should be improved) >

[jira] [Assigned] (MINIFICPP-995) OpenCV testing should be improved

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz reassigned MINIFICPP-995: -- Assignee: (was: Nghia Le) > OpenCV testing should be improved >

[jira] [Resolved] (MINIFICPP-993) Use JNI to leverage NiFi tests for V on MiNiFi components

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-993. Resolution: Not A Problem Incompatible processors, and we have test coverage now in

[jira] [Resolved] (MINIFICPP-992) Move name of connection queue inside object

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-992. Resolution: Fixed > Move name of connection queue inside object >

[jira] [Resolved] (MINIFICPP-991) Handling environment vars in MiNiFi

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-991. Resolution: Not A Problem > Handling environment vars in MiNiFi >

[jira] [Resolved] (MINIFICPP-990) Segfault on SIGINT after shutdown initiated

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-990. Resolution: Fixed > Segfault on SIGINT after shutdown initiated >

[jira] [Resolved] (MINIFICPP-988) Evaluate Allowable values for Kafka options

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-988. Resolution: Fixed > Evaluate Allowable values for Kafka options >

[jira] [Assigned] (MINIFICPP-985) Implement listvalidators

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz reassigned MINIFICPP-985: -- Assignee: (was: Arpad Boda) > Implement listvalidators >

[jira] [Updated] (MINIFICPP-985) Implement listvalidators

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-985: --- Priority: Minor (was: Major) > Implement listvalidators > > >

[jira] [Resolved] (MINIFICPP-983) Fix tail file test linter errors

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-983. Resolution: Fixed > Fix tail file test linter errors >

[jira] [Resolved] (MINIFICPP-982) Tailfile issues in process session across deployments

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-982. Resolution: Incomplete not enough information > Tailfile issues in process session

[jira] [Updated] (MINIFICPP-981) Avoid maintaining our own Curl HTTP Client

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-981: --- Priority: Minor (was: Critical) > Avoid maintaining our own Curl HTTP Client >

[jira] [Resolved] (MINIFICPP-980) Make debian can no longe find bison

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-980. Resolution: Won't Fix `make debian` is mostly abandoned. Normal build and package still

[jira] [Updated] (MINIFICPP-978) Add ability to test JNI processors

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-978: --- Priority: Minor (was: Major) > Add ability to test JNI processors >

[jira] [Resolved] (MINIFICPP-979) Add Python processor tests to docker verify

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-979. Resolution: Done > Add Python processor tests to docker verify >

[jira] [Resolved] (MINIFICPP-974) Ensure that non-docker tested processors are not included into the make packaged docker builds

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-974. Resolution: Done > Ensure that non-docker tested processors are not included into the

[jira] [Updated] (MINIFICPP-975) Add file system capabilities to docker verify

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-975: --- Priority: Minor (was: Major) > Add file system capabilities to docker verify >

[jira] [Resolved] (MINIFICPP-973) Add docker tests for procesors that don't have them

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-973. Resolution: Done > Add docker tests for procesors that don't have them >

[jira] [Resolved] (MINIFICPP-972) Add C2 server stub to DockerVerify

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-972. Resolution: Done NiFi C2 service is used > Add C2 server stub to DockerVerify >

[jira] [Resolved] (MINIFICPP-970) Complete docker picture of deployments

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-970. Resolution: Won't Fix Windows will be done separately. Linux tests are done outside

[jira] [Updated] (MINIFICPP-967) Improve SITs

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-967: --- Priority: Minor (was: Blocker) > Improve SITs > > > Key:

[jira] [Updated] (MINIFICPP-969) Create Property fuzzing capabilities

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-969: --- Priority: Minor (was: Major) > Create Property fuzzing capabilities >

[jira] [Assigned] (MINIFICPP-967) Improve SITs

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz reassigned MINIFICPP-967: -- Assignee: (was: Arpad Boda) > Improve SITs > > >

[jira] [Resolved] (MINIFICPP-958) Visibilities (and contracts) of processors should be fixed

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-958. Resolution: Won't Fix 1: not a problem 2: will be done gradually, as we're changing

[jira] [Resolved] (MINIFICPP-956) Support compiling and linking our own libc++ and depend on libc only as a dynamic dependency.

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-956. Resolution: Won't Fix Compatibility with older linux can be achieved with redhat

[jira] [Resolved] (MINIFICPP-955) Move from the “compiles everywhere with all versions and sources of third-party dependencies” to “compiles everywhere with the third-party dependencies shipped by us”

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-955. Resolution: Won't Fix We have largely moved over to bundled third party libs, but it

[jira] [Resolved] (MINIFICPP-954) Consider moving the C2 line protocol to Google Protobuf

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-954. Resolution: Won't Fix We have consolidated on HTTP. > Consider moving the C2 line

[jira] [Updated] (MINIFICPP-951) Separate Streams and serialization

2023-08-23 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-951: --- Priority: Minor (was: Major) > Separate Streams and serialization >

  1   2   >