[jira] [Updated] (NIFI-8533) Replace jython-shaded with jython-slim because jython-shaded project is obsolete

2021-05-11 Thread lindongdong (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lindongdong updated NIFI-8533: -- Description: [https://github.com/scijava/jython-shaded]  

[jira] [Created] (NIFI-8533) Replace jython-shaded with jython-slim because jython-shaded project is obsolete

2021-05-11 Thread lindongdong (Jira)
lindongdong created NIFI-8533: - Summary: Replace jython-shaded with jython-slim because jython-shaded project is obsolete Key: NIFI-8533 URL: https://issues.apache.org/jira/browse/NIFI-8533 Project:

[jira] [Commented] (NIFI-8522) NiFi can duplicate controller services when generating templates

2021-05-11 Thread Hsin-Ying Lee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343008#comment-17343008 ] Hsin-Ying Lee commented on NIFI-8522: - Hi [~msclarke] I tried to reproduce the error but I didn't get

[jira] [Updated] (NIFI-8533) Replace jython-shaded with jython-slim because jython-shaded project is obsolete

2021-05-11 Thread lindongdong (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lindongdong updated NIFI-8533: -- Description: As jython-shaded is deparecated, so I suggest to replace jython-shaded with jython-slim 

[jira] [Updated] (NIFI-8533) Replace jython-shaded with jython-slim because jython-shaded project is obsolete

2021-05-11 Thread lindongdong (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lindongdong updated NIFI-8533: -- Description: As jython-shaded is deparecated, so  [https://github.com/scijava/jython-shaded]

[jira] [Comment Edited] (NIFI-8522) NiFi can duplicate controller services when generating templates

2021-05-11 Thread Hsin-Ying Lee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343008#comment-17343008 ] Hsin-Ying Lee edited comment on NIFI-8522 at 5/12/21, 4:45 AM: --- Hi 

[jira] [Commented] (NIFI-8461) Queue reports items but cannot list them

2021-05-11 Thread KevinSky (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17342412#comment-17342412 ] KevinSky commented on NIFI-8461: hi [#Mark Payne],here is my script text: {code:java} // import os

[jira] [Created] (NIFI-8530) PutDatabaseRecord DELETE issue with Postgres UUID

2021-05-11 Thread Dries Van Autreve (Jira)
Dries Van Autreve created NIFI-8530: --- Summary: PutDatabaseRecord DELETE issue with Postgres UUID Key: NIFI-8530 URL: https://issues.apache.org/jira/browse/NIFI-8530 Project: Apache NiFi

[jira] [Updated] (NIFI-8530) PutDatabaseRecord DELETE issue with Postgres UUID

2021-05-11 Thread Dries Van Autreve (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dries Van Autreve updated NIFI-8530: Attachment: image-2021-05-11-10-46-57-985.png > PutDatabaseRecord DELETE issue with

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r62118 ## File path: extensions/systemd/CMakeLists.txt ## @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r630083876 ## File path: libminifi/include/utils/gsl.h ## @@ -26,6 +28,26 @@ namespace minifi { namespace gsl = ::gsl_lite; +namespace utils {

[jira] [Assigned] (MINIFICPP-1521) Minor cpplint improvements

2021-05-11 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink reassigned MINIFICPP-1521: -- Assignee: Martin Zink > Minor cpplint improvements > -- >

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r630019575 ## File path: libminifi/include/core/FlowFile.h ## @@ -161,6 +161,15 @@ class FlowFile : public CoreComponent, public ReferenceContainer {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r629989355 ## File path: CMakeLists.txt ## @@ -564,6 +560,14 @@ if (ENABLE_ALL OR ENABLE_AZURE) createExtension(AZURE-EXTENSIONS "AZURE

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #1070: MINIFICPP-1556 Fix setting partial or invalid credentials in AWS credentials service

2021-05-11 Thread GitBox
lordgamez opened a new pull request #1070: URL: https://github.com/apache/nifi-minifi-cpp/pull/1070 The issue addressed is when partial credentials were set for AWS in the credentials service it could happen that the credential files property was set with the value of a previous property.

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r630039434 ## File path: extensions/systemd/ConsumeJournald.cpp ## @@ -0,0 +1,262 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi] ChrisSamo632 commented on a change in pull request #4822: NIFI-2892 Implement AWS Kinesis Stream Get Processor

2021-05-11 Thread GitBox
ChrisSamo632 commented on a change in pull request #4822: URL: https://github.com/apache/nifi/pull/4822#discussion_r629954459 ## File path:

[GitHub] [nifi] ChrisSamo632 commented on a change in pull request #4822: NIFI-2892 Implement AWS Kinesis Stream Get Processor

2021-05-11 Thread GitBox
ChrisSamo632 commented on a change in pull request #4822: URL: https://github.com/apache/nifi/pull/4822#discussion_r629955372 ## File path:

[jira] [Updated] (NIFI-8530) PutDatabaseRecord DELETE issue with Postgres UUID

2021-05-11 Thread Dries Van Autreve (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dries Van Autreve updated NIFI-8530: Description: We have a scenario where we delete entities using their primary key in a

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1070: MINIFICPP-1556 Fix setting partial or invalid credentials in AWS credentials service

2021-05-11 Thread GitBox
fgerlits commented on a change in pull request #1070: URL: https://github.com/apache/nifi-minifi-cpp/pull/1070#discussion_r630002339 ## File path: libminifi/test/aws-tests/AWSCredentialsServiceTest.cpp ## @@ -53,14 +53,14 @@ TEST_CASE_METHOD(AWSCredentialsServiceTestAccessor,

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1066: MINIFICPP-1532: Create a processor to capture resource consumption me…

2021-05-11 Thread GitBox
martinzink commented on a change in pull request #1066: URL: https://github.com/apache/nifi-minifi-cpp/pull/1066#discussion_r630025298 ## File path: extensions/pdh/PerformanceDataMonitor.h ## @@ -0,0 +1,102 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1070: MINIFICPP-1556 Fix setting partial or invalid credentials in AWS credentials service

2021-05-11 Thread GitBox
lordgamez commented on a change in pull request #1070: URL: https://github.com/apache/nifi-minifi-cpp/pull/1070#discussion_r630083033 ## File path: libminifi/test/aws-tests/AWSCredentialsServiceTest.cpp ## @@ -53,14 +53,14 @@ TEST_CASE_METHOD(AWSCredentialsServiceTestAccessor,

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r630087818 ## File path: libminifi/src/core/ProcessSession.cpp ## @@ -241,6 +241,18 @@ void ProcessSession::write(const std::shared_ptr , OutputSt

[jira] [Comment Edited] (NIFI-8461) Queue reports items but cannot list them

2021-05-11 Thread KevinSky (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17342412#comment-17342412 ] KevinSky edited comment on NIFI-8461 at 5/11/21, 8:39 AM: -- hi [#Mark Payne],here

[jira] [Created] (MINIFICPP-1556) Setting partial credentials in AWS credentials service may set other properties

2021-05-11 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1556: Summary: Setting partial credentials in AWS credentials service may set other properties Key: MINIFICPP-1556 URL: https://issues.apache.org/jira/browse/MINIFICPP-1556

[GitHub] [nifi] simonbence commented on a change in pull request #5028: NIFI-8325: Complete SNMP refactor: SNMP GET and SET processors rework, unit tests added

2021-05-11 Thread GitBox
simonbence commented on a change in pull request #5028: URL: https://github.com/apache/nifi/pull/5028#discussion_r627992870 ## File path: nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/main/java/org/apache/nifi/snmp/dto/SNMPResponse.java ## @@ -0,0 +1,66 @@ +/* +

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r630041367 ## File path: extensions/systemd/ConsumeJournald.cpp ## @@ -0,0 +1,262 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r630078514 ## File path: extensions/systemd/WorkerThread.h ## @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1066: MINIFICPP-1532: Create a processor to capture resource consumption me…

2021-05-11 Thread GitBox
lordgamez commented on a change in pull request #1066: URL: https://github.com/apache/nifi-minifi-cpp/pull/1066#discussion_r630081950 ## File path: extensions/pdh/PerformanceDataMonitor.h ## @@ -0,0 +1,102 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1066: MINIFICPP-1532: Create a processor to capture resource consumption me…

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1066: URL: https://github.com/apache/nifi-minifi-cpp/pull/1066#discussion_r629900633 ## File path: extensions/pdh/PerformanceDataMonitor.cpp ## @@ -0,0 +1,283 @@ +/** + * @file GenerateFlowFile.cpp + * GenerateFlowFile class

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1066: MINIFICPP-1532: Create a processor to capture resource consumption me…

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1066: URL: https://github.com/apache/nifi-minifi-cpp/pull/1066#discussion_r629900633 ## File path: extensions/pdh/PerformanceDataMonitor.cpp ## @@ -0,0 +1,283 @@ +/** + * @file GenerateFlowFile.cpp + * GenerateFlowFile class

[jira] [Assigned] (NIFI-6685) Sort and aling

2021-05-11 Thread Guillaume Schaer (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Schaer reassigned NIFI-6685: -- Assignee: Guillaume Schaer > Sort and aling > -- > > Key:

[GitHub] [nifi] turcsanyip commented on a change in pull request #4822: NIFI-2892 Implement AWS Kinesis Stream Get Processor

2021-05-11 Thread GitBox
turcsanyip commented on a change in pull request #4822: URL: https://github.com/apache/nifi/pull/4822#discussion_r629948591 ## File path: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/stream/ConsumeKinesisStream.java

[jira] [Commented] (NIFI-4913) Specifying "run.as" in bootstrap.properties causes environment variables to not be passed to NiFi

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

[jira] [Commented] (NIFI-4913) Specifying "run.as" in bootstrap.properties causes environment variables to not be passed to NiFi

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

[GitHub] [nifi] gschaer commented on pull request #5064: NIFI-8007: Setup background grid

2021-05-11 Thread GitBox
gschaer commented on pull request #5064: URL: https://github.com/apache/nifi/pull/5064#issuecomment-838734495 > How difficult would it be to have 3 levels of grid display: off, major gridlines only, major and minor? Good point. Let me see what I can do. -- This is an automated

[GitHub] [nifi] markap14 commented on pull request #4903: NIFI-8330: Fix compilation of Jython scripts for scripting components

2021-05-11 Thread GitBox
markap14 commented on pull request #4903: URL: https://github.com/apache/nifi/pull/4903#issuecomment-838816994 @mattyb149 I tried this out with the latest commit, and it didn't appear to solve the underlying problem. There's no `onPropertyModified` to indicate that the script needs to be

[GitHub] [nifi] tpalfy commented on pull request #5065: NIFI-8528 Migrate NiFi Registry into NiFi codebase

2021-05-11 Thread GitBox
tpalfy commented on pull request #5065: URL: https://github.com/apache/nifi/pull/5065#issuecomment-838844759 @exceptionfactory > It may need to be a separate task, but the increased build time raises the question of more granular builds so that changes to NiFi Registry only result in

[GitHub] [nifi] exceptionfactory opened a new pull request #5068: NIFI-8516 Enabled HTTPS and Single User Authentication by default

2021-05-11 Thread GitBox
exceptionfactory opened a new pull request #5068: URL: https://github.com/apache/nifi/pull/5068 Description of PR NIFI-8516 Implements the stated goals of NIFI-8220 providing a basic layer of security for the default installation of NiFi. The default configuration

[jira] [Updated] (NIFI-8516) Set Default HTTPS and Single User Authentication

2021-05-11 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8516: --- Status: Patch Available (was: Open) > Set Default HTTPS and Single User Authentication >

[jira] [Updated] (NIFI-8490) Add inherited parameter contexts to Parameter Contexts

2021-05-11 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock updated NIFI-8490: - Description: Add inheritedParameterContexts to parameter contexts, and update the existing views

[jira] [Updated] (NIFI-8490) Add inherited parameter contexts to Parameter Contexts

2021-05-11 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock updated NIFI-8490: - Summary: Add inherited parameter contexts to Parameter Contexts (was: Back-end implementation of

[jira] [Updated] (NIFI-8491) Add Inherited Parameter Contexts tab on Parameter Context view in UI

2021-05-11 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock updated NIFI-8491: - Attachment: prioritizers.png > Add Inherited Parameter Contexts tab on Parameter Context view in

[jira] [Updated] (NIFI-8491) Add Inherited Parameter Contexts tab on Parameter Context view in UI

2021-05-11 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock updated NIFI-8491: - Description: On the Create/Update Parameter Context view, we'll need to add a third tab,

[GitHub] [nifi-registry] moranr commented on pull request #319: NIFIREG-395 - Implemented the ability to import and export versioned flows through the UI

2021-05-11 Thread GitBox
moranr commented on pull request #319: URL: https://github.com/apache/nifi-registry/pull/319#issuecomment-838476301 > I think the most consistent label would be "Latest (Version #)". @mtien-apache I like that suggestion. > "Export Version" is a good suggestion. Like Bryan, I

[GitHub] [nifi] asfgit closed pull request #5012: NIFI-8417 emoji in processor group name cause nifi to not start up

2021-05-11 Thread GitBox
asfgit closed pull request #5012: URL: https://github.com/apache/nifi/pull/5012 -- 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] thenatog closed pull request #3750: NIFI-4913 Added preserve.environment to read environment variables while using run.as

2021-05-11 Thread GitBox
thenatog closed pull request #3750: URL: https://github.com/apache/nifi/pull/3750 -- 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] gresockj commented on pull request #5065: NIFI-8528 Migrate NiFi Registry into NiFi codebase

2021-05-11 Thread GitBox
gresockj commented on pull request #5065: URL: https://github.com/apache/nifi/pull/5065#issuecomment-838739151 Verified build and deployment on MacOS. LGTM  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi] gresockj edited a comment on pull request #5065: NIFI-8528 Migrate NiFi Registry into NiFi codebase

2021-05-11 Thread GitBox
gresockj edited a comment on pull request #5065: URL: https://github.com/apache/nifi/pull/5065#issuecomment-838739151 Verified build and deployment on MacOS. LGTM  (Once the Windows build is fixed, that is) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1066: MINIFICPP-1532: Create a processor to capture resource consumption me…

2021-05-11 Thread GitBox
fgerlits commented on a change in pull request #1066: URL: https://github.com/apache/nifi-minifi-cpp/pull/1066#discussion_r630356615 ## File path: extensions/pdh/tests/PerformanceDataMonitorTests.cpp ## @@ -0,0 +1,268 @@ +/** + * + * Licensed to the Apache Software Foundation

[jira] [Commented] (NIFI-8417) emoji in processor group name cause nifi to not start up

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

[GitHub] [nifi] thenatog commented on pull request #3750: NIFI-4913 Added preserve.environment to read environment variables while using run.as

2021-05-11 Thread GitBox
thenatog commented on pull request #3750: URL: https://github.com/apache/nifi/pull/3750#issuecomment-838616353 Great, looks good, +1 will merge. -- 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] markobean commented on pull request #4780: NIFI-8126 Include Total Queued Duration in ConnectionStatus metrics

2021-05-11 Thread GitBox
markobean commented on pull request #4780: URL: https://github.com/apache/nifi/pull/4780#issuecomment-838653339 @markap14 we are going to be cutting a release of an internal fork, and we'd like to include this ticket. Do you have any additional comments? Or, if it looks good, could you

[GitHub] [nifi] markap14 commented on pull request #5059: NIFI-8519 Adding HDFS support for NAR autoload

2021-05-11 Thread GitBox
markap14 commented on pull request #5059: URL: https://github.com/apache/nifi/pull/5059#issuecomment-838659499 Thanks for the contribution @simonbence! Looking through this i think ideas are sound. However, this is updating the `nifi-api` module, and once it's been released it's

[jira] [Updated] (NIFI-8491) Add Inherited Parameter Contexts tab on Parameter Context view in UI

2021-05-11 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock updated NIFI-8491: - Summary: Add Inherited Parameter Contexts tab on Parameter Context view in UI (was: UI

[GitHub] [nifi] markobean commented on pull request #5064: NIFI-8007: Setup background grid

2021-05-11 Thread GitBox
markobean commented on pull request #5064: URL: https://github.com/apache/nifi/pull/5064#issuecomment-838420712 How difficult would it be to have 3 levels of grid display: off, major gridlines only, major and minor? -- This is an automated message from the Apache Git Service. To respond

[jira] [Updated] (NIFI-1465) Upgrade encryption of sensitive properties

2021-05-11 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-1465: --- Status: Patch Available (was: In Progress) > Upgrade encryption of sensitive properties >

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-11 Thread GitBox
adamdebreceni commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r630100150 ## File path: libminifi/include/utils/GeneralUtils.h ## @@ -174,6 +174,21 @@ auto invoke(F&& f, Args&&... args)

[GitHub] [nifi] exceptionfactory commented on pull request #5012: NIFI-8417 emoji in processor group name cause nifi to not start up

2021-05-11 Thread GitBox
exceptionfactory commented on pull request #5012: URL: https://github.com/apache/nifi/pull/5012#issuecomment-838458447 Confirmed that SAML authentication works with the Xalan dependency. +1 Merging. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi] exceptionfactory opened a new pull request #5067: NIFI-8367 Removed joda-time from nifi-standard-processors

2021-05-11 Thread GitBox
exceptionfactory opened a new pull request #5067: URL: https://github.com/apache/nifi/pull/5067 Description of PR NIFI-8367 Removes joda-time direct dependency from `nifi-standard-processors`. Recent changes to `InvokeHTTP` removed the last direct reference to Joda Time. The

[jira] [Updated] (NIFI-8470) PutDatabaseRecord truncates strings to 1 character when inserting into PostgreSQL CHAR(n) field

2021-05-11 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-8470: --- Affects Version/s: (was: 1.13.2) Status: Patch Available (was: Open) >

[GitHub] [nifi-minifi-cpp] adam-markovics commented on a change in pull request #1066: MINIFICPP-1532: Create a processor to capture resource consumption me…

2021-05-11 Thread GitBox
adam-markovics commented on a change in pull request #1066: URL: https://github.com/apache/nifi-minifi-cpp/pull/1066#discussion_r630147443 ## File path: libminifi/test/unit/MemoryUsageTest.cpp ## @@ -20,22 +20,22 @@ #include "utils/OsUtils.h" #include "../TestBase.h"

[GitHub] [nifi] exceptionfactory edited a comment on pull request #5012: NIFI-8417 emoji in processor group name cause nifi to not start up

2021-05-11 Thread GitBox
exceptionfactory edited a comment on pull request #5012: URL: https://github.com/apache/nifi/pull/5012#issuecomment-838458447 Confirmed that SAML authentication works with the Xalan dependency. +1 Merging. Thanks for tracking this down @s9514171! -- This is an automated message from

[jira] [Updated] (NIFI-8367) Remove unnecessary use of Joda-Time

2021-05-11 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8367: --- Status: Patch Available (was: In Progress) > Remove unnecessary use of Joda-Time >

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1066: MINIFICPP-1532: Create a processor to capture resource consumption me…

2021-05-11 Thread GitBox
fgerlits commented on a change in pull request #1066: URL: https://github.com/apache/nifi-minifi-cpp/pull/1066#discussion_r629991357 ## File path: CMakeLists.txt ## @@ -501,6 +501,14 @@ if (ENABLE_ALL OR ENABLE_AWS) createExtension(AWS-EXTENSIONS "AWS EXTENSIONS" "This

[jira] [Resolved] (NIFI-8417) emoji in processor group name cause nifi to not start up

2021-05-11 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-8417. Fix Version/s: 1.14.0 Assignee: Hsin-Ying Lee Resolution: Fixed > emoji in

[jira] [Updated] (NIFI-8470) PutDatabaseRecord truncates strings to 1 character when inserting into PostgreSQL CHAR(n) field

2021-05-11 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-8470: --- Component/s: (was: NiFi Stateless) > PutDatabaseRecord truncates strings to 1 character when

[GitHub] [nifi] github-actions[bot] commented on pull request #2222: NIFI-3926 - Edit Template information

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #: URL: https://github.com/apache/nifi/pull/#issuecomment-839308849 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] github-actions[bot] commented on pull request #2031: NIFI-617 - Message destination option in MonitorActivity

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2031: URL: https://github.com/apache/nifi/pull/2031#issuecomment-839309107 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] github-actions[bot] commented on pull request #2408: localization using the JSTL standard fmt tag for multilingualization and nf._.msg() function in resource.js

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2408: URL: https://github.com/apache/nifi/pull/2408#issuecomment-839308627 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] github-actions[bot] commented on pull request #2375: autoclosesocket

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2375: URL: https://github.com/apache/nifi/pull/2375#issuecomment-839308657 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] github-actions[bot] commented on pull request #2287: NIFI-4625 - Added External Version to the PutElastic5 Processor. Added Testing around the version usage.

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2287: URL: https://github.com/apache/nifi/pull/2287#issuecomment-839308717 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] github-actions[bot] closed pull request #4453: NIFI-7710 - Flow XML validation warnings for DataSize

2021-05-11 Thread GitBox
github-actions[bot] closed pull request #4453: URL: https://github.com/apache/nifi/pull/4453 -- 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] github-actions[bot] closed pull request #4440: NIFI-528 add support to specify timeout in ExecuteProcess

2021-05-11 Thread GitBox
github-actions[bot] closed pull request #4440: URL: https://github.com/apache/nifi/pull/4440 -- 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] github-actions[bot] commented on pull request #2467: NIFI-4862 Add Copy original attributtes to SelectHiveQL processer

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2467: URL: https://github.com/apache/nifi/pull/2467#issuecomment-839308487 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] github-actions[bot] commented on pull request #2411: NIFI-4789 Extract grok multi pattern support

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2411: URL: https://github.com/apache/nifi/pull/2411#issuecomment-839308585 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] github-actions[bot] commented on pull request #2502: NIFI-4165: Added RemoveFlowFilesWithMissingContent.java and associate…

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2502: URL: https://github.com/apache/nifi/pull/2502#issuecomment-839308453 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] github-actions[bot] commented on pull request #2158: NIFI-4360 Adding support for ADLS Processors. Feature includes List, …

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2158: URL: https://github.com/apache/nifi/pull/2158#issuecomment-839308879 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] github-actions[bot] commented on pull request #1541: NIFI-329 - Introduce IRC Client Services and ConsumeIRC processor

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #1541: URL: https://github.com/apache/nifi/pull/1541#issuecomment-839309136 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] github-actions[bot] commented on pull request #2336: NIFI-4688 - PutParquet should have RemoteOwner and RemoteGroup LE(Language Expression) turn to TRUE

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2336: URL: https://github.com/apache/nifi/pull/2336#issuecomment-839308687 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] github-actions[bot] closed pull request #4430: NIFI-7677 - Upgrade Azure Storage API to latest (v12) for enabling identity authentication

2021-05-11 Thread GitBox
github-actions[bot] closed pull request #4430: URL: https://github.com/apache/nifi/pull/4430 -- 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] github-actions[bot] commented on pull request #2154: NIFI-2663: Add WebSocket support for MQTT processors

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2154: URL: https://github.com/apache/nifi/pull/2154#issuecomment-839308941 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] github-actions[bot] commented on pull request #1403: NIFI-3293 - Expose counters to reporting tasks, and send counters dat…

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #1403: URL: https://github.com/apache/nifi/pull/1403#issuecomment-839309168 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] github-actions[bot] commented on pull request #2066: NIFI-4256 - Add support for all AWS S3 Encryption Options

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2066: URL: https://github.com/apache/nifi/pull/2066#issuecomment-839309087 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] github-actions[bot] commented on pull request #2425: Emit failures array

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2425: URL: https://github.com/apache/nifi/pull/2425#issuecomment-839308536 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] github-actions[bot] commented on pull request #2286: NIFI-4630 Added Satori RTM processor bundle (ConsumeSatoriRTM, PublishSatoriRTM)

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2286: URL: https://github.com/apache/nifi/pull/2286#issuecomment-839308751 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] github-actions[bot] commented on pull request #2157: NIFI-4390 - Add a keyboard shortcut for Connection...

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2157: URL: https://github.com/apache/nifi/pull/2157#issuecomment-839308915 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] github-actions[bot] commented on pull request #2269: NIFI-4400 - Advanced UI with code editor for...

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2269: URL: https://github.com/apache/nifi/pull/2269#issuecomment-839308782 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] github-actions[bot] commented on pull request #2138: NIFI-4371 - add support for query timeout in Hive processors

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2138: URL: https://github.com/apache/nifi/pull/2138#issuecomment-839308974 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] github-actions[bot] commented on pull request #1016: NIFI-2724 New JMX Processor

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #1016: URL: https://github.com/apache/nifi/pull/1016#issuecomment-839309204 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] github-actions[bot] commented on pull request #2105: NIFI-4169: Enhance PutWebSocket error handling

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2105: URL: https://github.com/apache/nifi/pull/2105#issuecomment-839309053 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] github-actions[bot] commented on pull request #2241: NIFI-4463 New MQTT Consume logic

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2241: URL: https://github.com/apache/nifi/pull/2241#issuecomment-839308813 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] github-actions[bot] commented on pull request #2132: NIFI-4359 Based on field node type, whether value node or not, fetching the value of field.

2021-05-11 Thread GitBox
github-actions[bot] commented on pull request #2132: URL: https://github.com/apache/nifi/pull/2132#issuecomment-839309006 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

[jira] [Updated] (NIFI-6685) Sort and Align Process Groups automatically

2021-05-11 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-6685: - Summary: Sort and Align Process Groups automatically (was: Sort and aling) > Sort and Align Process

[jira] [Created] (NIFI-8531) Upgrade Kinesis Client Library to 2.x

2021-05-11 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-8531: --- Summary: Upgrade Kinesis Client Library to 2.x Key: NIFI-8531 URL: https://issues.apache.org/jira/browse/NIFI-8531 Project: Apache NiFi Issue Type:

[jira] [Updated] (NIFI-8518) Include edge case for JSON keys that contain whitespace in EvaluateJsonPath documentation

2021-05-11 Thread Matthew Lannan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Lannan updated NIFI-8518: - Summary: Include edge case for JSON keys that contain whitespace in EvaluateJsonPath

[jira] [Commented] (NIFI-8518) Include edge case for JSON keys that contain whitespace in EvaluateJsonPath documentation

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

[GitHub] [nifi] markap14 merged pull request #5067: NIFI-8367 Removed joda-time from nifi-standard-processors

2021-05-11 Thread GitBox
markap14 merged pull request #5067: URL: https://github.com/apache/nifi/pull/5067 -- 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 #5067: NIFI-8367 Removed joda-time from nifi-standard-processors

2021-05-11 Thread GitBox
markap14 commented on pull request #5067: URL: https://github.com/apache/nifi/pull/5067#issuecomment-838993109 Thanks for catching that @exceptionfactory. Looks like all still builds with all tests passing. +1 will merge to main -- This is an automated message from the Apache Git

[GitHub] [nifi] mattyb149 closed pull request #5026: NIFI-8470

2021-05-11 Thread GitBox
mattyb149 closed pull request #5026: URL: https://github.com/apache/nifi/pull/5026 -- 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

  1   2   >