[jira] [Updated] (NIFI-11257) Improve Reliability of GitHub Runner Artifact Retrieval

2023-03-07 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11257: Status: Patch Available (was: In Progress) > Improve Reliability of GitHub Runner

[GitHub] [nifi] exceptionfactory opened a new pull request, #7020: NIFI-11257 Enable Maven HTTP pooling and additional retries

2023-03-07 Thread via GitHub
exceptionfactory opened a new pull request, #7020: URL: https://github.com/apache/nifi/pull/7020 # Summary [NIFI-11257](https://issues.apache.org/jira/browse/NIFI-11257) Updates the Maven Wagon HTTP configuration for GitHub automated builds to enable connection pooling with

[GitHub] [nifi] NissimShiman commented on pull request #7009: NIFI-4718 IdentifyMimeType - raise priority for flowfile v3 to avoid internal files from being identified

2023-03-07 Thread via GitHub
NissimShiman commented on PR #7009: URL: https://github.com/apache/nifi/pull/7009#issuecomment-1459098775 Thank you very much @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

[GitHub] [nifi-maven] kevdoran commented on pull request #29: NIFI-11217 Fix building external NARs with transitive dependencies...

2023-03-07 Thread via GitHub
kevdoran commented on PR #29: URL: https://github.com/apache/nifi-maven/pull/29#issuecomment-1459074173 @exceptionfactory @bbende I think this is ready for review now. Automated testing proved difficult given the constraints of the project / project structure, and I would like to add more

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128772209 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/SlackRestService.java: ## @@ -0,0 +1,116 @@ +/* + *

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128771448 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/Message.java: ## @@ -0,0 +1,91 @@ +/* + * Licensed to

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128771189 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/SlackRestService.java: ## @@ -0,0 +1,116 @@ +/* + *

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128770975 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/TimestampDeserializer.java: ## @@ -0,0 +1,39 @@ +/* + *

[jira] [Commented] (NIFI-11189) Restarting NiFi after failing to upgrade flow can cause NiFi to fail startup

2023-03-07 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17697648#comment-17697648 ] Joe Witt commented on NIFI-11189: - [~markap14][~bsimon]once a user hits this what do they do to get back

[jira] [Commented] (NIFI-11189) Restarting NiFi after failing to upgrade flow can cause NiFi to fail startup

2023-03-07 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17697649#comment-17697649 ] Joe Witt commented on NIFI-11189: - https://apachenifi.slack.com/archives/C0L9VCD47/p1678230074353839 >

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128672161 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/SlackRestService.java: ## @@ -0,0 +1,116 @@ +/* + *

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128672436 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/TimestampDeserializer.java: ## @@ -0,0 +1,39 @@ +/* + *

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128670840 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/SlackRestService.java: ## @@ -0,0 +1,116 @@ +/* + *

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128669764 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/SlackRestService.java: ## @@ -0,0 +1,116 @@ +/* + *

[jira] [Created] (NIFI-11259) Redesign Kafka Component Integration

2023-03-07 Thread David Handermann (Jira)
David Handermann created NIFI-11259: --- Summary: Redesign Kafka Component Integration Key: NIFI-11259 URL: https://issues.apache.org/jira/browse/NIFI-11259 Project: Apache NiFi Issue Type:

[jira] [Created] (NIFI-11258) UI - update dependencies for frontend nifi-registry

2023-03-07 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-11258: -- Summary: UI - update dependencies for frontend nifi-registry Key: NIFI-11258 URL: https://issues.apache.org/jira/browse/NIFI-11258 Project: Apache NiFi Issue

[jira] [Commented] (NIFI-11256) Property and documentation improvements in AzureEventHub processors

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

[jira] [Updated] (NIFI-11256) Property and documentation improvements in AzureEventHub processors

2023-03-07 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11256: Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed Status:

[jira] [Commented] (NIFI-11256) Property and documentation improvements in AzureEventHub processors

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

[GitHub] [nifi] exceptionfactory closed pull request #7018: NIFI-11256: Property and documentation improvements in AzureEventHub …

2023-03-07 Thread via GitHub
exceptionfactory closed pull request #7018: NIFI-11256: Property and documentation improvements in AzureEventHub … URL: https://github.com/apache/nifi/pull/7018 -- 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] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128596992 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/SlackRestService.java: ## @@ -0,0 +1,116 @@ +/* + *

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128592490 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/SlackRestService.java: ## @@ -0,0 +1,116 @@ +/* + *

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128590745 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/SlackRecordSink.java: ## @@ -0,0 +1,144 @@ +/* + *

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128589770 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/Message.java: ## @@ -0,0 +1,91 @@ +/* + * Licensed to

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128584012 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/Message.java: ## @@ -0,0 +1,91 @@ +/* + * Licensed to

[GitHub] [nifi] emiliosetiadarma commented on a diff in pull request #6593: NIFI-8497: implemented SlackRecordSink and Test, wrote documentation …

2023-03-07 Thread via GitHub
emiliosetiadarma commented on code in PR #6593: URL: https://github.com/apache/nifi/pull/6593#discussion_r1128564534 ## nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/services/slack/SlackPostMessageResponse.java: ## @@ -0,0 +1,93 @@ +/* +

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6993: NIFI-11231 Stateless NiFi sensitive parameter context support

2023-03-07 Thread via GitHub
exceptionfactory commented on code in PR #6993: URL: https://github.com/apache/nifi/pull/6993#discussion_r1128484719 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/logging/ParameterContextTaskLogObserver.java: ##

[GitHub] [nifi] slambrose commented on a diff in pull request #6993: NIFI-11231 Stateless NiFi sensitive parameter context support

2023-03-07 Thread via GitHub
slambrose commented on code in PR #6993: URL: https://github.com/apache/nifi/pull/6993#discussion_r1128489702 ## nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/engine/StatelessFlowManager.java: ## @@ -270,10 +271,9 @@ public

[GitHub] [nifi] joewitt commented on a diff in pull request #6993: NIFI-11231 Stateless NiFi sensitive parameter context support

2023-03-07 Thread via GitHub
joewitt commented on code in PR #6993: URL: https://github.com/apache/nifi/pull/6993#discussion_r1128484574 ## nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/engine/StatelessFlowManager.java: ## @@ -270,10 +271,9 @@ public

[GitHub] [nifi] slambrose commented on a diff in pull request #6993: NIFI-11231 Stateless NiFi sensitive parameter context support

2023-03-07 Thread via GitHub
slambrose commented on code in PR #6993: URL: https://github.com/apache/nifi/pull/6993#discussion_r1128479495 ## nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/engine/StatelessFlowManager.java: ## @@ -270,10 +271,9 @@ public

[GitHub] [nifi] joewitt commented on a diff in pull request #6993: NIFI-11231 Stateless NiFi sensitive parameter context support

2023-03-07 Thread via GitHub
joewitt commented on code in PR #6993: URL: https://github.com/apache/nifi/pull/6993#discussion_r1128464815 ## nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/engine/StatelessFlowManager.java: ## @@ -270,10 +271,9 @@ public

[jira] [Updated] (NIFI-11231) Stateless Nifi Supports Sensitive Parameter Context Variables

2023-03-07 Thread Stephanie Ambrose (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephanie Ambrose updated NIFI-11231: - Summary: Stateless Nifi Supports Sensitive Parameter Context Variables (was: Stateless

[jira] [Updated] (NIFI-11231) Stateless Nifi Supports Sensitive Parameter Context Variables

2023-03-07 Thread Stephanie Ambrose (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephanie Ambrose updated NIFI-11231: - Description: Currently Sensitive Parameter Context Variables are not supported in

[GitHub] [nifi] krisztina-zsihovszki commented on pull request #7019: NIFI-11224: Refactor and FF attribute support in WHERE in QuerySalesf…

2023-03-07 Thread via GitHub
krisztina-zsihovszki commented on PR #7019: URL: https://github.com/apache/nifi/pull/7019#issuecomment-1458703338 Will review. -- 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

[jira] [Updated] (NIFI-10975) Add Kubernetes Leader Election Manager and State Provider

2023-03-07 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-10975: --- Fix Version/s: 2.0.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-10975) Add Kubernetes Leader Election Manager and State Provider

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

[GitHub] [nifi] bbende merged pull request #6779: NIFI-10975 Add Kubernetes Leader Election and State Provider

2023-03-07 Thread via GitHub
bbende merged PR #6779: URL: https://github.com/apache/nifi/pull/6779 -- 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] markap14 commented on a diff in pull request #7017: NIFI-11213 Showing version change in older (pre 1.18.0) contained version flows properly

2023-03-07 Thread via GitHub
markap14 commented on code in PR #7017: URL: https://github.com/apache/nifi/pull/7017#discussion_r1128388656 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/util/FlowDifferenceFilters.java: ## @@ -192,22 +193,13

[jira] [Resolved] (NIFI-11163) Key Manager initialization failed

2023-03-07 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-11163. - Resolution: Workaround Closing this issue based on the workaround provided, but feel

[jira] [Updated] (NIFI-11247) Fetch Parameters fails when Parameter Context name is different from group name

2023-03-07 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-11247: -- Fix Version/s: 1.21.0 > Fetch Parameters fails when Parameter Context name is different from

[jira] [Commented] (NIFI-11247) Fetch Parameters fails when Parameter Context name is different from group name

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

[jira] [Updated] (NIFI-11257) Improve Reliability of GitHub Runner Artifact Retrieval

2023-03-07 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11257: Description: Automated builds using GitHub Actions have failed more often with errors

[jira] [Created] (NIFI-11257) Improve Reliability of GitHub Runner Artifact Retrieval

2023-03-07 Thread David Handermann (Jira)
David Handermann created NIFI-11257: --- Summary: Improve Reliability of GitHub Runner Artifact Retrieval Key: NIFI-11257 URL: https://issues.apache.org/jira/browse/NIFI-11257 Project: Apache NiFi

[jira] [Updated] (NIFI-11224) FF attribute support in Where condition of QuerySalesforceObject

2023-03-07 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-11224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lehel Boér updated NIFI-11224: -- Status: Patch Available (was: In Progress) > FF attribute support in Where condition of

[jira] [Commented] (NIFI-11253) Remove H2 Database Migrator

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

[jira] [Updated] (NIFI-11253) Remove H2 Database Migrator

2023-03-07 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11253: Resolution: Fixed Status: Resolved (was: Patch Available) > Remove H2 Database Migrator >

[GitHub] [nifi] Lehel44 opened a new pull request, #7019: NIFI-11224: Refactor and FF attribute support in WHERE in QuerySalesf…

2023-03-07 Thread via GitHub
Lehel44 opened a new pull request, #7019: URL: https://github.com/apache/nifi/pull/7019 …orceObject. # Summary [NIFI-11224](https://issues.apache.org/jira/browse/NIFI-11224) # Tracking Please complete the

[GitHub] [nifi] mattyb149 closed pull request #7014: NIFI-11253 Remove H2 1.4 database migration modules

2023-03-07 Thread via GitHub
mattyb149 closed pull request #7014: NIFI-11253 Remove H2 1.4 database migration modules URL: https://github.com/apache/nifi/pull/7014 -- 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] mattyb149 commented on pull request #7014: NIFI-11253 Remove H2 1.4 database migration modules

2023-03-07 Thread via GitHub
mattyb149 commented on PR #7014: URL: https://github.com/apache/nifi/pull/7014#issuecomment-1458380628 +1 LGTM, glad to be past the need for this :) Thanks for removing! Merging to main -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (NIFI-4718) IdentifyMimeType: increase priority for FFv3

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

[jira] [Updated] (NIFI-4718) Improve Detection of FlowFile V3 in IdentityMimeType

2023-03-07 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-4718: --- Summary: Improve Detection of FlowFile V3 in IdentityMimeType (was: IdentifyMimeType:

[jira] [Updated] (NIFI-4718) Improve Detection of FlowFile V3 in IdentityMimeType

2023-03-07 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-4718: --- Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed Status:

[jira] [Commented] (NIFI-4718) IdentifyMimeType: increase priority for FFv3

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

[GitHub] [nifi] exceptionfactory closed pull request #7009: NIFI-4718 IdentifyMimeType - raise priority for flowfile v3 to avoid internal files from being identified

2023-03-07 Thread via GitHub
exceptionfactory closed pull request #7009: NIFI-4718 IdentifyMimeType - raise priority for flowfile v3 to avoid internal files from being identified URL: https://github.com/apache/nifi/pull/7009 -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Updated] (NIFI-11256) Property and documentation improvements in AzureEventHub processors

2023-03-07 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-11256: --- Status: Patch Available (was: Open) > Property and documentation improvements in

[GitHub] [nifi] turcsanyip opened a new pull request, #7018: NIFI-11256: Property and documentation improvements in AzureEventHub …

2023-03-07 Thread via GitHub
turcsanyip opened a new pull request, #7018: URL: https://github.com/apache/nifi/pull/7018 …processors - used the same ordering of 'Event Hub Namespace', 'Event Hub Name' and 'Service Bus Endpoint' properties - removed "Primary" tag from 'Shared Access Policy Key' property name

[jira] [Updated] (NIFI-11256) Property and documentation improvements in AzureEventHub processors

2023-03-07 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-11256: --- Summary: Property and documentation improvements in AzureEventHub processors (was: Property

[jira] [Created] (NIFI-11256) Property and documentation improvements in AzureEventHub prcessors

2023-03-07 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-11256: -- Summary: Property and documentation improvements in AzureEventHub prcessors Key: NIFI-11256 URL: https://issues.apache.org/jira/browse/NIFI-11256 Project: Apache

[jira] [Updated] (NIFI-11094) Allow CaptureChangeMySQL to send multiple events per FlowFile

2023-03-07 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-11094: --- Fix Version/s: 1.21.0 > Allow CaptureChangeMySQL to send multiple events per FlowFile >

[jira] [Resolved] (MINIFICPP-1909) GenerateFlowFile outputs garbage after certain C2/controller updates

2023-03-07 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1909. - Resolution: Fixed Most likely implicitly fixed by changing to sync flow file

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request, #1526: MINIFICPP-2071 - Change default configuration class to yaml

2023-03-07 Thread via GitHub
adamdebreceni opened a new pull request, #1526: URL: https://github.com/apache/nifi-minifi-cpp/pull/1526 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been

[jira] [Created] (MINIFICPP-2071) Change default configuration class to yaml

2023-03-07 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-2071: - Summary: Change default configuration class to yaml Key: MINIFICPP-2071 URL: https://issues.apache.org/jira/browse/MINIFICPP-2071 Project: Apache NiFi

[jira] [Resolved] (MINIFICPP-1902) Explore options to stabilize the python dependency of the scripting extension

2023-03-07 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1902. - Resolution: Done The goal was achieved through MINIFICPP-1961 > Explore options to

[jira] [Assigned] (MINIFICPP-2030) Expose InFlightMessageCounter in PublishMQTT as a processor metric

2023-03-07 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits reassigned MINIFICPP-2030: - Assignee: Ferenc Gerlits > Expose InFlightMessageCounter in PublishMQTT as

[jira] [Resolved] (NIFI-11151) Improve code reusability of Connection Pool Services

2023-03-07 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi resolved NIFI-11151. Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed > Improve code

[jira] [Commented] (NIFI-11151) Improve code reusability of Connection Pool Services

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

[jira] [Commented] (NIFI-11151) Improve code reusability of Connection Pool Services

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

[GitHub] [nifi] asfgit closed pull request #6935: NIFI-11151: Improving code reusability of DBCP services

2023-03-07 Thread via GitHub
asfgit closed pull request #6935: NIFI-11151: Improving code reusability of DBCP services URL: https://github.com/apache/nifi/pull/6935 -- 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

[jira] [Updated] (MINIFICPP-1961) Python scripting compatibility with multiple python minor versions

2023-03-07 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1961: --- Resolution: Fixed Status: Resolved (was: Patch Available)

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-03-07 Thread via GitHub
szaszm closed pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions URL: https://github.com/apache/nifi-minifi-cpp/pull/1504 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1511: MINIFICPP-1716 Recover core dumps from CI

2023-03-07 Thread via GitHub
fgerlits commented on code in PR #1511: URL: https://github.com/apache/nifi-minifi-cpp/pull/1511#discussion_r1127691061 ## .github/workflows/ci.yml: ## @@ -37,11 +37,28 @@ jobs: export LDFLAGS="-L/usr/local/opt/flex/lib" export

[GitHub] [nifi] turcsanyip commented on a diff in pull request #6935: NIFI-11151: Improving code reusability of DBCP services

2023-03-07 Thread via GitHub
turcsanyip commented on code in PR #6935: URL: https://github.com/apache/nifi/pull/6935#discussion_r1127644882 ## nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/src/main/java/org/apache/nifi/dbcp/AbstractDBCPConnectionPool.java: ## @@ -365,168 +119,136 @@ public List

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-03-07 Thread via GitHub
fgerlits commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1127624852 ## extensions/python/types/BaseTypes.h: ## @@ -0,0 +1,246 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[jira] [Created] (MINIFICPP-2070) Make the creation of ObjectReference from PyObject* safer

2023-03-07 Thread Ferenc Gerlits (Jira)
Ferenc Gerlits created MINIFICPP-2070: - Summary: Make the creation of ObjectReference from PyObject* safer Key: MINIFICPP-2070 URL: https://issues.apache.org/jira/browse/MINIFICPP-2070 Project:

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-03-07 Thread via GitHub
fgerlits commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1127605856 ## extensions/python/types/BaseTypes.h: ## @@ -0,0 +1,246 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[GitHub] [nifi-minifi-cpp] dam4rus commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-03-07 Thread via GitHub
dam4rus commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1127607250 ## extensions/python/types/PyInputStream.cpp: ## @@ -0,0 +1,91 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-03-07 Thread via GitHub
fgerlits commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1127605856 ## extensions/python/types/BaseTypes.h: ## @@ -0,0 +1,246 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[GitHub] [nifi-minifi-cpp] dam4rus commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-03-07 Thread via GitHub
dam4rus commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1127599440 ## extensions/python/types/BaseTypes.h: ## @@ -0,0 +1,246 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[jira] [Updated] (MINIFICPP-2068) Flaky test case in ExpressionLanguageTests

2023-03-07 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-2068: --- Status: Patch Available (was: Open) https://github.com/apache/nifi-minifi-cpp/pull/1525

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request, #1525: MINIFICPP-2068 Fix flaky testcase in ExpressionLanguageTests

2023-03-07 Thread via GitHub
martinzink opened a new pull request, #1525: URL: https://github.com/apache/nifi-minifi-cpp/pull/1525 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

[jira] [Updated] (NIFI-11255) Add allowable value for “Use ‘s3.region’" attribute

2023-03-07 Thread Zsihovszki Krisztina (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zsihovszki Krisztina updated NIFI-11255: Summary: Add allowable value for “Use ‘s3.region’" attribute (was: Add allowable

[jira] [Created] (NIFI-11255) Add allowable value for “Use ‘s3.region’ attribute

2023-03-07 Thread Zsihovszki Krisztina (Jira)
Zsihovszki Krisztina created NIFI-11255: --- Summary: Add allowable value for “Use ‘s3.region’ attribute Key: NIFI-11255 URL: https://issues.apache.org/jira/browse/NIFI-11255 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-03-07 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1126986480 ## extensions/python/types/BaseTypes.h: ## @@ -0,0 +1,246 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[jira] [Comment Edited] (NIFI-11251) Nifi Registry Client with Nested PG - sync issue

2023-03-07 Thread Josef Zahner (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17697290#comment-17697290 ] Josef Zahner edited comment on NIFI-11251 at 3/7/23 8:22 AM: - [~simonbence]

[jira] [Commented] (NIFI-11251) Nifi Registry Client with Nested PG - sync issue

2023-03-07 Thread Josef Zahner (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17697290#comment-17697290 ] Josef Zahner commented on NIFI-11251: - [~simonbence] as my colleague already mentioned, we still have

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-03-07 Thread via GitHub
fgerlits commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1127496995 ## extensions/python/PythonScriptEngine.cpp: ## @@ -0,0 +1,183 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor