[jira] [Updated] (NIFI-8733) PutSQL fragmented transaction issue

2021-06-23 Thread ChuaSweeChin (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChuaSweeChin updated NIFI-8733: --- Description: I am hitting an issue with PutSQL processor which is pretty weird.  What happen is, I

[jira] [Created] (NIFI-8733) PutSQL fragmented transaction issue

2021-06-23 Thread ChuaSweeChin (Jira)
ChuaSweeChin created NIFI-8733: -- Summary: PutSQL fragmented transaction issue Key: NIFI-8733 URL: https://issues.apache.org/jira/browse/NIFI-8733 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] github-actions[bot] commented on pull request #4551: NIFI-6061:Abstract DML operations to AbstractDatabaseAdapter and fix Blob problem for PutDatabaseRecord

2021-06-23 Thread GitBox
github-actions[bot] commented on pull request #4551: URL: https://github.com/apache/nifi/pull/4551#issuecomment-867235489 We're marking this PR as stale due to lack of updates in the past few months. If after another couple of weeks the stale label has not been removed this PR will be

[GitHub] [nifi] jfrazee commented on a change in pull request #5098: NIFI-8248 Modify PutAzureDataLakeStorage processor to use temp file

2021-06-23 Thread GitBox
jfrazee commented on a change in pull request #5098: URL: https://github.com/apache/nifi/pull/5098#discussion_r657454369 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureDataLakeStorage.java

[jira] [Updated] (NIFI-8731) When updating Parameter Context, sometimes see failure: processor cannot be started because it is not stopped. Current state is STOPPING

2021-06-23 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8731: - Fix Version/s: 1.14.0 Status: Patch Available (was: Open) > When updating Parameter Context,

[jira] [Resolved] (NIFI-8722) EmbeddedQuestDbStatusHistoryRepository does not record new stats for Connections

2021-06-23 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-8722. -- Fix Version/s: 1.14.0 Resolution: Fixed > EmbeddedQuestDbStatusHistoryRepository does not record

[GitHub] [nifi] markap14 commented on pull request #5181: NIFI-8722: Updated Quest DB to account for newly added connection sta…

2021-06-23 Thread GitBox
markap14 commented on pull request #5181: URL: https://github.com/apache/nifi/pull/5181#issuecomment-867149017 Code provided in the PR came from work done by @simonbence and attached to Jiras a patch. I just created the PR to make it easier to run Github Actions, etc. before merging. All

[jira] [Commented] (NIFI-8722) EmbeddedQuestDbStatusHistoryRepository does not record new stats for Connections

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

[GitHub] [nifi] markap14 merged pull request #5181: NIFI-8722: Updated Quest DB to account for newly added connection sta…

2021-06-23 Thread GitBox
markap14 merged pull request #5181: URL: https://github.com/apache/nifi/pull/5181 -- 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. For queries about this service, please

[GitHub] [nifi] markap14 commented on pull request #5113: NIFI-8644: Introduced a notion of ParameterProviderDefinition. Refact…

2021-06-23 Thread GitBox
markap14 commented on pull request #5113: URL: https://github.com/apache/nifi/pull/5113#issuecomment-867147985 Thanks for the thorough review @gresockj! I addressed the concerns and a few other minor tweaks that i found when updating the code. I also added a couple of system tests to

[GitHub] [nifi] jfrazee commented on a change in pull request #5098: NIFI-8248 Modify PutAzureDataLakeStorage processor to use temp file

2021-06-23 Thread GitBox
jfrazee commented on a change in pull request #5098: URL: https://github.com/apache/nifi/pull/5098#discussion_r657442804 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5145: NIFI-8671 Create nifi-versioned-components module.

2021-06-23 Thread GitBox
exceptionfactory commented on a change in pull request #5145: URL: https://github.com/apache/nifi/pull/5145#discussion_r649606487 ## File path: nifi-api/pom.xml ## @@ -22,5 +22,13 @@ nifi-api jar - + + + + +org.apache.nifi +

[jira] [Updated] (NIFI-8730) Invalidate instead of evaluating empty script in scripted components

2021-06-23 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-8730: --- Summary: Invalidate instead of evaluating empty script in scripted components (was: ECMAScript

[jira] [Assigned] (NIFI-8730) ECMAScript engine throws NPE when script is empty

2021-06-23 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-8730: -- Assignee: Matt Burgess > ECMAScript engine throws NPE when script is empty >

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5098: NIFI-8248 Modify PutAzureDataLakeStorage processor to use temp file

2021-06-23 Thread GitBox
exceptionfactory commented on a change in pull request #5098: URL: https://github.com/apache/nifi/pull/5098#discussion_r657424889 ## File path:

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5182: NIFI-8616 - Migrate PutTCP, PutUDP and PutSplunk to use Netty

2021-06-23 Thread GitBox
exceptionfactory commented on a change in pull request #5182: URL: https://github.com/apache/nifi/pull/5182#discussion_r657393665 ## File path:

[jira] [Assigned] (NIFI-8732) Implement HashiCorpVaultParameterProviderDefinition

2021-06-23 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock reassigned NIFI-8732: Assignee: Joseph Gresock > Implement HashiCorpVaultParameterProviderDefinition >

[jira] [Created] (NIFI-8732) Implement HashiCorpVaultParameterProviderDefinition

2021-06-23 Thread Joseph Gresock (Jira)
Joseph Gresock created NIFI-8732: Summary: Implement HashiCorpVaultParameterProviderDefinition Key: NIFI-8732 URL: https://issues.apache.org/jira/browse/NIFI-8732 Project: Apache NiFi Issue

[jira] [Updated] (NIFI-8447) Add HashiCorp Vault encryption as an option in the Encrypt Tool

2021-06-23 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock updated NIFI-8447: - Description: Add support for a HASHICORP_VAULT_TRANSIT PropertyProtectionScheme in the Encrypt

[GitHub] [nifi] markap14 commented on a change in pull request #5113: NIFI-8644: Introduced a notion of ParameterProviderDefinition. Refact…

2021-06-23 Thread GitBox
markap14 commented on a change in pull request #5113: URL: https://github.com/apache/nifi/pull/5113#discussion_r657394165 ## File path:

[GitHub] [nifi] thenatog commented on pull request #5182: NIFI-8616 - Migrate PutTCP, PutUDP and PutSplunk to use Netty

2021-06-23 Thread GitBox
thenatog commented on pull request #5182: URL: https://github.com/apache/nifi/pull/5182#issuecomment-867091119 Just doing some further testing on this but wanted to get a PR up for feedback. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nifi] thenatog opened a new pull request #5182: NIFI-8616 - Migrate PutTCP, PutUDP and PutSplunk to use Netty

2021-06-23 Thread GitBox
thenatog opened a new pull request #5182: URL: https://github.com/apache/nifi/pull/5182 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug NIFI-._

[GitHub] [nifi] exceptionfactory commented on pull request #5061: NIFI-8523 Update secure ftp processors to make configurable which algorithms, ciphers and message authentication codes are allowed to

2021-06-23 Thread GitBox
exceptionfactory commented on pull request #5061: URL: https://github.com/apache/nifi/pull/5061#issuecomment-867088252 When attempting to verify the most recent updates at runtime, the `ListSFTP` worked as expected with the default blank values for the new properties. However, when

[jira] [Assigned] (MINIFICPP-1596) Conceptual problems in docker integration tests

2021-06-23 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi reassigned MINIFICPP-1596: Assignee: Gabor Gyimesi > Conceptual problems in docker integration tests >

[GitHub] [nifi] markap14 commented on a change in pull request #5113: NIFI-8644: Introduced a notion of ParameterProviderDefinition. Refact…

2021-06-23 Thread GitBox
markap14 commented on a change in pull request #5113: URL: https://github.com/apache/nifi/pull/5113#discussion_r657371543 ## File path: nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/config/PropertiesFileFlowDefinitionParser.java

[GitHub] [nifi] markap14 commented on a change in pull request #5113: NIFI-8644: Introduced a notion of ParameterProviderDefinition. Refact…

2021-06-23 Thread GitBox
markap14 commented on a change in pull request #5113: URL: https://github.com/apache/nifi/pull/5113#discussion_r657370390 ## File path: nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/config/PropertiesFileFlowDefinitionParser.java

[GitHub] [nifi] markap14 commented on a change in pull request #5113: NIFI-8644: Introduced a notion of ParameterProviderDefinition. Refact…

2021-06-23 Thread GitBox
markap14 commented on a change in pull request #5113: URL: https://github.com/apache/nifi/pull/5113#discussion_r657369902 ## File path: nifi-stateless/nifi-stateless-assembly/README.md ## @@ -427,28 +427,29 @@ Additionally, there may be sensitive parameters that users prefer

[GitHub] [nifi] markap14 opened a new pull request #5181: NIFI-8722: Updated Quest DB to account for newly added connection sta…

2021-06-23 Thread GitBox
markap14 opened a new pull request #5181: URL: https://github.com/apache/nifi/pull/5181 …tus metrics Co-authored-by: Bence Simon Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1082: MINIFICPP-1494 Allow InvokeHTTP GET requests without incoming flowfile

2021-06-23 Thread GitBox
szaszm closed pull request #1082: URL: https://github.com/apache/nifi-minifi-cpp/pull/1082 -- 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. For queries about this

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1094: MINIFICPP-1576 Allow build of all extensions in docker and cleanup docker files

2021-06-23 Thread GitBox
szaszm closed pull request #1094: URL: https://github.com/apache/nifi-minifi-cpp/pull/1094 -- 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. For queries about this

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #955: MINIFICPP-1414 Create in-memory compressed logs

2021-06-23 Thread GitBox
szaszm closed pull request #955: URL: https://github.com/apache/nifi-minifi-cpp/pull/955 -- 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. For queries about this service,

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1115: MINIFICPP-1595 Pin pip package versions to avoid incompatibility

2021-06-23 Thread GitBox
szaszm closed pull request #1115: URL: https://github.com/apache/nifi-minifi-cpp/pull/1115 -- 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. For queries about this

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1096: MINIFICPP-1580 Fix Tensorflow extension build

2021-06-23 Thread GitBox
szaszm closed pull request #1096: URL: https://github.com/apache/nifi-minifi-cpp/pull/1096 -- 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. For queries about this

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1103: MINIFICPP-1567 enable linter checks in extensions (part 3)

2021-06-23 Thread GitBox
szaszm closed pull request #1103: URL: https://github.com/apache/nifi-minifi-cpp/pull/1103 -- 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. For queries about this

[jira] [Commented] (NIFI-8725) Add Docker Environment Variables for Single User Credentials

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

[jira] [Commented] (NIFI-8725) Add Docker Environment Variables for Single User Credentials

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

[jira] [Updated] (NIFI-8725) Add Docker Environment Variables for Single User Credentials

2021-06-23 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8725: - Fix Version/s: 1.14.0 Resolution: Fixed Status: Resolved (was: Patch Available) > Add

[GitHub] [nifi] markap14 commented on pull request #5178: NIFI-8725 Added Single User Environment Variables for Docker

2021-06-23 Thread GitBox
markap14 commented on pull request #5178: URL: https://github.com/apache/nifi/pull/5178#issuecomment-866996112 Thanks @exceptionfactory was able to verify changes work exactly as expected. Makes it a lot easier to run this in docker! +1 merged to main. -- This is an automated message

[GitHub] [nifi] markap14 merged pull request #5178: NIFI-8725 Added Single User Environment Variables for Docker

2021-06-23 Thread GitBox
markap14 merged pull request #5178: URL: https://github.com/apache/nifi/pull/5178 -- 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. For queries about this service, please

[GitHub] [nifi] markap14 opened a new pull request #5180: NIFI-8731: If a processor is running but made invalid due to a parame…

2021-06-23 Thread GitBox
markap14 opened a new pull request #5180: URL: https://github.com/apache/nifi/pull/5180 …ter update, it ends up in a state of STARTING. If the parameter is then updated again, it transitions the state to STOPPING but the processor is not fully stopped yet. At that point, the parameter is

[GitHub] [nifi] tpalfy edited a comment on pull request #5093: NIFI-4344: Improve bulletin messages with exception details.

2021-06-23 Thread GitBox
tpalfy edited a comment on pull request #5093: URL: https://github.com/apache/nifi/pull/5093#issuecomment-866944252 LGTM+1 Merged into main. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [nifi] tpalfy commented on pull request #5093: NIFI-4344: Improve bulletin messages with exception details.

2021-06-23 Thread GitBox
tpalfy commented on pull request #5093: URL: https://github.com/apache/nifi/pull/5093#issuecomment-866944252 LGMT+1 Merged into main. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [nifi] asfgit closed pull request #5093: NIFI-4344: Improve bulletin messages with exception details.

2021-06-23 Thread GitBox
asfgit closed pull request #5093: URL: https://github.com/apache/nifi/pull/5093 -- 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. For queries about this service, please

[jira] [Commented] (NIFI-4344) Improve bulletin messaging with exception details

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

[jira] [Created] (NIFI-8731) When updating Parameter Context, sometimes see failure: processor cannot be started because it is not stopped. Current state is STOPPING

2021-06-23 Thread Mark Payne (Jira)
Mark Payne created NIFI-8731: Summary: When updating Parameter Context, sometimes see failure: processor cannot be started because it is not stopped. Current state is STOPPING Key: NIFI-8731 URL:

[jira] [Updated] (NIFI-8731) When updating Parameter Context, sometimes see failure: processor cannot be started because it is not stopped. Current state is STOPPING

2021-06-23 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8731: - Component/s: Core Framework > When updating Parameter Context, sometimes see failure: processor cannot be

[GitHub] [nifi] gresockj commented on a change in pull request #5179: NIFI-8630 Upgraded javax.mail 1.4.7 to jakarta.mail 2.0.1 for PutEmail

2021-06-23 Thread GitBox
gresockj commented on a change in pull request #5179: URL: https://github.com/apache/nifi/pull/5179#discussion_r657184122 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutEmail.java ## @@ -437,19

[jira] [Created] (NIFI-8730) ECMAScript engine throws NPE when script is empty

2021-06-23 Thread Matt Burgess (Jira)
Matt Burgess created NIFI-8730: -- Summary: ECMAScript engine throws NPE when script is empty Key: NIFI-8730 URL: https://issues.apache.org/jira/browse/NIFI-8730 Project: Apache NiFi Issue Type:

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1076: MINIFICPP-1373 - Add integration tests for ConsumeKafka and test cleanup issues

2021-06-23 Thread GitBox
lordgamez commented on a change in pull request #1076: URL: https://github.com/apache/nifi-minifi-cpp/pull/1076#discussion_r657125341 ## File path: docker/test/integration/minifi/validators/SingleOrMoreFileOutputValidator.py ## @@ -0,0 +1,22 @@ +import logging +import os +

[jira] [Reopened] (NIFI-8722) EmbeddedQuestDbStatusHistoryRepository does not record new stats for Connections

2021-06-23 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Bence reopened NIFI-8722: --- > EmbeddedQuestDbStatusHistoryRepository does not record new stats for > Connections >

[jira] [Comment Edited] (NIFI-8722) EmbeddedQuestDbStatusHistoryRepository does not record new stats for Connections

2021-06-23 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17368099#comment-17368099 ] Simon Bence edited comment on NIFI-8722 at 6/23/21, 12:56 PM: -- There was a

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1076: MINIFICPP-1373 - Add integration tests for ConsumeKafka and test cleanup issues

2021-06-23 Thread GitBox
szaszm commented on a change in pull request #1076: URL: https://github.com/apache/nifi-minifi-cpp/pull/1076#discussion_r657063107 ## File path: docker/test/integration/minifi/validators/SingleOrMoreFileOutputValidator.py ## @@ -0,0 +1,22 @@ +import logging +import os + +from

[jira] [Created] (MINIFICPP-1596) Conceptual problems in docker integration tests

2021-06-23 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1596: Summary: Conceptual problems in docker integration tests Key: MINIFICPP-1596 URL: https://issues.apache.org/jira/browse/MINIFICPP-1596 Project: Apache NiFi

[jira] [Commented] (NIFI-8722) EmbeddedQuestDbStatusHistoryRepository does not record new stats for Connections

2021-06-23 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17368099#comment-17368099 ] Simon Bence commented on NIFI-8722: --- There was a couple of places (table creation, test values) where

[jira] [Resolved] (NIFI-8722) EmbeddedQuestDbStatusHistoryRepository does not record new stats for Connections

2021-06-23 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Bence resolved NIFI-8722. --- Resolution: Not A Bug > EmbeddedQuestDbStatusHistoryRepository does not record new stats for >

[jira] [Updated] (NIFI-8722) EmbeddedQuestDbStatusHistoryRepository does not record new stats for Connections

2021-06-23 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Bence updated NIFI-8722: -- Attachment: NIFI-9822.diff > EmbeddedQuestDbStatusHistoryRepository does not record new stats for >

[GitHub] [nifi] exceptionfactory commented on pull request #5179: NIFI-8630 Upgraded javax.mail 1.4.7 to jakarta.mail 2.0.1 for PutEmail

2021-06-23 Thread GitBox
exceptionfactory commented on pull request #5179: URL: https://github.com/apache/nifi/pull/5179#issuecomment-866762715 > Do we know if this also solves https://issues.apache.org/jira/browse/NIFI-8281 ? > (and maybe https://issues.apache.org/jira/browse/NIFI-6961) Thanks for

[jira] [Updated] (NIFI-8729) Adding docs for users storing in DB

2021-06-23 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-8729: - Component/s: NiFi Registry > Adding docs for users storing in DB >

[jira] [Updated] (NIFI-8729) Adding docs for users storing in DB

2021-06-23 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-8729: - Status: Patch Available (was: Open) > Adding docs for users storing in DB >

[jira] [Moved] (NIFI-8729) Adding docs for users storing in DB

2021-06-23 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard moved NIFIREG-442 to NIFI-8729: -- Fix Version/s: (was: 0.8.0) Key: NIFI-8729

[jira] [Updated] (NIFI-8721) Upgrade Spring Boot to 2.5.1

2021-06-23 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-8721: - Fix Version/s: 1.14.0 Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Commented] (NIFI-8721) Upgrade Spring Boot to 2.5.1

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

[GitHub] [nifi] asfgit closed pull request #5172: NIFI-8721 Upgraded Spring Boot to 2.5.1 for Registry

2021-06-23 Thread GitBox
asfgit closed pull request #5172: URL: https://github.com/apache/nifi/pull/5172 -- 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. For queries about this service, please

[GitHub] [nifi] pvillard31 commented on pull request #5179: NIFI-8630 Upgraded javax.mail 1.4.7 to jakarta.mail 2.0.1 for PutEmail

2021-06-23 Thread GitBox
pvillard31 commented on pull request #5179: URL: https://github.com/apache/nifi/pull/5179#issuecomment-866643214 Do we know if this also solves https://issues.apache.org/jira/browse/NIFI-8281 ? (and maybe https://issues.apache.org/jira/browse/NIFI-6961) -- This is an automated

[GitHub] [nifi] wangliqiangnewstart commented on pull request #5176: claimantCount will never decrement to zero bug fix

2021-06-23 Thread GitBox
wangliqiangnewstart commented on pull request #5176: URL: https://github.com/apache/nifi/pull/5176#issuecomment-866593998 > Hi @wangliqiangnewstart - thanks for this contribution. Can you please file a JIRA for this change/bug fix? All the pull requests need to reference a JIRA number.

[jira] [Updated] (MINIFICPP-1567) Enable linter check in all extensions

2021-06-23 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1567: --- Description: Currently only libminifi/src,libminifi/include,libminifi/target and

[jira] [Created] (NIFI-8728) archiveCount below zero, all processors with content modified will blocked in "waiting for archive cleanup"

2021-06-23 Thread wangliqiang (Jira)
wangliqiang created NIFI-8728: - Summary: archiveCount below zero, all processors with content modified will blocked in "waiting for archive cleanup" Key: NIFI-8728 URL: