[GitHub] [nifi] timeabarna commented on pull request #7124: NIFI-11385 Expose JMX metrics from NiFi JVM

2023-05-04 Thread via GitHub
timeabarna commented on PR #7124: URL: https://github.com/apache/nifi/pull/7124#issuecomment-1535729035 Thanks @exceptionfactory for your help. I've modified the documentation with the new path. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Resolved] (NIFI-7324) Introduce controller service for KDFs

2023-05-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-7324. Assignee: David Handermann (was: Andy LoPresto) Resolution: Won't Fix Following the

[jira] [Resolved] (NIFI-6299) Document dep upgrade process

2023-05-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-6299. Assignee: David Handermann (was: Nathan Gough) Resolution: Fixed Created page on

[jira] [Resolved] (NIFI-8855) Publish any outstanding CVEs for past versions

2023-05-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-8855. Resolution: Abandoned > Publish any outstanding CVEs for past versions >

[GitHub] [nifi] emiliosetiadarma opened a new pull request, #7229: NIFI-11526: refactored DatabaseRecordSinkTest into Java and JUnit 5

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

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7124: NIFI-11385 Expose JMX metrics from NiFi JVM

2023-05-04 Thread via GitHub
exceptionfactory commented on code in PR #7124: URL: https://github.com/apache/nifi/pull/7124#discussion_r1185529109 ## nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java: ## @@ -441,6 +441,9 @@ public class NiFiProperties extends

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7124: NIFI-11385 Expose JMX metrics from NiFi JVM

2023-05-04 Thread via GitHub
exceptionfactory commented on code in PR #7124: URL: https://github.com/apache/nifi/pull/7124#discussion_r1185485113 ## nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java: ## @@ -441,6 +441,9 @@ public class NiFiProperties extends

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

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

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

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

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

2023-05-04 Thread via GitHub
mcgilman commented on code in PR #7117: URL: https://github.com/apache/nifi/pull/7117#discussion_r1185464464 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js: ## @@ -1931,13 +1948,20 @@

[GitHub] [nifi] nandorsoma commented on a diff in pull request #7228: NIFI-11524 Documentation and config experience improvement for ExecuteStreamCommand

2023-05-04 Thread via GitHub
nandorsoma commented on code in PR #7228: URL: https://github.com/apache/nifi/pull/7228#discussion_r1185451465 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteStreamCommand.java: ## @@ -363,8 +348,37 @@

[GitHub] [nifi] nandorsoma opened a new pull request, #7228: NIFI-11524 Documentation and config experience improvement for ExecuteStreamCommand

2023-05-04 Thread via GitHub
nandorsoma opened a new pull request, #7228: URL: https://github.com/apache/nifi/pull/7228 # Summary [NIFI-11524](https://issues.apache.org/jira/browse/NIFI-11524) This PR indends to add documentation for the

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185390608 ## nifi-framework-api/src/main/java/org/apache/nifi/flowanalysis/AnalyzeFlowState.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185386337 ## nifi-api/src/main/java/org/apache/nifi/flowanalysis/GroupAnalysisResult.java: ## @@ -0,0 +1,124 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
exceptionfactory commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185369851 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ProcessGroupResource.java: ## @@ -4597,6

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
exceptionfactory commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185345909 ## nifi-api/src/main/java/org/apache/nifi/flowanalysis/FlowAnalysisRuleContext.java: ## @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Created] (NIFI-11526) Refactor Groovy tests in nifi-dbcp-service to Java (Junit 5)

2023-05-04 Thread Emilio Setiadarma (Jira)
Emilio Setiadarma created NIFI-11526: Summary: Refactor Groovy tests in nifi-dbcp-service to Java (Junit 5) Key: NIFI-11526 URL: https://issues.apache.org/jira/browse/NIFI-11526 Project: Apache

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185331246 ## nifi-api/src/main/java/org/apache/nifi/flowanalysis/FlowAnalysisRuleContext.java: ## @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185305618 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ProcessGroupResource.java: ## @@ -4597,6 +4611,246 @@

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185305618 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ProcessGroupResource.java: ## @@ -4597,6 +4611,246 @@

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185305618 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ProcessGroupResource.java: ## @@ -4597,6 +4611,246 @@

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185305618 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ProcessGroupResource.java: ## @@ -4597,6 +4611,246 @@

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
exceptionfactory commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185281830 ## nifi-api/src/main/java/org/apache/nifi/flowanalysis/ComponentAnalysisResult.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185268161 ## nifi-api/src/main/java/org/apache/nifi/flow/VersionedFlowAnalysisRule.java: ## @@ -0,0 +1,60 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi] tpalfy commented on a diff in pull request #7191: NIFI-8650 Flow Analysis

2023-05-04 Thread via GitHub
tpalfy commented on code in PR #7191: URL: https://github.com/apache/nifi/pull/7191#discussion_r1185266560 ## nifi-api/src/main/java/org/apache/nifi/flowanalysis/ComponentAnalysisResult.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi] bbende commented on a diff in pull request #7218: NIFI-11464 Improvements for importing nested versioned flows

2023-05-04 Thread via GitHub
bbende commented on code in PR #7218: URL: https://github.com/apache/nifi/pull/7218#discussion_r1185257232 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/service/StandardControllerServiceResolver.java:

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1568: MINIFICPP-2112 Fix flow update and restart with minifi controller

2023-05-04 Thread via GitHub
lordgamez commented on code in PR #1568: URL: https://github.com/apache/nifi-minifi-cpp/pull/1568#discussion_r1185114896 ## cmake/DockerConfig.cmake: ## @@ -47,8 +47,9 @@ add_custom_target( -DENABLE_ELASTICSEARCH=OFF -DENABLE_LUA_SCRIPTING=OFF

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1568: MINIFICPP-2112 Fix flow update and restart with minifi controller

2023-05-04 Thread via GitHub
szaszm commented on code in PR #1568: URL: https://github.com/apache/nifi-minifi-cpp/pull/1568#discussion_r1184945575 ## controller/tests/ControllerTests.cpp: ## @@ -314,14 +314,14 @@ TEST_CASE_METHOD(ControllerTestFixture, "Test listComponents", "[controllerTests }

[jira] [Updated] (NIFI-11523) TestScriptedTransformRecord disregards writer schema

2023-05-04 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-11523: --- Fix Version/s: 2.0.0 1.22.0 (was: 1.latest)

[jira] [Resolved] (NIFI-11493) Property descriptors which modifies classpaths are not resolved with default values

2023-05-04 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi resolved NIFI-11493. Fix Version/s: 2.0.0 1.22.0 Resolution: Fixed > Property

[jira] [Commented] (NIFI-11493) Property descriptors which modifies classpaths are not resolved with default values

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

[jira] [Commented] (NIFI-11493) Property descriptors which modifies classpaths are not resolved with default values

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

[GitHub] [nifi] asfgit closed pull request #7201: NIFI-11493: Fix properties dynamically modifying the classpath with default values

2023-05-04 Thread via GitHub
asfgit closed pull request #7201: NIFI-11493: Fix properties dynamically modifying the classpath with default values URL: https://github.com/apache/nifi/pull/7201 -- 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] lordgamez commented on a diff in pull request #1568: MINIFICPP-2112 Fix flow update and restart with minifi controller

2023-05-04 Thread via GitHub
lordgamez commented on code in PR #1568: URL: https://github.com/apache/nifi-minifi-cpp/pull/1568#discussion_r1184902784 ## libminifi/src/core/ProcessGroup.cpp: ## @@ -133,6 +133,7 @@ void ProcessGroup::startProcessingProcessors(TimerDrivenSchedulingAgent& timeSch for

[jira] [Resolved] (NIFI-11525) Update accumulo-core to 2.1.0

2023-05-04 Thread Mike R (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike R resolved NIFI-11525. --- Resolution: Fixed Already done > Update accumulo-core to 2.1.0 > - > >

[jira] [Created] (NIFI-11525) Update accumulo-core to 2.1.0

2023-05-04 Thread Mike R (Jira)
Mike R created NIFI-11525: - Summary: Update accumulo-core to 2.1.0 Key: NIFI-11525 URL: https://issues.apache.org/jira/browse/NIFI-11525 Project: Apache NiFi Issue Type: Improvement Affects

[GitHub] [nifi] gresockj commented on a diff in pull request #7218: NIFI-11464 Improvements for importing nested versioned flows

2023-05-04 Thread via GitHub
gresockj commented on code in PR #7218: URL: https://github.com/apache/nifi/pull/7218#discussion_r1184867897 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/service/StandardControllerServiceResolver.java:

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

2023-05-04 Thread via GitHub
fgerlits commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1184786953 ## libminifi/src/utils/file/FileUtils.cpp: ## @@ -66,21 +66,21 @@ bool contains(const std::filesystem::path& file_path, std::string_view text_to_s return

[jira] [Closed] (NIFI-11523) TestScriptedTransformRecord disregards writer schema

2023-05-04 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Bence closed NIFI-11523. -- > TestScriptedTransformRecord disregards writer schema >

[jira] [Created] (NIFI-11524) Documentation and config experience improvement for ExecuteStreamCommand

2023-05-04 Thread Nandor Soma Abonyi (Jira)
Nandor Soma Abonyi created NIFI-11524: - Summary: Documentation and config experience improvement for ExecuteStreamCommand Key: NIFI-11524 URL: https://issues.apache.org/jira/browse/NIFI-11524

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1571: MINIFICPP-2114 Fix docker-py dependency issue

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

[jira] [Created] (MINIFICPP-2114) Docker tests fail with docker-py dependency issue

2023-05-04 Thread Jira
Gábor Gyimesi created MINIFICPP-2114: Summary: Docker tests fail with docker-py dependency issue Key: MINIFICPP-2114 URL: https://issues.apache.org/jira/browse/MINIFICPP-2114 Project: Apache NiFi

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

2023-05-04 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: --- Status: Patch Available (was: In Progress)

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request, #1570: MINIFICPP-2107 fix macOS make package

2023-05-04 Thread via GitHub
martinzink opened a new pull request, #1570: URL: https://github.com/apache/nifi-minifi-cpp/pull/1570 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: