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

2023-02-22 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Bence resolved NIFI-11189. Resolution: Fixed > Restarting NiFi after failing to upgrade flow can cause NiFi to fail startup >

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

2023-02-22 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Bence closed NIFI-11189. -- > Restarting NiFi after failing to upgrade flow can cause NiFi to fail startup > --

[jira] [Commented] (NIFI-10430) Disabling the auto decompression in ListenHTTP

2023-02-22 Thread Dominik (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692022#comment-17692022 ] Dominik commented on NIFI-10430: Any update please ? > Disabling the auto decompression

[GitHub] [nifi] simonbence commented on pull request #6909: NIFI-11118: When changing version of a versioned flow, ensure that we…

2023-02-22 Thread via GitHub
simonbence commented on PR #6909: URL: https://github.com/apache/nifi/pull/6909#issuecomment-1439730229 https://issues.apache.org/jira/browse/NIFI-11213 -- 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

[jira] [Created] (NIFI-11213) Changes in older versioned flows are not recognized when they are contained by other flow

2023-02-22 Thread Simon Bence (Jira)
Simon Bence created NIFI-11213: -- Summary: Changes in older versioned flows are not recognized when they are contained by other flow Key: NIFI-11213 URL: https://issues.apache.org/jira/browse/NIFI-11213 P

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1508: MINIFICPP-2040 - Avoid deserializing flow files just to be deleted

2023-02-22 Thread via GitHub
lordgamez commented on code in PR #1508: URL: https://github.com/apache/nifi-minifi-cpp/pull/1508#discussion_r1106049786 ## extensions/rocksdb-repos/FlowFileRepository.cpp: ## @@ -43,50 +43,67 @@ void FlowFileRepository::flush() { auto batch = opendb->createWriteBatch(); r

[jira] [Updated] (NIFI-11205) [deprecation] Remove redundant Kerberos related properties from Kafka processors

2023-02-22 Thread Nandor Soma Abonyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandor Soma Abonyi updated NIFI-11205: -- Labels: deprecation kafka (was: kafka) > [deprecation] Remove redundant Kerberos relat

[GitHub] [nifi] asfgit closed pull request #6853: NIFI-11045: Sensitive dynamic property support for parameterized quer…

2023-02-22 Thread via GitHub
asfgit closed pull request #6853: NIFI-11045: Sensitive dynamic property support for parameterized quer… URL: https://github.com/apache/nifi/pull/6853 -- 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

[jira] [Commented] (NIFI-11045) Support sensitive parameters in executed queries

2023-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692144#comment-17692144 ] ASF subversion and git services commented on NIFI-11045: Commit 7

[jira] [Updated] (NIFI-11045) Support sensitive parameters in executed queries

2023-02-22 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-11045: --- Fix Version/s: 2.0.0 Resolution: Fixed Status: Resolved (was: Patch Availab

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

2023-02-22 Thread via GitHub
adamdebreceni commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1114236301 ## extensions/python/PyException.cpp: ## @@ -0,0 +1,54 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor lice

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

2023-02-22 Thread via GitHub
adamdebreceni commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1114252946 ## extensions/python/PythonCreator.h: ## @@ -83,6 +83,7 @@ class PythonCreator : public minifi::core::CoreComponent { private: void registerScriptD

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

2023-02-22 Thread via GitHub
adamdebreceni commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1114268460 ## extensions/python/PythonScriptEngine.h: ## @@ -0,0 +1,145 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributo

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

2023-02-22 Thread via GitHub
adamdebreceni commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1114331505 ## extensions/python/PythonScriptException.h: ## @@ -24,25 +24,12 @@ #include #include -namespace org { -namespace apache { -namespace nifi { -names

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

2023-02-22 Thread via GitHub
adamdebreceni commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1114339990 ## extensions/python/PythonScriptExecutor.cpp: ## @@ -0,0 +1,70 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contrib

[jira] [Reopened] (NIFI-11200) Upgrade aspectj to 1.9.19

2023-02-22 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reopened NIFI-11200: - > Upgrade aspectj to 1.9.19 > - > > Key: NIFI-11200 >

[jira] [Commented] (NIFI-11200) Upgrade aspectj to 1.9.19

2023-02-22 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692198#comment-17692198 ] David Handermann commented on NIFI-11200: - This version change is not suitable fo

[jira] [Updated] (NIFI-11200) Upgrade aspectj to 1.9.19

2023-02-22 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11200: Fix Version/s: (was: 1.21.0) > Upgrade aspectj to 1.9.19 > - >

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

2023-02-22 Thread via GitHub
adamdebreceni commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1114346546 ## extensions/python/PythonScriptFlowFile.cpp: ## @@ -0,0 +1,83 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * con

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

2023-02-22 Thread via GitHub
adamdebreceni commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1114352849 ## extensions/python/pythonprocessors/examples/CountingProcessor.py: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one or

[jira] [Commented] (NIFI-11200) Upgrade aspectj to 1.9.19

2023-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692201#comment-17692201 ] ASF subversion and git services commented on NIFI-11200: Commit e

[jira] [Updated] (NIFI-11202) Remove redundant Kerberos related properties from Kafka processors

2023-02-22 Thread Nandor Soma Abonyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandor Soma Abonyi updated NIFI-11202: -- Status: Patch Available (was: In Progress) > Remove redundant Kerberos related propert

[GitHub] [nifi] MikeThomsen commented on a diff in pull request #6918: NIFI-11129 - adding PutMongoBulk processor to use the bulkWrite API

2023-02-22 Thread via GitHub
MikeThomsen commented on code in PR #6918: URL: https://github.com/apache/nifi/pull/6918#discussion_r1114370074 ## nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/PutMongoBulk.java: ## @@ -0,0 +1,353 @@ +/* + * Licens

[jira] [Resolved] (NIFI-11200) Upgrade aspectj to 1.9.19

2023-02-22 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-11200. - Resolution: Fixed > Upgrade aspectj to 1.9.19 > - > >

[GitHub] [nifi] exceptionfactory commented on pull request #6982: NIFI-11201 Backported include-iotdb build profile

2023-02-22 Thread via GitHub
exceptionfactory commented on PR #6982: URL: https://github.com/apache/nifi/pull/6982#issuecomment-1440073774 Thanks @MikeThomsen, Java 8 build error is the result of incompatibilities in AspectJ 1.9.19 from [NIFI-11200](https://issues.apache.org/jira/browse/NIFI-11200). I reverted that up

[jira] [Updated] (NIFI-11045) Support sensitive parameters in executed queries for ExecuteSQL and ExecuteSQLRecord

2023-02-22 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-11045: -- Summary: Support sensitive parameters in executed queries for ExecuteSQL and ExecuteSQLRecord (was: Su

[GitHub] [nifi] MikeThomsen commented on a diff in pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-02-22 Thread via GitHub
MikeThomsen commented on code in PR #6903: URL: https://github.com/apache/nifi/pull/6903#discussion_r1114410908 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/groovy/org/apache/nifi/processors/elasticsearch/AbstractPutElasticsearchTest.groov

[GitHub] [nifi] exceptionfactory opened a new pull request, #6983: NIFI-11211 Removed deprecated SSLContextService methods

2023-02-22 Thread via GitHub
exceptionfactory opened a new pull request, #6983: URL: https://github.com/apache/nifi/pull/6983 # Summary [NIFI-11211](https://issues.apache.org/jira/browse/NIFI-11211) Removes the `createSSLContext()` methods from the `SSLContextService` Controller Service interface, which were dep

[jira] [Updated] (NIFI-11211) Remove SSLContextService.createSSLContext Methods

2023-02-22 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11211: Status: Patch Available (was: Open) > Remove SSLContextService.createSSLContext Methods >

[jira] [Reopened] (NIFI-9290) Convert Elasticsearch Rest Processor unit tests from Groovy to Java

2023-02-22 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson reopened NIFI-9290: - This ticket is for the rest processors, not the client service so it's not a spare of NIFI-10047 > C

[jira] [Comment Edited] (NIFI-9290) Convert Elasticsearch Rest Processor unit tests from Groovy to Java

2023-02-22 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692223#comment-17692223 ] Chris Sampson edited comment on NIFI-9290 at 2/22/23 2:48 PM: --

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-02-22 Thread via GitHub
ChrisSamo632 commented on code in PR #6903: URL: https://github.com/apache/nifi/pull/6903#discussion_r1114428130 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/groovy/org/apache/nifi/processors/elasticsearch/AbstractPutElasticsearchTest.groo

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-02-22 Thread via GitHub
ChrisSamo632 commented on code in PR #6903: URL: https://github.com/apache/nifi/pull/6903#discussion_r1114428130 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/groovy/org/apache/nifi/processors/elasticsearch/AbstractPutElasticsearchTest.groo

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-02-22 Thread via GitHub
ChrisSamo632 commented on code in PR #6903: URL: https://github.com/apache/nifi/pull/6903#discussion_r1114428130 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/groovy/org/apache/nifi/processors/elasticsearch/AbstractPutElasticsearchTest.groo

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-02-22 Thread via GitHub
ChrisSamo632 commented on code in PR #6903: URL: https://github.com/apache/nifi/pull/6903#discussion_r1114446805 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/main/java/org/apache/nifi/processors/elasticsearch/AbstractPutElasticsearch.java:

[GitHub] [nifi] MikeThomsen commented on pull request #6816: NIFI-9206: Add RemoveRecordField processor and implement the ability to remove fields from records

2023-02-22 Thread via GitHub
MikeThomsen commented on PR #6816: URL: https://github.com/apache/nifi/pull/6816#issuecomment-1440248854 @ChrisSamo632 you have a merge conflict. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [nifi] tpalfy commented on a diff in pull request #6907: NIFI-11094: Allow CaptureChangeMySQL to send multiple events per FlowFile

2023-02-22 Thread via GitHub
tpalfy commented on code in PR #6907: URL: https://github.com/apache/nifi/pull/6907#discussion_r1114556227 ## nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/src/main/java/org/apache/nifi/cdc/mysql/event/io/AbstractBinlogEventWriter.java: ## @@ -44,35 +

[jira] [Commented] (NIFI-11210) Missing network read timeout in DistributedMapCacheClientService

2023-02-22 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692261#comment-17692261 ] Paul Grey commented on NIFI-11210: -- The `CacheClientRequestHandler.invoke()` method call

[jira] [Updated] (NIFI-11206) Make KerberosKeyTabUserService respect NIFI_ALLOW_EXPLICIT_KEYTAB env variable

2023-02-22 Thread Nandor Soma Abonyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandor Soma Abonyi updated NIFI-11206: -- Status: Patch Available (was: In Progress) > Make KerberosKeyTabUserService respect NI

[GitHub] [nifi] nandorsoma opened a new pull request, #6984: NIFI-11206 Make KerberosKeyTabUserService respect NIFI_ALLOW_EXPLICIT_KEYTAB env variable

2023-02-22 Thread via GitHub
nandorsoma opened a new pull request, #6984: URL: https://github.com/apache/nifi/pull/6984 # Summary [NIFI-11206](https://issues.apache.org/jira/browse/NIFI-11206) # Tracking Please complete the following tracking steps

[GitHub] [nifi] bbende commented on pull request #6984: NIFI-11206 Make KerberosKeyTabUserService respect NIFI_ALLOW_EXPLICIT_KEYTAB env variable

2023-02-22 Thread via GitHub
bbende commented on PR #6984: URL: https://github.com/apache/nifi/pull/6984#issuecomment-1440386873 Hi @nandorsoma , I don't think this is correct to add this to the `KerberosKeytabUserService` because the service is protected by restricted permissions, so if someone wants to protect access

[GitHub] [nifi] bbende commented on pull request #6984: NIFI-11206 Make KerberosKeyTabUserService respect NIFI_ALLOW_EXPLICIT_KEYTAB env variable

2023-02-22 Thread via GitHub
bbende commented on PR #6984: URL: https://github.com/apache/nifi/pull/6984#issuecomment-1440395671 Also one more reference point is the description of the env var from nifi-env.sh ``` # Set to false to force the use of Keytab controller service in processors # that use Kerberos. If

[GitHub] [nifi] nandorsoma commented on pull request #6984: NIFI-11206 Make KerberosKeyTabUserService respect NIFI_ALLOW_EXPLICIT_KEYTAB env variable

2023-02-22 Thread via GitHub
nandorsoma commented on PR #6984: URL: https://github.com/apache/nifi/pull/6984#issuecomment-1440426647 Thank you for the clarification @bbende! Then I will close this PR, and hopefully, we can circle back to removing NIFI_ALLOW_EXPLICIT_KEYTAB soon when we can remove the redundant properti

[GitHub] [nifi] nandorsoma closed pull request #6984: NIFI-11206 Make KerberosKeyTabUserService respect NIFI_ALLOW_EXPLICIT_KEYTAB env variable

2023-02-22 Thread via GitHub
nandorsoma closed pull request #6984: NIFI-11206 Make KerberosKeyTabUserService respect NIFI_ALLOW_EXPLICIT_KEYTAB env variable URL: https://github.com/apache/nifi/pull/6984 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nifi] mattyb149 commented on a diff in pull request #6907: NIFI-11094: Allow CaptureChangeMySQL to send multiple events per FlowFile

2023-02-22 Thread via GitHub
mattyb149 commented on code in PR #6907: URL: https://github.com/apache/nifi/pull/6907#discussion_r1114665037 ## nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/src/main/java/org/apache/nifi/cdc/mysql/event/io/AbstractBinlogEventWriter.java: ## @@ -44,3

[GitHub] [nifi] mattyb149 commented on pull request #6907: NIFI-11094: Allow CaptureChangeMySQL to send multiple events per FlowFile

2023-02-22 Thread via GitHub
mattyb149 commented on PR #6907: URL: https://github.com/apache/nifi/pull/6907#issuecomment-1440439004 Hopefully good to go now, thanks all for the reviews! I added Tamas as a co-author to the last commit, please retain that (after the "This closes" line if done that way) as I didn't succes

[GitHub] [nifi] MikeThomsen commented on a diff in pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-02-22 Thread via GitHub
MikeThomsen commented on code in PR #6903: URL: https://github.com/apache/nifi/pull/6903#discussion_r1114714015 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/test/groovy/org/apache/nifi/processors/elasticsearch/AbstractPutElasticsearchTest.groov

[GitHub] [nifi] MikeThomsen commented on a diff in pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-02-22 Thread via GitHub
MikeThomsen commented on code in PR #6903: URL: https://github.com/apache/nifi/pull/6903#discussion_r1114714622 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/main/java/org/apache/nifi/processors/elasticsearch/AbstractPutElasticsearch.java: #

[GitHub] [nifi] exceptionfactory commented on pull request #6982: NIFI-11201 Backported include-iotdb build profile

2023-02-22 Thread via GitHub
exceptionfactory commented on PR #6982: URL: https://github.com/apache/nifi/pull/6982#issuecomment-1440511368 @MikeThomsen after rebasing this PR from the current support branch, and also updating the `ci-workflow` to disable multi-threading for the compile step, the build completed on all

[GitHub] [nifi] MikeThomsen closed pull request #6982: NIFI-11201 Backported include-iotdb build profile

2023-02-22 Thread via GitHub
MikeThomsen closed pull request #6982: NIFI-11201 Backported include-iotdb build profile URL: https://github.com/apache/nifi/pull/6982 -- 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

[jira] [Commented] (NIFI-11201) Add Maven Build Profile for IoTDB

2023-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692304#comment-17692304 ] ASF subversion and git services commented on NIFI-11201: Commit a

[GitHub] [nifi] ChrisSamo632 commented on pull request #6816: NIFI-9206: Add RemoveRecordField processor and implement the ability to remove fields from records

2023-02-22 Thread via GitHub
ChrisSamo632 commented on PR #6816: URL: https://github.com/apache/nifi/pull/6816#issuecomment-1440554550 > @ChrisSamo632 you have a merge conflict. Thanks for the heads-up @MikeThomsen, recent removals of deprecated modules had meant the changes to the RAT exclusion list in the `nif

[GitHub] [nifi] asfgit closed pull request #6907: NIFI-11094: Allow CaptureChangeMySQL to send multiple events per FlowFile

2023-02-22 Thread via GitHub
asfgit closed pull request #6907: NIFI-11094: Allow CaptureChangeMySQL to send multiple events per FlowFile URL: https://github.com/apache/nifi/pull/6907 -- 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

[GitHub] [nifi] tpalfy commented on pull request #6907: NIFI-11094: Allow CaptureChangeMySQL to send multiple events per FlowFile

2023-02-22 Thread via GitHub
tpalfy commented on PR #6907: URL: https://github.com/apache/nifi/pull/6907#issuecomment-1440573119 LGTM Thank you for your work @mattyb149 and your reviews @exceptionfactory and @mark-bathori ! Merged into main. -- This is an automated message from the Apache Git Service. To re

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

2023-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692312#comment-17692312 ] ASF subversion and git services commented on NIFI-11094: Commit a

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

2023-02-22 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: 2.0.0 Resolution: Fixed Status: Resolved (was: Patch Available) > A

[GitHub] [nifi] ChrisSamo632 commented on a diff in pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-02-22 Thread via GitHub
ChrisSamo632 commented on code in PR #6903: URL: https://github.com/apache/nifi/pull/6903#discussion_r1114853615 ## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/main/java/org/apache/nifi/processors/elasticsearch/AbstractPutElasticsearch.java:

[GitHub] [nifi] asfgit closed pull request #6983: NIFI-11211 Removed deprecated SSLContextService methods

2023-02-22 Thread via GitHub
asfgit closed pull request #6983: NIFI-11211 Removed deprecated SSLContextService methods URL: https://github.com/apache/nifi/pull/6983 -- 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 c

[jira] [Commented] (NIFI-11211) Remove SSLContextService.createSSLContext Methods

2023-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692345#comment-17692345 ] ASF subversion and git services commented on NIFI-11211: Commit 7

[jira] [Updated] (NIFI-11211) Remove SSLContextService.createSSLContext Methods

2023-02-22 Thread Joe Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Gresock updated NIFI-11211: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Remove SSLContextService.createS

[GitHub] [nifi] mattyb149 commented on pull request #6981: NIFI-11192: If Port moved from parent to child group or vice versa between flow versions, version change can leave nifi in bad state

2023-02-22 Thread via GitHub
mattyb149 commented on PR #6981: URL: https://github.com/apache/nifi/pull/6981#issuecomment-1440765831 +1 LGTM, reproduced the issue and verified the PR demonstrates the desired behavior. Thanks for the fix! Merging to main -- This is an automated message from the Apache Git Service. To r

[GitHub] [nifi] mattyb149 closed pull request #6981: NIFI-11192: If Port moved from parent to child group or vice versa between flow versions, version change can leave nifi in bad state

2023-02-22 Thread via GitHub
mattyb149 closed pull request #6981: NIFI-11192: If Port moved from parent to child group or vice versa between flow versions, version change can leave nifi in bad state URL: https://github.com/apache/nifi/pull/6981 -- This is an automated message from the Apache Git Service. To respond to t

[jira] [Commented] (NIFI-11192) If Port moved from parent to child group or vice versa between flow versions, version change can leave nifi in bad state

2023-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692359#comment-17692359 ] ASF subversion and git services commented on NIFI-11192: Commit 8

[jira] [Updated] (NIFI-11192) If Port moved from parent to child group or vice versa between flow versions, version change can leave nifi in bad state

2023-02-22 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11192: Resolution: Fixed Status: Resolved (was: Patch Available) > If Port moved from parent to c

[jira] [Commented] (NIFI-11192) If Port moved from parent to child group or vice versa between flow versions, version change can leave nifi in bad state

2023-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692366#comment-17692366 ] ASF subversion and git services commented on NIFI-11192: Commit 6

[GitHub] [nifi] mattyb149 opened a new pull request, #4044: NIFI-4957: Add ability to get JOLT transform from file

2023-02-22 Thread via GitHub
mattyb149 opened a new pull request, #4044: URL: https://github.com/apache/nifi/pull/4044 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Updated JoltTransformJSON and JoltTransformRecord to

[jira] [Assigned] (NIFI-9003) Framework implementation of ParameterProvider

2023-02-22 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne reassigned NIFI-9003: Assignee: Mark Payne (was: Joe Gresock) > Framework implementation of ParameterProvider >

[jira] [Assigned] (NIFI-9003) Framework implementation of ParameterProvider

2023-02-22 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne reassigned NIFI-9003: Assignee: Joe Gresock (was: Mark Payne) > Framework implementation of ParameterProvider >

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

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