[jira] [Updated] (MINIFICPP-1731) Linter targets should not be built by default on Windows

2022-01-21 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ádám Markovics updated MINIFICPP-1731: -- Attachment: (was: consoleText) > Linter targets should not be built by default

[jira] [Updated] (NIFI-9613) QueryRecord fails with java.util.NoSuchElementException

2022-01-21 Thread Anders Synstad (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Synstad updated NIFI-9613: - Description: I am getting java.util.NoSuchElementException in QueryRecord under certain

[jira] [Updated] (MINIFICPP-1731) Linter targets should not be built by default on Windows

2022-01-21 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ádám Markovics updated MINIFICPP-1731: -- Description: Even if ENABLE_LINTER is set to OFF, root-linter-* targets are run on

[jira] [Created] (NIFI-9614) GUI redirect to /nifi/ should not be delayed

2022-01-21 Thread Wiktor Kubicki (Jira)
Wiktor Kubicki created NIFI-9614: Summary: GUI redirect to /nifi/ should not be delayed Key: NIFI-9614 URL: https://issues.apache.org/jira/browse/NIFI-9614 Project: Apache NiFi Issue Type:

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1237: MINIFICPP-1224 Add module directory support to script execution

2022-01-21 Thread GitBox
lordgamez commented on a change in pull request #1237: URL: https://github.com/apache/nifi-minifi-cpp/pull/1237#discussion_r789553463 ## File path: extensions/script/ExecuteScript.cpp ## @@ -123,6 +128,10 @@ void ExecuteScript::onTrigger(const std::shared_ptr throw

[jira] [Created] (NIFI-9613) QueryRecord fails with java.util.NoSuchElementException

2022-01-21 Thread Anders Synstad (Jira)
Anders Synstad created NIFI-9613: Summary: QueryRecord fails with java.util.NoSuchElementException Key: NIFI-9613 URL: https://issues.apache.org/jira/browse/NIFI-9613 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #1246: MINIFICPP-1732 - Protect the sink with a mutex

2022-01-21 Thread GitBox
adamdebreceni opened a new pull request #1246: URL: https://github.com/apache/nifi-minifi-cpp/pull/1246 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

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1237: MINIFICPP-1224 Add module directory support to script execution

2022-01-21 Thread GitBox
adamdebreceni commented on a change in pull request #1237: URL: https://github.com/apache/nifi-minifi-cpp/pull/1237#discussion_r789487612 ## File path: extensions/script/ExecuteScript.cpp ## @@ -123,6 +128,10 @@ void ExecuteScript::onTrigger(const std::shared_ptr throw

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1247: MINIFICPP-1731 - Linter targets should not be built by default on Win…

2022-01-21 Thread GitBox
lordgamez commented on a change in pull request #1247: URL: https://github.com/apache/nifi-minifi-cpp/pull/1247#discussion_r789512942 ## File path: CMakeLists.txt ## @@ -872,25 +872,27 @@ include(BuildDocs) # Create a custom build target that will run the linter. #

[jira] [Commented] (NIFI-9613) QueryRecord fails with java.util.NoSuchElementException

2022-01-21 Thread Anders Synstad (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17479963#comment-17479963 ] Anders Synstad commented on NIFI-9613: -- I believe you are correct :) > QueryRecord fails with

[GitHub] [nifi-minifi-cpp] adam-markovics commented on a change in pull request #1247: MINIFICPP-1731 - Linter targets should not be built by default on Win…

2022-01-21 Thread GitBox
adam-markovics commented on a change in pull request #1247: URL: https://github.com/apache/nifi-minifi-cpp/pull/1247#discussion_r789543109 ## File path: CMakeLists.txt ## @@ -872,25 +872,27 @@ include(BuildDocs) # Create a custom build target that will run the linter. #

[GitHub] [nifi] koccs opened a new pull request #5695: NIFI-9578 NiFi user list no longer breaks if a user and group have the same id

2022-01-21 Thread GitBox
koccs opened a new pull request #5695: URL: https://github.com/apache/nifi/pull/5695 Description of PR - ids of the entities are prefixed by their types to avoid id conflict in 3rd party table library For some authorizers the UUID calculation for users and groups based

[jira] [Updated] (NIFI-9578) The Nifi User List in the UI will not populate if they are syncing a username and a group name that are the same

2022-01-21 Thread Adam Kocsis (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocsis updated NIFI-9578: -- Status: Patch Available (was: In Progress) > The Nifi User List in the UI will not populate if they

[jira] [Created] (MINIFICPP-1735) Add Google Cloud Storage related processors

2022-01-21 Thread Martin Zink (Jira)
Martin Zink created MINIFICPP-1735: -- Summary: Add Google Cloud Storage related processors Key: MINIFICPP-1735 URL: https://issues.apache.org/jira/browse/MINIFICPP-1735 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi-minifi-cpp] adam-markovics opened a new pull request #1247: MINIFICPP-1731 - Linter targets should not be built by default on Win…

2022-01-21 Thread GitBox
adam-markovics opened a new pull request #1247: URL: https://github.com/apache/nifi-minifi-cpp/pull/1247 …dows 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

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1247: MINIFICPP-1731 - Linter targets should not be built by default on Win…

2022-01-21 Thread GitBox
lordgamez commented on a change in pull request #1247: URL: https://github.com/apache/nifi-minifi-cpp/pull/1247#discussion_r789540945 ## File path: CMakeLists.txt ## @@ -872,25 +872,27 @@ include(BuildDocs) # Create a custom build target that will run the linter. #

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1237: MINIFICPP-1224 Add module directory support to script execution

2022-01-21 Thread GitBox
adamdebreceni commented on a change in pull request #1237: URL: https://github.com/apache/nifi-minifi-cpp/pull/1237#discussion_r789584630 ## File path: extensions/librdkafka/ConsumeKafka.cpp ## @@ -211,7 +211,7 @@ void ConsumeKafka::onSchedule(core::ProcessContext* context,

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1247: MINIFICPP-1731 - Linter targets should not be built by default on Win…

2022-01-21 Thread GitBox
szaszm commented on a change in pull request #1247: URL: https://github.com/apache/nifi-minifi-cpp/pull/1247#discussion_r789521434 ## File path: CMakeLists.txt ## @@ -872,25 +872,27 @@ include(BuildDocs) # Create a custom build target that will run the linter. #

[jira] [Resolved] (NIFI-9613) QueryRecord fails with java.util.NoSuchElementException

2022-01-21 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-9613. -- Fix Version/s: 1.16.0 Assignee: Pierre Villard Resolution: Duplicate I believe

[jira] [Assigned] (MINIFICPP-1736) Add MiNiFi agent C2 operation capabilities to agent manifest

2022-01-21 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi reassigned MINIFICPP-1736: Assignee: Gábor Gyimesi > Add MiNiFi agent C2 operation capabilities to agent

[jira] [Created] (MINIFICPP-1736) Add MiNiFi agent C2 operation capabilities to agent manifest

2022-01-21 Thread Jira
Gábor Gyimesi created MINIFICPP-1736: Summary: Add MiNiFi agent C2 operation capabilities to agent manifest Key: MINIFICPP-1736 URL: https://issues.apache.org/jira/browse/MINIFICPP-1736 Project:

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1247: MINIFICPP-1731 - Linter targets should not be built by default on Win…

2022-01-21 Thread GitBox
lordgamez commented on a change in pull request #1247: URL: https://github.com/apache/nifi-minifi-cpp/pull/1247#discussion_r789532760 ## File path: CMakeLists.txt ## @@ -872,25 +872,27 @@ include(BuildDocs) # Create a custom build target that will run the linter. #

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1237: MINIFICPP-1224 Add module directory support to script execution

2022-01-21 Thread GitBox
lordgamez commented on a change in pull request #1237: URL: https://github.com/apache/nifi-minifi-cpp/pull/1237#discussion_r789586909 ## File path: extensions/librdkafka/ConsumeKafka.cpp ## @@ -211,7 +211,7 @@ void ConsumeKafka::onSchedule(core::ProcessContext* context,

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1196: MINIFICPP-1659 Create DeleteAzureBlobStorage processor

2022-01-21 Thread GitBox
lordgamez commented on a change in pull request #1196: URL: https://github.com/apache/nifi-minifi-cpp/pull/1196#discussion_r789616097 ## File path: extensions/azure/processors/DeleteAzureBlobStorage.cpp ## @@ -0,0 +1,104 @@ +/** + * @file DeleteAzureBlobStorage.cpp + *

[GitHub] [nifi] markobean commented on pull request #5664: NIFI-9562: add 'archive' conflict resolution strategy to PutFile

2022-01-21 Thread GitBox
markobean commented on pull request #5664: URL: https://github.com/apache/nifi/pull/5664#issuecomment-1018543213 The option of changing the filename is not applicable to the use case in mind. Suppose a PutFile is writing an updated file used by a Controller Service. The Controller Service

[GitHub] [nifi] kevdoran commented on pull request #5684: NIFI-9605: Docker Images for OpenShift

2022-01-21 Thread GitBox
kevdoran commented on pull request #5684: URL: https://github.com/apache/nifi/pull/5684#issuecomment-1018549016 @guimou There are no nightlies, so you can test with a release version such as 1.15.3. I know that complicates things with the hardcoded version in files such as

[GitHub] [nifi] simonbence opened a new pull request #5696: NIFI-9615 Extending capabilities of NAR provider with restraing, conflict resolution strategy and refactors to make it more flexible

2022-01-21 Thread GitBox
simonbence opened a new pull request #5696: URL: https://github.com/apache/nifi/pull/5696 [NIFI-9615](https://issues.apache.org/jira/browse/NIFI-9615) This is a follow up on NIFI-8519: the NAR Provider has been refactored for being more flexible (both in usage and with furher

[GitHub] [nifi] turcsanyip opened a new pull request #5697: NIFI-9616: Included SLF4J bridge libraries in NiFi Stateless Kafka Co…

2022-01-21 Thread GitBox
turcsanyip opened a new pull request #5697: URL: https://github.com/apache/nifi/pull/5697 …nnect assembly https://issues.apache.org/jira/browse/NIFI-9616 In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

[jira] [Assigned] (NIFI-7840) ExecuteScript - Groovy 3.0

2022-01-21 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-7840: -- Assignee: Matt Burgess > ExecuteScript - Groovy 3.0 > -- > >

[GitHub] [nifi] joewitt commented on pull request #5664: NIFI-9562: add 'archive' conflict resolution strategy to PutFile

2022-01-21 Thread GitBox
joewitt commented on pull request #5664: URL: https://github.com/apache/nifi/pull/5664#issuecomment-1018624053 The JIRA and code just describe what you want to do not the why. In your last comment it sounds like the why (a specific use case) is more clear. If I follow correctly you have

[jira] [Commented] (NIFI-9603) When a processor group is stopped or started in the UI, the thread pool cannot execute any tasks

2022-01-21 Thread liuke (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480073#comment-17480073 ] liuke commented on NIFI-9603: - At present, the company's production environment cannot be upgraded

[jira] [Created] (NIFI-9616) Include SLF4J bridge libraries in NiFi Stateless Kafka Connect assembly

2022-01-21 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-9616: - Summary: Include SLF4J bridge libraries in NiFi Stateless Kafka Connect assembly Key: NIFI-9616 URL: https://issues.apache.org/jira/browse/NIFI-9616 Project:

[GitHub] [nifi] bbende commented on pull request #5630: NIFI-9501 Add REST end-point to retrieve a RuntimeManifest

2022-01-21 Thread GitBox
bbende commented on pull request #5630: URL: https://github.com/apache/nifi/pull/5630#issuecomment-1018602692 @exceptionfactory any chance you can take another pass at this? I think I have addressed the previous comments with the latest commit -- This is an automated message from the

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1196: MINIFICPP-1659 Create DeleteAzureBlobStorage processor

2022-01-21 Thread GitBox
adamdebreceni commented on a change in pull request #1196: URL: https://github.com/apache/nifi-minifi-cpp/pull/1196#discussion_r789588581 ## File path: extensions/azure/processors/DeleteAzureBlobStorage.cpp ## @@ -0,0 +1,104 @@ +/** + * @file DeleteAzureBlobStorage.cpp + *

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request #1248: MINIFICPP-1702: DefragmentText multiinput improvement

2022-01-21 Thread GitBox
martinzink opened a new pull request #1248: URL: https://github.com/apache/nifi-minifi-cpp/pull/1248 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] [Created] (NIFI-9615) Extending the capabilities of the NAR provider functionality

2022-01-21 Thread Simon Bence (Jira)
Simon Bence created NIFI-9615: - Summary: Extending the capabilities of the NAR provider functionality Key: NIFI-9615 URL: https://issues.apache.org/jira/browse/NIFI-9615 Project: Apache NiFi

[GitHub] [nifi] simonbence closed pull request #5393: NIFI-9208 Adding Flow Resource Provider Service

2022-01-21 Thread GitBox
simonbence closed pull request #5393: URL: https://github.com/apache/nifi/pull/5393 -- 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] guimou commented on pull request #5684: NIFI-9605: Docker Images for OpenShift

2022-01-21 Thread GitBox
guimou commented on pull request #5684: URL: https://github.com/apache/nifi/pull/5684#issuecomment-1018590854 @kevdoran Perfect, thanks a lot. In this case everything has already been tested with 1.15.2 as part of [this project](https://github.com/guimou/odh-manifests/tree/nifi/nifi),

[GitHub] [nifi] thenatog commented on a change in pull request #5669: NIFI-9453 - Refactored ListenBeats to use netty.

2022-01-21 Thread GitBox
thenatog commented on a change in pull request #5669: URL: https://github.com/apache/nifi/pull/5669#discussion_r789739370 ## File path: nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/src/main/java/org/apache/nifi/processors/beats/netty/BeatsFrameDecoder.java ## @@

[jira] [Updated] (NIFI-9616) Include SLF4J bridge libraries in NiFi Stateless Kafka Connect assembly

2022-01-21 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-9616: -- Status: Patch Available (was: Open) > Include SLF4J bridge libraries in NiFi Stateless Kafka

[jira] [Updated] (NIFI-7840) ExecuteScript - Groovy 3.0

2022-01-21 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7840: --- Issue Type: Improvement (was: Wish) > ExecuteScript - Groovy 3.0 > -- > >

[jira] [Resolved] (NIFI-9501) Add REST end-point to retrieve RuntimeManifest

2022-01-21 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-9501. Fix Version/s: 1.16.0 Resolution: Fixed > Add REST end-point to retrieve

[GitHub] [nifi] exceptionfactory opened a new pull request #5700: NIFI-9618 Upgrade Checkstyle to 9.2.1

2022-01-21 Thread GitBox
exceptionfactory opened a new pull request #5700: URL: https://github.com/apache/nifi/pull/5700 Description of PR NIFI-9618 Upgrades Checkstyle from 8.29 to 9.2.1 and corrects several missing Java documentation return statements. Changes also include removing the duplicative

[GitHub] [nifi] mattyb149 commented on pull request #5649: NIFI-9557: Change C2 OperandType to Enum

2022-01-21 Thread GitBox
mattyb149 commented on pull request #5649: URL: https://github.com/apache/nifi/pull/5649#issuecomment-1018834071 +1 LGTM, thanks for the improvement! Merging to main -- 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 closed pull request #5649: NIFI-9557: Change C2 OperandType to Enum

2022-01-21 Thread GitBox
mattyb149 closed pull request #5649: URL: https://github.com/apache/nifi/pull/5649 -- 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] guimou commented on pull request #5684: NIFI-9605: Docker Images for OpenShift

2022-01-21 Thread GitBox
guimou commented on pull request #5684: URL: https://github.com/apache/nifi/pull/5684#issuecomment-1018849385 Hi @dmnewber! The idea of creating the openshift folders alongside the docker/dockerhub ones (btw naming and structure is not really consistent for those) was to minimize

[jira] [Commented] (NIFI-9527) nifi-hive-nar fails to load because of the old snappy-java jar

2022-01-21 Thread Saurabh B (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480272#comment-17480272 ] Saurabh B commented on NIFI-9527: - This issue is not observed on upgrade 1.14.0 -> 1.15.3. I did not try

[jira] [Commented] (NIFI-9501) Add REST end-point to retrieve RuntimeManifest

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

[GitHub] [nifi] exceptionfactory closed pull request #5630: NIFI-9501 Add REST end-point to retrieve a RuntimeManifest

2022-01-21 Thread GitBox
exceptionfactory closed pull request #5630: URL: https://github.com/apache/nifi/pull/5630 -- 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] dmnewber commented on pull request #5684: NIFI-9605: Docker Images for OpenShift

2022-01-21 Thread GitBox
dmnewber commented on pull request #5684: URL: https://github.com/apache/nifi/pull/5684#issuecomment-1018783753 Hi @guimou, thanks for the PR! It looks like there's a lot of duplication here, particularly with the `sh` directories. It would be better from a maintenance perspective to not

[GitHub] [nifi] exceptionfactory closed pull request #5690: NIFI-9586 - exclude assemblies from CI

2022-01-21 Thread GitBox
exceptionfactory closed pull request #5690: URL: https://github.com/apache/nifi/pull/5690 -- 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] exceptionfactory commented on pull request #5699: NIFI-7840: Upgrade to Groovy 3.0.8 and Spock 2.1

2022-01-21 Thread GitBox
exceptionfactory commented on pull request #5699: URL: https://github.com/apache/nifi/pull/5699#issuecomment-1018798954 Thanks for the upgrade @mattyb149! Unfortunately it looks like a couple Spock-based tests failed on the Windows build. Also recommend removing the test methods currently

[GitHub] [nifi] exceptionfactory commented on pull request #5668: NIFI-9570 Separate classpath for NiFi Registry sensitive property pro…

2022-01-21 Thread GitBox
exceptionfactory commented on pull request #5668: URL: https://github.com/apache/nifi/pull/5668#issuecomment-1018886341 Thanks @bbende, if there is an opportunity to cut down the number of test cases and corresponding properties files, that would be helpful. -- This is an automated

[jira] [Updated] (NIFI-9618) Upgrade Checkstyle to 9.2.1

2022-01-21 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9618: --- Status: Patch Available (was: Open) > Upgrade Checkstyle to 9.2.1 >

[GitHub] [nifi] joewitt commented on pull request #5700: NIFI-9618 Upgrade Checkstyle to 9.2.1

2022-01-21 Thread GitBox
joewitt commented on pull request #5700: URL: https://github.com/apache/nifi/pull/5700#issuecomment-1018779815 love it. if build checks out +1 and please self merge -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Commented] (NIFI-9586) Investigate issues with Github Actions Build

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

[jira] [Resolved] (NIFI-9557) Changing C2 OperandType to Enum with validation

2022-01-21 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-9557. Fix Version/s: 1.16.0 Resolution: Fixed > Changing C2 OperandType to Enum with validation >

[GitHub] [nifi] exceptionfactory commented on pull request #5668: NIFI-9570 Separate classpath for NiFi Registry sensitive property pro…

2022-01-21 Thread GitBox
exceptionfactory commented on pull request #5668: URL: https://github.com/apache/nifi/pull/5668#issuecomment-1018860318 Thanks for the improvement @bbende! The pull request appears to include a number of test properties files, are all of those necessary as part of this change? -- This

[GitHub] [nifi] bbende commented on pull request #5668: NIFI-9570 Separate classpath for NiFi Registry sensitive property pro…

2022-01-21 Thread GitBox
bbende commented on pull request #5668: URL: https://github.com/apache/nifi/pull/5668#issuecomment-1018885544 @exceptionfactory thanks for taking a look... as part of splitting apart the properties and properties loader, there was also a test class for properties loader that used several

[jira] [Resolved] (MINIFICPP-1240) Check last modified timestamp of the inode before re-reading the script file of ExecutePythonScript

2022-01-21 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi resolved MINIFICPP-1240. -- Fix Version/s: 0.12.0 Assignee: Gábor Gyimesi (was: Adam Hunyadi)

[GitHub] [nifi] simonbence commented on pull request #5696: NIFI-9615 Extending capabilities of NAR provider with restraing, conflict resolution strategy and refactors to make it more flexible

2022-01-21 Thread GitBox
simonbence commented on pull request #5696: URL: https://github.com/apache/nifi/pull/5696#issuecomment-1018665522 Hi @bbende ! Could you please take a look if you are okay with how I converted the NiFi Registry Bundle based provider? Many thanks! -- This is an automated message from the

[jira] [Created] (NIFI-9618) Upgrade Checkstyle to 9.2.1

2022-01-21 Thread David Handermann (Jira)
David Handermann created NIFI-9618: -- Summary: Upgrade Checkstyle to 9.2.1 Key: NIFI-9618 URL: https://issues.apache.org/jira/browse/NIFI-9618 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi-minifi-cpp] szaszm opened a new pull request #1249: MINIFICPP-1669 Use std::byte for buffers

2022-01-21 Thread GitBox
szaszm opened a new pull request #1249: URL: https://github.com/apache/nifi-minifi-cpp/pull/1249 The initial goal was streams only, but it's impossible to change only one part of the code to use std::byte for byte representation. There is still a bug lurking somewhere, causing

[jira] [Assigned] (NIFI-9233) Improve reliability of system integration tests

2022-01-21 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey reassigned NIFI-9233: --- Assignee: Paul Grey > Improve reliability of system integration tests >

[jira] [Updated] (NIFI-7840) ExecuteScript - Groovy 3.0

2022-01-21 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7840: --- Status: Patch Available (was: In Progress) > ExecuteScript - Groovy 3.0 > --

[jira] [Commented] (NIFI-9618) Upgrade Checkstyle to 9.2.1

2022-01-21 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480215#comment-17480215 ] Joe Witt commented on NIFI-9618: doh! sorry [~exceptionfactory]thought I had checked these bits but I

[jira] [Commented] (NIFI-9618) Upgrade Checkstyle to 9.2.1

2022-01-21 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480220#comment-17480220 ] David Handermann commented on NIFI-9618: No problem [~joewitt]! It looks like Checkstyle 9

[GitHub] [nifi-fds] scottyaslan commented on a change in pull request #60: [NIFI-9554] update node/npm versions and frontend deps

2022-01-21 Thread GitBox
scottyaslan commented on a change in pull request #60: URL: https://github.com/apache/nifi-fds/pull/60#discussion_r789896813 ## File path: platform/core/snackbars/fds-snackbars.module.js ## @@ -38,6 +32,10 @@ import { } from './services/snackbar.service'; import {

[GitHub] [nifi-fds] rfellows commented on a change in pull request #60: [NIFI-9554] update node/npm versions and frontend deps

2022-01-21 Thread GitBox
rfellows commented on a change in pull request #60: URL: https://github.com/apache/nifi-fds/pull/60#discussion_r789904029 ## File path: .eslintrc.js ## @@ -15,77 +15,110 @@ * limitations under the License. */ +const OFF = 0; // turn the rule off +const WARNING = 1; //

[GitHub] [nifi] exceptionfactory opened a new pull request #5698: NIFI-9617 Remove unused screenshots from documentation

2022-01-21 Thread GitBox
exceptionfactory opened a new pull request #5698: URL: https://github.com/apache/nifi/pull/5698 Description of PR NIFI-9617 Removes several large unused screenshots from the documentation directory. Previous documentation on the encrypted repository implementations referenced

[jira] [Updated] (NIFI-9617) Remove unused screenshots from documentation

2022-01-21 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9617: --- Status: Patch Available (was: Open) > Remove unused screenshots from documentation >

[GitHub] [nifi] markobean commented on pull request #5664: NIFI-9562: add 'archive' conflict resolution strategy to PutFile

2022-01-21 Thread GitBox
markobean commented on pull request #5664: URL: https://github.com/apache/nifi/pull/5664#issuecomment-1018666170 Your recommendation is exactly what we are currently performing. Specifically, writing the "new" file to a semi-permanent location prior to overwriting the existing file. So,

[jira] [Created] (NIFI-9617) Remove unused screenshots from documentation

2022-01-21 Thread David Handermann (Jira)
David Handermann created NIFI-9617: -- Summary: Remove unused screenshots from documentation Key: NIFI-9617 URL: https://issues.apache.org/jira/browse/NIFI-9617 Project: Apache NiFi Issue

[jira] [Commented] (NIFI-7840) ExecuteScript - Groovy 3.0

2022-01-21 Thread Mermillod (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480206#comment-17480206 ] Mermillod commented on NIFI-7840: - I don't know about the backward compatibility between groovy 2 and 3.

[GitHub] [nifi] markobean closed pull request #5664: NIFI-9562: add 'archive' conflict resolution strategy to PutFile

2022-01-21 Thread GitBox
markobean closed pull request #5664: URL: https://github.com/apache/nifi/pull/5664 -- 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] mattyb149 opened a new pull request #5699: NIFI-7840: Upgrade to Groovy 3.0.8 and Spock 2.1

2022-01-21 Thread GitBox
mattyb149 opened a new pull request #5699: URL: https://github.com/apache/nifi/pull/5699 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Upgrades Spock version to 2.1 and Groovy

[jira] [Created] (NIFI-9619) Remove GPG key from Security Disclosure details

2022-01-21 Thread David Handermann (Jira)
David Handermann created NIFI-9619: -- Summary: Remove GPG key from Security Disclosure details Key: NIFI-9619 URL: https://issues.apache.org/jira/browse/NIFI-9619 Project: Apache NiFi Issue

[jira] [Commented] (NIFI-9619) Remove GPG key from Security Disclosure details

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

[GitHub] [nifi] exceptionfactory closed pull request #5702: NIFI-9619 Remove GPG key from Security Mailing List reporting

2022-01-21 Thread GitBox
exceptionfactory closed pull request #5702: URL: https://github.com/apache/nifi/pull/5702 -- 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:

[jira] [Updated] (NIFI-9619) Remove GPG key from Security Disclosure details

2022-01-21 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9619: --- Fix Version/s: 1.16.0 Resolution: Fixed Status: Resolved (was: Patch

[jira] [Created] (NIFI-9620) Add isStateful() method to Stateless DataFlow API

2022-01-21 Thread Joe Gresock (Jira)
Joe Gresock created NIFI-9620: - Summary: Add isStateful() method to Stateless DataFlow API Key: NIFI-9620 URL: https://issues.apache.org/jira/browse/NIFI-9620 Project: Apache NiFi Issue Type:

[GitHub] [nifi] exceptionfactory opened a new pull request #5702: NIFI-9619 Remove GPG key from Security Mailing List reporting

2022-01-21 Thread GitBox
exceptionfactory opened a new pull request #5702: URL: https://github.com/apache/nifi/pull/5702 Description of PR NIFI-9619 Removes the expired GPG key fingerprint from the Security Vulnerability Disclosure documentation. The difficulty of securely sharing a GPG private key

[jira] [Updated] (NIFI-9619) Remove GPG key from Security Disclosure details

2022-01-21 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9619: --- Status: Patch Available (was: In Progress) > Remove GPG key from Security Disclosure details

[GitHub] [nifi] joewitt commented on pull request #5702: NIFI-9619 Remove GPG key from Security Mailing List reporting

2022-01-21 Thread GitBox
joewitt commented on pull request #5702: URL: https://github.com/apache/nifi/pull/5702#issuecomment-1018898870 +1 please self merge thanks for updating this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (NIFI-9618) Upgrade Checkstyle to 9.2.1

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

[GitHub] [nifi] asfgit closed pull request #5700: NIFI-9618 Upgrade Checkstyle to 9.2.1

2022-01-21 Thread GitBox
asfgit closed pull request #5700: URL: https://github.com/apache/nifi/pull/5700 -- 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:

[jira] [Updated] (NIFI-9618) Upgrade Checkstyle to 9.2.1

2022-01-21 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9618: --- Fix Version/s: 1.16.0 Resolution: Fixed Status: Resolved (was: Patch

[jira] [Updated] (NIFI-9607) PutDatabaseRecord doesn't honor Update Keys when Quote Identifiers is true

2022-01-21 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-9607: --- Status: Patch Available (was: In Progress) > PutDatabaseRecord doesn't honor Update Keys when Quote

[GitHub] [nifi-site] joewitt commented on pull request #55: NIFI-9619 Remove GPG key from Security Mailing List reporting

2022-01-21 Thread GitBox
joewitt commented on pull request #55: URL: https://github.com/apache/nifi-site/pull/55#issuecomment-1018902469 +1 from me. Feel free to merge. Generally speaking we dont tend to do RTC on nifi-site changes. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [nifi-site] exceptionfactory opened a new pull request #55: NIFI-9619 Remove GPG key from Security Mailing List reporting

2022-01-21 Thread GitBox
exceptionfactory opened a new pull request #55: URL: https://github.com/apache/nifi-site/pull/55 NIFI-9619 Updates the NiFi and NiFi Registry Security pages to remove references to the expired GPG key fingerprint for vulnerability disclosures. -- This is an automated message from the

[GitHub] [nifi] exceptionfactory commented on pull request #5702: NIFI-9619 Remove GPG key from Security Mailing List reporting

2022-01-21 Thread GitBox
exceptionfactory commented on pull request #5702: URL: https://github.com/apache/nifi/pull/5702#issuecomment-1018902348 Thanks @joewitt! Merging. -- 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] gresockj opened a new pull request #5703: NIFI-9620: Adding isStateful to StatelessDataflow

2022-01-21 Thread GitBox
gresockj opened a new pull request #5703: URL: https://github.com/apache/nifi/pull/5703 Description of PR Adds a new method to `StatelessDataflow` called `isStateful`. This allows the calling code to detect whether the dataflow contains any processors that maintain state.

[jira] [Assigned] (NIFI-9607) PutDatabaseRecord doesn't honor Update Keys when Quote Identifiers is true

2022-01-21 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-9607: -- Assignee: Matt Burgess > PutDatabaseRecord doesn't honor Update Keys when Quote Identifiers is

[GitHub] [nifi] mattyb149 opened a new pull request #5701: NIFI-9607: Honor Update Keys when Quoting Identifiers in PutDatabaseRecord

2022-01-21 Thread GitBox
mattyb149 opened a new pull request #5701: URL: https://github.com/apache/nifi/pull/5701 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Update Keys weren't being used when Quoted

[GitHub] [nifi-site] exceptionfactory merged pull request #55: NIFI-9619 Remove GPG key from Security Mailing List reporting

2022-01-21 Thread GitBox
exceptionfactory merged pull request #55: URL: https://github.com/apache/nifi-site/pull/55 -- 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: