[jira] [Commented] (NIFI-11014) JWT token is rejected by NiFi when calling APIs

2023-01-03 Thread Irudya Raj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17654238#comment-17654238 ] Irudya Raj commented on NIFI-11014: --- Thanks much for the details! Appreciate your input. > JWT token

[GitHub] [nifi] lizhizhou commented on a diff in pull request #6416: NIFI-10234 implement PutIoTDB

2023-01-03 Thread GitBox
lizhizhou commented on code in PR #6416: URL: https://github.com/apache/nifi/pull/6416#discussion_r1061072425 ## nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/src/main/java/org/apache/nifi/processors/AbstractIoTDB.java: ## @@ -0,0 +1,365 @@ +/* + * Licensed to the

[jira] [Commented] (NIFI-11014) JWT token is rejected by NiFi when calling APIs

2023-01-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17654208#comment-17654208 ] David Handermann commented on NIFI-11014: - The project documentation has a guide for [Securing

[GitHub] [nifi] bejancsaba commented on a diff in pull request #6820: NIFI-11023 Address socket communication instability between minifi pr…

2023-01-03 Thread GitBox
bejancsaba commented on code in PR #6820: URL: https://github.com/apache/nifi/pull/6820#discussion_r1060952136 ## minifi/minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/service/MiNiFiCommandSender.java: ## @@ -61,6 +61,7 @@ public Optional sendCommand(String

[GitHub] [nifi] mattyb149 commented on a diff in pull request #6820: NIFI-11023 Address socket communication instability between minifi pr…

2023-01-03 Thread GitBox
mattyb149 commented on code in PR #6820: URL: https://github.com/apache/nifi/pull/6820#discussion_r1060932185 ## minifi/minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/service/MiNiFiCommandSender.java: ## @@ -61,6 +61,7 @@ public Optional sendCommand(String cmd,

[GitHub] [nifi] mattyb149 commented on a diff in pull request #6820: NIFI-11023 Address socket communication instability between minifi pr…

2023-01-03 Thread GitBox
mattyb149 commented on code in PR #6820: URL: https://github.com/apache/nifi/pull/6820#discussion_r1060931583 ## minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-runtime/src/main/java/org/apache/nifi/minifi/bootstrap/BootstrapListener.java: ## @@ -291,7

[GitHub] [nifi] dan-s1 commented on pull request #6813: [NIFI-11006] Upgraded from Junit4 to Junit5

2023-01-03 Thread GitBox
dan-s1 commented on PR #6813: URL: https://github.com/apache/nifi/pull/6813#issuecomment-1370182827 @exceptionfactory I was able to refactor most of the lenient code to avoid the `org.mockito.exceptions.misusing.UnnecessaryStubbingException` There is one class though which was too

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6800: NIFI-10997 - Ensure auditing of process group / controller service op…

2023-01-03 Thread GitBox
exceptionfactory commented on code in PR #6800: URL: https://github.com/apache/nifi/pull/6800#discussion_r1060920376 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/audit/TestProcessGroupAuditor.java: ## @@ -0,0

[GitHub] [nifi] exceptionfactory commented on pull request #6689: [NIFI-10754] Initial check in of new getUri NIFI Expression Language …

2023-01-03 Thread GitBox
exceptionfactory commented on PR #6689: URL: https://github.com/apache/nifi/pull/6689#issuecomment-1370171923 The latest PR build appears to be working as expected, it sounds like the other issues were unrelated intermittent failures. -- This is an automated message from the Apache Git

[GitHub] [nifi] exceptionfactory commented on pull request #6821: NIFI-11022 Add DecryptContent Compatibility Processors

2023-01-03 Thread GitBox
exceptionfactory commented on PR #6821: URL: https://github.com/apache/nifi/pull/6821#issuecomment-1370170118 The [DecryptContent Flow](https://issues.apache.org/jira/secure/attachment/13054291/DecryptContent_Flow.json) attached to

[jira] [Updated] (NIFI-11022) Add Decrypt Processors Compatible with EncryptContent Encoding

2023-01-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11022: Attachment: DecryptContent_Flow.json > Add Decrypt Processors Compatible with

[GitHub] [nifi] greyp9 commented on a diff in pull request #6800: NIFI-10997 - Ensure auditing of process group / controller service op…

2023-01-03 Thread GitBox
greyp9 commented on code in PR #6800: URL: https://github.com/apache/nifi/pull/6800#discussion_r1060892434 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml: ## @@ -346,6 +346,12 @@ jersey-spring5 provided

[GitHub] [nifi] greyp9 commented on a diff in pull request #6800: NIFI-10997 - Ensure auditing of process group / controller service op…

2023-01-03 Thread GitBox
greyp9 commented on code in PR #6800: URL: https://github.com/apache/nifi/pull/6800#discussion_r1060891856 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml: ## @@ -346,6 +346,12 @@ jersey-spring5 provided

[GitHub] [nifi] greyp9 commented on a diff in pull request #6800: NIFI-10997 - Ensure auditing of process group / controller service op…

2023-01-03 Thread GitBox
greyp9 commented on code in PR #6800: URL: https://github.com/apache/nifi/pull/6800#discussion_r1060890993 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/audit/TestProcessGroupAuditor.java: ## @@ -0,0 +1,114 @@ +/* +

[GitHub] [nifi] dan-s1 commented on pull request #6689: [NIFI-10754] Initial check in of new getUri NIFI Expression Language …

2023-01-03 Thread GitBox
dan-s1 commented on PR #6689: URL: https://github.com/apache/nifi/pull/6689#issuecomment-1370134527 @exceptionfactory I noticed the build ci-workflow / Ubuntu Zulu JDK 11 HI failed but it failed on a unit test unrelated to my changes. Also the ci-workflow / Ubuntu Zulu JDK 17 EN timed out.

[jira] [Commented] (NIFI-11021) Upgrade Groovy to 3.0.14

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

[jira] [Updated] (NIFI-11021) Upgrade Groovy to 3.0.14

2023-01-03 Thread Matt Burgess (Jira)

[GitHub] [nifi] mattyb149 closed pull request #6819: NIFI-11021 Upgrade Groovy from 3.0.9 to 3.0.14

2023-01-03 Thread GitBox
mattyb149 closed pull request #6819: NIFI-11021 Upgrade Groovy from 3.0.9 to 3.0.14 URL: https://github.com/apache/nifi/pull/6819 -- 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] NissimShiman commented on pull request #6685: NIFI-10608 Copying Process Group now includes non-processor referenced controller services

2023-01-03 Thread GitBox
NissimShiman commented on PR #6685: URL: https://github.com/apache/nifi/pull/6685#issuecomment-1370103926 Thank you very much @mattyb149 and @markobean for looking at this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Updated] (NIFI-11022) Add Decrypt Processors Compatible with EncryptContent Encoding

2023-01-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11022: Status: Patch Available (was: Open) > Add Decrypt Processors Compatible with

[GitHub] [nifi] exceptionfactory opened a new pull request, #6821: NIFI-11022 Add DecryptContent Compatibility Processors

2023-01-03 Thread GitBox
exceptionfactory opened a new pull request, #6821: URL: https://github.com/apache/nifi/pull/6821 # Summary [NIFI-11022](https://issues.apache.org/jira/browse/NIFI-11022) Adds the following new Processors to support decryption of content encrypted using the `EncryptContent`

[GitHub] [nifi] mattyb149 commented on pull request #6819: NIFI-11021 Upgrade Groovy from 3.0.9 to 3.0.14

2023-01-03 Thread GitBox
mattyb149 commented on PR #6819: URL: https://github.com/apache/nifi/pull/6819#issuecomment-1370027397 +1 LGTM, checked the release notes for any possible compatibility issues and found none. Will merge when Github Actions completes. Thanks for the upgrade! -- This is an automated

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6813: [NIFI-11006] Upgraded from Junit4 to Junit5

2023-01-03 Thread GitBox
exceptionfactory commented on code in PR #6813: URL: https://github.com/apache/nifi/pull/6813#discussion_r1060789464 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/web/search/attributematchers/SearchableMatcherTest.java:

[GitHub] [nifi] dan-s1 commented on a diff in pull request #6813: [NIFI-11006] Upgraded from Junit4 to Junit5

2023-01-03 Thread GitBox
dan-s1 commented on code in PR #6813: URL: https://github.com/apache/nifi/pull/6813#discussion_r1060786499 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/web/search/attributematchers/SearchableMatcherTest.java: ## @@

[jira] [Commented] (NIFI-10608) Copied Processor Group no longer contains non-referenced Controller Services

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

[jira] [Updated] (NIFI-10608) Copied Processor Group no longer contains non-referenced Controller Services

2023-01-03 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-10608: Fix Version/s: 1.20.0 Resolution: Fixed Status: Resolved (was: Patch Available)

[GitHub] [nifi] mattyb149 closed pull request #6685: NIFI-10608 Copying Process Group now includes non-processor referenced controller services

2023-01-03 Thread GitBox
mattyb149 closed pull request #6685: NIFI-10608 Copying Process Group now includes non-processor referenced controller services URL: https://github.com/apache/nifi/pull/6685 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nifi] mattyb149 commented on pull request #6685: NIFI-10608 Copying Process Group now includes non-processor referenced controller services

2023-01-03 Thread GitBox
mattyb149 commented on PR #6685: URL: https://github.com/apache/nifi/pull/6685#issuecomment-1370017990 +1 LGTM, thanks for the review Mark! I too verified the expected behavior. Thanks for the fix! Merging to main -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [nifi] dan-s1 commented on a diff in pull request #6813: [NIFI-11006] Upgraded from Junit4 to Junit5

2023-01-03 Thread GitBox
dan-s1 commented on code in PR #6813: URL: https://github.com/apache/nifi/pull/6813#discussion_r1060786499 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/web/search/attributematchers/SearchableMatcherTest.java: ## @@

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6813: [NIFI-11006] Upgraded from Junit4 to Junit5

2023-01-03 Thread GitBox
exceptionfactory commented on code in PR #6813: URL: https://github.com/apache/nifi/pull/6813#discussion_r1060780901 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/web/search/attributematchers/SearchableMatcherTest.java:

[GitHub] [nifi] dan-s1 commented on a diff in pull request #6813: [NIFI-11006] Upgraded from Junit4 to Junit5

2023-01-03 Thread GitBox
dan-s1 commented on code in PR #6813: URL: https://github.com/apache/nifi/pull/6813#discussion_r1060774811 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/web/search/attributematchers/SearchableMatcherTest.java: ## @@

[GitHub] [nifi] dan-s1 commented on a diff in pull request #6813: [NIFI-11006] Upgraded from Junit4 to Junit5

2023-01-03 Thread GitBox
dan-s1 commented on code in PR #6813: URL: https://github.com/apache/nifi/pull/6813#discussion_r1060774811 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/web/search/attributematchers/SearchableMatcherTest.java: ## @@

[GitHub] [nifi] dan-s1 commented on a diff in pull request #6813: [NIFI-11006] Upgraded from Junit4 to Junit5

2023-01-03 Thread GitBox
dan-s1 commented on code in PR #6813: URL: https://github.com/apache/nifi/pull/6813#discussion_r1060774811 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/web/search/attributematchers/SearchableMatcherTest.java: ## @@

[GitHub] [nifi] bejancsaba opened a new pull request, #6820: NIFI-11023 Address socket communication instability between minifi pr…

2023-01-03 Thread GitBox
bejancsaba opened a new pull request, #6820: URL: https://github.com/apache/nifi/pull/6820 …ocess and bootstrap # Summary [NIFI-11023](https://issues.apache.org/jira/browse/NIFI-11023) # Tracking Please complete

[jira] [Commented] (NIFI-5515) [CaptureChangeMysql] Cannot get real value of primitive type when column type is unsigned.

2023-01-03 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17654083#comment-17654083 ] Matt Burgess commented on NIFI-5515: This information would have to be stored in the cache which would

[GitHub] [nifi] dan-s1 commented on a diff in pull request #6689: [NIFI-10754] Initial check in of new getUri NIFI Expression Language …

2023-01-03 Thread GitBox
dan-s1 commented on code in PR #6689: URL: https://github.com/apache/nifi/pull/6689#discussion_r1060723358 ## nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/evaluation/functions/GetUriEvaluator.java: ## @@ -0,0 +1,63 @@ +/* + *

[jira] [Created] (NIFI-11023) MiNiFi - Delay in command response under heavy load causes command execution issues

2023-01-03 Thread Csaba Bejan (Jira)
Csaba Bejan created NIFI-11023: -- Summary: MiNiFi - Delay in command response under heavy load causes command execution issues Key: NIFI-11023 URL: https://issues.apache.org/jira/browse/NIFI-11023

[GitHub] [nifi] mattyb149 closed pull request #5153: NIFI-6501 Added configurable buffer queue size and timeout in MySQL CDC processor

2023-01-03 Thread GitBox
mattyb149 closed pull request #5153: NIFI-6501 Added configurable buffer queue size and timeout in MySQL CDC processor URL: https://github.com/apache/nifi/pull/5153 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (NIFI-10846) GetSmbFile issue after upgrading to Nifi 1.18.0

2023-01-03 Thread Florent (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17654052#comment-17654052 ] Florent commented on NIFI-10846: [~gkulik]  Hello, can we expect a fix in a future release ? >

[jira] [Created] (NIFI-11022) Add Decrypt Processors Compatible with EncryptContent Encoding

2023-01-03 Thread David Handermann (Jira)
David Handermann created NIFI-11022: --- Summary: Add Decrypt Processors Compatible with EncryptContent Encoding Key: NIFI-11022 URL: https://issues.apache.org/jira/browse/NIFI-11022 Project: Apache

[jira] [Assigned] (MINIFICPP-1887) Add default Connection size limits

2023-01-03 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink reassigned MINIFICPP-1887: -- Assignee: Martin Zink > Add default Connection size limits >

[jira] [Updated] (NIFI-11021) Upgrade Groovy to 3.0.14

2023-01-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11021: Status: Patch Available (was: Open) > Upgrade Groovy to 3.0.14 >

[GitHub] [nifi] exceptionfactory opened a new pull request, #6819: NIFI-11021 Upgrade Groovy from 3.0.9 to 3.0.14

2023-01-03 Thread GitBox
exceptionfactory opened a new pull request, #6819: URL: https://github.com/apache/nifi/pull/6819 # Summary [NIFI-11021](https://issues.apache.org/jira/browse/NIFI-11021) Upgrades Groovy dependencies from 3.0.9 to to [3.0.14](https://groovy-lang.org/changelogs/changelog-3.0.14.html)

[jira] [Created] (NIFI-11021) Upgrade Groovy to 3.0.14

2023-01-03 Thread David Handermann (Jira)
David Handermann created NIFI-11021: --- Summary: Upgrade Groovy to 3.0.14 Key: NIFI-11021 URL: https://issues.apache.org/jira/browse/NIFI-11021 Project: Apache NiFi Issue Type: Improvement

[jira] [Updated] (NIFI-10996) CSV output with header - but always, even for 0 record flowfiles

2023-01-03 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-10996: Affects Version/s: (was: 1.19.1) Status: Patch Available (was: In Progress) >

[GitHub] [nifi] mattyb149 opened a new pull request, #6818: NIFI-10996: Write out CSV header even if there are no records

2023-01-03 Thread GitBox
mattyb149 opened a new pull request, #6818: URL: https://github.com/apache/nifi/pull/6818 # Summary [NIFI-10996](https://issues.apache.org/jira/browse/NIFI-10996) Adds code to write out the CSV header when configured to do so, even if there are no records written # Tracking

[jira] [Commented] (MINIFICPP-2020) Minifi main cannot be run on Windows as a normal (non-Admin) user

2023-01-03 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17653873#comment-17653873 ] Ferenc Gerlits commented on MINIFICPP-2020: --- {quote}Last time I tested, I could run it as

[jira] [Updated] (MINIFICPP-2020) Minifi main cannot be run on Windows as a normal (non-Admin) user

2023-01-03 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-2020: -- Priority: Minor (was: Major) > Minifi main cannot be run on Windows as a normal

[jira] [Updated] (MINIFICPP-2020) Minifi main cannot be run on Windows as a normal (non-Admin) user

2023-01-03 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-2020: -- Description: If you start the {{minifi}} executable on Windows as a non-Admin

[jira] [Updated] (MINIFICPP-2020) Minifi main cannot be run on Windows as a normal (non-Admin) user

2023-01-03 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-2020: -- Summary: Minifi main cannot be run on Windows as a normal (non-Admin) user (was:

[jira] [Assigned] (MINIFICPP-2021) Enable auto-generation of everything in PROCESSORS.md

2023-01-03 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits reassigned MINIFICPP-2021: - Assignee: Ferenc Gerlits > Enable auto-generation of everything in

[jira] [Assigned] (MINIFICPP-2020) Minifi main cannot run on Windows as non-service

2023-01-03 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits reassigned MINIFICPP-2020: - Assignee: Ferenc Gerlits > Minifi main cannot run on Windows as non-service