[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1490: MINIFICPP-2022 Add valid repository size metrics for all repositories

2023-04-20 Thread via GitHub
lordgamez commented on code in PR #1490: URL: https://github.com/apache/nifi-minifi-cpp/pull/1490#discussion_r1172203729 ## libminifi/test/rocksdb-tests/RepoTests.cpp: ## @@ -515,4 +519,221 @@ TEST_CASE("FlowFileRepository synchronously pushes existing flow files") { } }

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1562: MINIFICPP-2106 Add 'Use Path Style Access' property to PutS3Object

2023-04-20 Thread via GitHub
lordgamez commented on code in PR #1562: URL: https://github.com/apache/nifi-minifi-cpp/pull/1562#discussion_r1172352494 ## extensions/aws/processors/PutS3Object.cpp: ## @@ -73,6 +73,11 @@ void PutS3Object::onSchedule(const std::shared_ptr }

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1562: MINIFICPP-2106 Add 'Use Path Style Access' property to PutS3Object

2023-04-20 Thread via GitHub
lordgamez commented on code in PR #1562: URL: https://github.com/apache/nifi-minifi-cpp/pull/1562#discussion_r1172254661 ## extensions/aws/tests/MockS3RequestSender.h: ## @@ -250,6 +252,10 @@ class MockS3RequestSender : public minifi::aws::s3::S3RequestSender { return

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1558: MINIFICPP-2100 Add RockyLinux Dockerfile

2023-04-20 Thread via GitHub
lordgamez commented on code in PR #1558: URL: https://github.com/apache/nifi-minifi-cpp/pull/1558#discussion_r1172252957 ## docker/rockylinux/Dockerfile: ## @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1562: MINIFICPP-2106 Add 'Use Path Style Access' property to PutS3Object

2023-04-20 Thread via GitHub
szaszm commented on code in PR #1562: URL: https://github.com/apache/nifi-minifi-cpp/pull/1562#discussion_r1172145799 ## extensions/aws/tests/MockS3RequestSender.h: ## @@ -250,6 +252,10 @@ class MockS3RequestSender : public minifi::aws::s3::S3RequestSender { return

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-04-20 Thread via GitHub
martinzink commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1172250106 ## libminifi/test/unit/FileUtilsTests.cpp: ## @@ -477,3 +477,27 @@ TEST_CASE("FileUtils::get_relative_path", "[TestGetRelativePath]") {

[jira] [Updated] (NIFI-11402) PutBigQuery processor case sensitive and Append Record Count issues

2023-04-20 Thread Csaba Bejan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Csaba Bejan updated NIFI-11402: --- Resolution: Fixed Status: Resolved (was: Patch Available) > PutBigQuery processor case

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-04-20 Thread via GitHub
martinzink commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1172250412 ## libminifi/test/unit/FileUtilsTests.cpp: ## @@ -477,3 +477,27 @@ TEST_CASE("FileUtils::get_relative_path", "[TestGetRelativePath]") {

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-04-20 Thread via GitHub
martinzink commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1172250693 ## extensions/standard-processors/tests/unit/ListFileTests.cpp: ## @@ -107,8 +104,12 @@ TEST_CASE_METHOD(ListFileTestFixture, "Input Directory is empty",

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1562: MINIFICPP-2106 Add 'Use Path Style Access' property to PutS3Object

2023-04-20 Thread via GitHub
martinzink commented on code in PR #1562: URL: https://github.com/apache/nifi-minifi-cpp/pull/1562#discussion_r1171511190 ## extensions/aws/processors/PutS3Object.cpp: ## @@ -73,6 +73,11 @@ void PutS3Object::onSchedule(const std::shared_ptr }

[jira] [Updated] (MINIFICPP-1641) Parallel running of docker tests

2023-04-20 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1641: --- Description: Currently docker tests (docker-verify target) is run sequentially. This is

[GitHub] [nifi] arpadboda commented on pull request #7184: NIFI-11472 Make PutFTP processor more multithread friendly

2023-04-20 Thread via GitHub
arpadboda commented on PR #7184: URL: https://github.com/apache/nifi/pull/7184#issuecomment-1516193929 Hello @MormonJesus69420 , thanks for your contribution! I'm not sure if using multiple threads to transfer to the same ftp makes any sense, this operation is limited by bandwith anyway.

[jira] [Updated] (NIFI-11472) Make PutFTP processor more multithread friendly

2023-04-20 Thread Daniel Salwerowicz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Salwerowicz updated NIFI-11472: -- Description: Problem happens when a PutFTP is set to run several concurrent tasks and

[jira] [Created] (NIFI-11474) Add missing endpoint mergers.

2023-04-20 Thread Tamas Palfy (Jira)
Tamas Palfy created NIFI-11474: -- Summary: Add missing endpoint mergers. Key: NIFI-11474 URL: https://issues.apache.org/jira/browse/NIFI-11474 Project: Apache NiFi Issue Type: Bug

[jira] [Created] (MINIFICPP-2108) Update version number to 0.15.0

2023-04-20 Thread Jira
Gábor Gyimesi created MINIFICPP-2108: Summary: Update version number to 0.15.0 Key: MINIFICPP-2108 URL: https://issues.apache.org/jira/browse/MINIFICPP-2108 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1558: MINIFICPP-2100 Add RockyLinux Dockerfile

2023-04-20 Thread via GitHub
martinzink commented on code in PR #1558: URL: https://github.com/apache/nifi-minifi-cpp/pull/1558#discussion_r1172455456 ## docker/rockylinux/Dockerfile: ## @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1558: MINIFICPP-2100 Add RockyLinux Dockerfile

2023-04-20 Thread via GitHub
martinzink commented on code in PR #1558: URL: https://github.com/apache/nifi-minifi-cpp/pull/1558#discussion_r1172455456 ## docker/rockylinux/Dockerfile: ## @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [nifi] MormonJesus69420 opened a new pull request, #7184: NIFI-11472 Make PutFTP processor more multithread friendly

2023-04-20 Thread via GitHub
MormonJesus69420 opened a new pull request, #7184: URL: https://github.com/apache/nifi/pull/7184 Add an extra check during directory creation to see if directory wasn't already created in another thread. From Issue: Problem happens when a PutFTP is set to run several

[jira] [Created] (MINIFICPP-2107) make package creates faulty tar.gz on macOS

2023-04-20 Thread Martin Zink (Jira)
Martin Zink created MINIFICPP-2107: -- Summary: make package creates faulty tar.gz on macOS Key: MINIFICPP-2107 URL: https://issues.apache.org/jira/browse/MINIFICPP-2107 Project: Apache NiFi MiNiFi C++

[jira] [Created] (NIFI-11473) Flow version change in NiFi should not stop a component when only position is changed

2023-04-20 Thread Timea Barna (Jira)
Timea Barna created NIFI-11473: -- Summary: Flow version change in NiFi should not stop a component when only position is changed Key: NIFI-11473 URL: https://issues.apache.org/jira/browse/NIFI-11473

[jira] [Assigned] (NIFI-11473) Flow version change in NiFi should not stop a component when only position is changed

2023-04-20 Thread Timea Barna (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timea Barna reassigned NIFI-11473: -- Assignee: Timea Barna > Flow version change in NiFi should not stop a component when only

[GitHub] [nifi] MormonJesus69420 commented on pull request #7184: NIFI-11472 Make PutFTP processor more multithread friendly

2023-04-20 Thread via GitHub
MormonJesus69420 commented on PR #7184: URL: https://github.com/apache/nifi/pull/7184#issuecomment-1516223097 Hi @arpadboda I might not have described it so well, but the issue we face is when we configure processor to run several concurrent tasks. ![Concurrent tasks setting in

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1563: MINIFICPP-2108 Update version number to 0.15.0

2023-04-20 Thread via GitHub
lordgamez opened a new pull request, #1563: URL: https://github.com/apache/nifi-minifi-cpp/pull/1563 https://issues.apache.org/jira/browse/MINIFICPP-2108 --- Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1552: MINIFICPP-2089 prefix EventData in flat JSON output so it doesnt need t…

2023-04-20 Thread via GitHub
szaszm commented on code in PR #1552: URL: https://github.com/apache/nifi-minifi-cpp/pull/1552#discussion_r1172407058 ## extensions/windows-event-log/wel/JSONUtils.cpp: ## @@ -59,29 +60,50 @@ rapidjson::Value xmlDocumentToJSON(const pugi::xml_node& node, rapidjson::Docume

[jira] [Updated] (MINIFICPP-1641) Parallel running of docker tests

2023-04-20 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1641: --- Description: Currently docker tests (docker-verify target) is run sequentially. This is

[GitHub] [nifi] MormonJesus69420 commented on pull request #7184: NIFI-11472 Make PutFTP processor more multithread friendly

2023-04-20 Thread via GitHub
MormonJesus69420 commented on PR #7184: URL: https://github.com/apache/nifi/pull/7184#issuecomment-1516261028 I am sorry, I managed to make the most basic mistake in such a small change, I forgot to add a `!` to the `setWorkingDirectory(remoteDirectory)` method call. -- This is an

[jira] [Updated] (MINIFICPP-1641) Parallel running of docker tests

2023-04-20 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1641: --- Issue Type: Improvement (was: Test) > Parallel running of docker tests >

[jira] [Updated] (MINIFICPP-2107) make package creates faulty tar.gz on macOS

2023-04-20 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-2107: --- Priority: Minor (was: Major) > make package creates faulty tar.gz on macOS >

[jira] [Updated] (MINIFICPP-1641) Parallel running of docker tests

2023-04-20 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1641: --- Priority: Major (was: Minor) > Parallel running of docker tests >

[jira] [Created] (NIFI-11472) Make PutFTP processor more multithread friendly

2023-04-20 Thread Daniel Salwerowicz (Jira)
Daniel Salwerowicz created NIFI-11472: - Summary: Make PutFTP processor more multithread friendly Key: NIFI-11472 URL: https://issues.apache.org/jira/browse/NIFI-11472 Project: Apache NiFi

[jira] [Updated] (NIFI-11473) Flow version change in NiFi should not stop a component when only position is changed

2023-04-20 Thread Timea Barna (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timea Barna updated NIFI-11473: --- Description: When going from one flow version to another and the position of a component is

[GitHub] [nifi] timeabarna opened a new pull request, #7185: NIFI-11473 Flow version change in NiFi should not stop a component wh…

2023-04-20 Thread via GitHub
timeabarna opened a new pull request, #7185: URL: https://github.com/apache/nifi/pull/7185 …en only position is changed # Summary When going from one flow version to another and the position of a component is changing, but not its configuration, the component should not be

[jira] [Updated] (NIFI-11473) Flow version change in NiFi should not stop a component when only position is changed

2023-04-20 Thread Timea Barna (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timea Barna updated NIFI-11473: --- Status: Patch Available (was: In Progress) > Flow version change in NiFi should not stop a

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1558: MINIFICPP-2100 Add RockyLinux Dockerfile

2023-04-20 Thread via GitHub
lordgamez commented on code in PR #1558: URL: https://github.com/apache/nifi-minifi-cpp/pull/1558#discussion_r1172506942 ## docker/rockylinux/Dockerfile: ## @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1552: MINIFICPP-2089 prefix EventData in flat JSON output so it doesnt need t…

2023-04-20 Thread via GitHub
fgerlits commented on code in PR #1552: URL: https://github.com/apache/nifi-minifi-cpp/pull/1552#discussion_r1172666551 ## extensions/windows-event-log/wel/JSONUtils.cpp: ## @@ -135,28 +158,33 @@ rapidjson::Document toJSONImpl(const pugi::xml_node& root, bool flatten) { {

[jira] [Resolved] (MINIFICPP-2037) Build SSLContext from minifi.properties for SSL communication on C2

2023-04-20 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-2037. - Resolution: Done > Build SSLContext from minifi.properties for SSL communication on

[jira] [Resolved] (MINIFICPP-2106) Add 'Use Path Style Access' property to PutS3Object

2023-04-20 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-2106. - Resolution: Done > Add 'Use Path Style Access' property to PutS3Object >

[jira] [Updated] (MINIFICPP-2089) Revisit CWEL EventData format in flattened JSON output

2023-04-20 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-2089: Resolution: Done Status: Resolved (was: Patch Available) > Revisit CWEL

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1552: MINIFICPP-2089 prefix EventData in flat JSON output so it doesnt need t…

2023-04-20 Thread via GitHub
martinzink commented on code in PR #1552: URL: https://github.com/apache/nifi-minifi-cpp/pull/1552#discussion_r1172785348 ## extensions/windows-event-log/wel/JSONUtils.cpp: ## @@ -135,28 +158,33 @@ rapidjson::Document toJSONImpl(const pugi::xml_node& root, bool flatten) {

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1552: MINIFICPP-2089 prefix EventData in flat JSON output so it doesnt need t…

2023-04-20 Thread via GitHub
martinzink commented on code in PR #1552: URL: https://github.com/apache/nifi-minifi-cpp/pull/1552#discussion_r1172786389 ## extensions/windows-event-log/wel/JSONUtils.cpp: ## @@ -135,28 +158,33 @@ rapidjson::Document toJSONImpl(const pugi::xml_node& root, bool flatten) {

[jira] [Updated] (MINIFICPP-2089) Revisit CWEL EventData format in flattened JSON output

2023-04-20 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-2089: Fix Version/s: 0.15.0 > Revisit CWEL EventData format in flattened JSON output >

[jira] [Updated] (MINIFICPP-2106) Add 'Use Path Style Access' property to PutS3Object

2023-04-20 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2106: - Fix Version/s: 0.15.0 > Add 'Use Path Style Access' property to PutS3Object >

[jira] [Updated] (MINIFICPP-2037) Build SSLContext from minifi.properties for SSL communication on C2

2023-04-20 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2037: - Fix Version/s: 0.15.0 > Build SSLContext from minifi.properties for SSL

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1552: MINIFICPP-2089 prefix EventData in flat JSON output so it doesnt need t…

2023-04-20 Thread via GitHub
szaszm closed pull request #1552: MINIFICPP-2089 prefix EventData in flat JSON output so it doesnt need t… URL: https://github.com/apache/nifi-minifi-cpp/pull/1552 -- 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-minifi-cpp] szaszm closed pull request #1562: MINIFICPP-2106 Add 'Use Path Style Access' property to PutS3Object

2023-04-20 Thread via GitHub
szaszm closed pull request #1562: MINIFICPP-2106 Add 'Use Path Style Access' property to PutS3Object URL: https://github.com/apache/nifi-minifi-cpp/pull/1562 -- 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

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1539: MINIFICPP-2037 Build SSLContext from minifi.properties for SSL commuincation on C2

2023-04-20 Thread via GitHub
szaszm closed pull request #1539: MINIFICPP-2037 Build SSLContext from minifi.properties for SSL commuincation on C2 URL: https://github.com/apache/nifi-minifi-cpp/pull/1539 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nifi] MikeThomsen commented on pull request #7171: NIFI-11441 Removed OpenCypher client service because the core depende…

2023-04-20 Thread via GitHub
MikeThomsen commented on PR #7171: URL: https://github.com/apache/nifi/pull/7171#issuecomment-1516950599 @exceptionfactory removed the test. -- 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

[jira] [Commented] (NIFI-4385) Adjust the QueryDatabaseTable processor for handling big tables.

2023-04-20 Thread Rohit Pawar (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17714726#comment-17714726 ] Rohit Pawar commented on NIFI-4385: --- [~mattyb149] [~pwicks]  Hello, I have question regarding

[jira] [Updated] (NIFI-11475) Azure Blob v12 processors are broken after Azure BOM 1.2.11 upgrade

2023-04-20 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-11475: --- Status: Patch Available (was: Open) > Azure Blob v12 processors are broken after Azure BOM

[GitHub] [nifi] turcsanyip opened a new pull request, #7186: NIFI-11475: Fixed missing jackson-dataformat-xml dependency in nifi-a…

2023-04-20 Thread via GitHub
turcsanyip opened a new pull request, #7186: URL: https://github.com/apache/nifi/pull/7186 …zure-services-api module # Summary [NIFI-11475](https://issues.apache.org/jira/browse/NIFI-11475) # Tracking Please

[GitHub] [nifi] mtien-apache commented on a diff in pull request #7117: NIFI-11287: detect dependent properties when the property it depends on references a parameter (UI)

2023-04-20 Thread via GitHub
mtien-apache commented on code in PR #7117: URL: https://github.com/apache/nifi/pull/7117#discussion_r1173195571 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js: ## @@ -2001,6 +2020,45

[jira] [Created] (NIFI-11475) Azure Blob v12 processors are broken after Azure BOM 1.2.11 upgrade

2023-04-20 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-11475: -- Summary: Azure Blob v12 processors are broken after Azure BOM 1.2.11 upgrade Key: NIFI-11475 URL: https://issues.apache.org/jira/browse/NIFI-11475 Project:

[GitHub] [nifi] MikeThomsen commented on pull request #7169: NIFI-8161 NiFi EL: migration from SimpleDateFormat to DateTimeFormatter: rebased to 2.0

2023-04-20 Thread via GitHub
MikeThomsen commented on PR #7169: URL: https://github.com/apache/nifi/pull/7169#issuecomment-1516967002 @arkadius you raise some good questions. I would recommend not closing the PR. I'll raise the issue on the developer mailing list (which you are free to join, as it's public). --

[GitHub] [nifi] mtien-apache commented on a diff in pull request #7117: NIFI-11287: detect dependent properties when the property it depends on references a parameter (UI)

2023-04-20 Thread via GitHub
mtien-apache commented on code in PR #7117: URL: https://github.com/apache/nifi/pull/7117#discussion_r1173203769 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js: ## @@ -2261,9 +2319,32

[GitHub] [nifi] satishpops closed pull request #7187: Update/satish/nifi 1.19.2

2023-04-20 Thread via GitHub
satishpops closed pull request #7187: Update/satish/nifi 1.19.2 URL: https://github.com/apache/nifi/pull/7187 -- 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,

[GitHub] [nifi] satishpops opened a new pull request, #7187: Update/satish/nifi 1.19.2

2023-04-20 Thread via GitHub
satishpops opened a new pull request, #7187: URL: https://github.com/apache/nifi/pull/7187 # Summary [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0) # Tracking Please complete the following tracking steps