[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1385: MINIFICPP-1901 Add agent identity to Prometheus metrics

2022-08-19 Thread GitBox
szaszm commented on code in PR #1385: URL: https://github.com/apache/nifi-minifi-cpp/pull/1385#discussion_r943499085 ## METRICS.md: ## @@ -46,77 +46,88 @@ To use the publisher a port should also be configured where the metrics will be nifi.metrics.publisher.Prometheus

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1383: MINIFICPP-1875 HTTPClient should be reusable

2022-08-19 Thread GitBox
szaszm commented on code in PR #1383: URL: https://github.com/apache/nifi-minifi-cpp/pull/1383#discussion_r942307469 ## docker/test/integration/steps/steps.py: ## @@ -271,6 +271,12 @@ def step_impl(context, content, path): context.test.add_test_data(path, content) +@giv

[jira] [Commented] (NIFI-10376) run-nifi-registry.bat fails to start NiFi registry due to missing org.apache.nifi.registry.bootstrap.config.log.dir

2022-08-19 Thread Tan Luu (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582103#comment-17582103 ] Tan Luu commented on NIFI-10376: Pull request https://github.com/apache/nifi/pull/6318 >

[GitHub] [nifi] nathluu opened a new pull request, #6318: NIFI-10376 set org.apache.nifi.registry.bootstrap.config.log.dir in r…

2022-08-19 Thread GitBox
nathluu opened a new pull request, #6318: URL: https://github.com/apache/nifi/pull/6318 …un-nifi-registry.bat # Summary [NIFI-10376](https://issues.apache.org/jira/browse/NIFI-10376) # Tracking Please complete the

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1367: MINIFICPP-1822 - Add alert capability

2022-08-19 Thread GitBox
szaszm commented on code in PR #1367: URL: https://github.com/apache/nifi-minifi-cpp/pull/1367#discussion_r950277874 ## libminifi/src/core/logging/alert/AlertSink.cpp: ## @@ -0,0 +1,268 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributo

[jira] [Created] (NIFI-10376) run-nifi-registry.bat fails to start NiFi registry due to missing org.apache.nifi.registry.bootstrap.config.log.dir

2022-08-19 Thread Tan Luu (Jira)
Tan Luu created NIFI-10376: -- Summary: run-nifi-registry.bat fails to start NiFi registry due to missing org.apache.nifi.registry.bootstrap.config.log.dir Key: NIFI-10376 URL: https://issues.apache.org/jira/browse/NIFI-10

[jira] [Commented] (NIFI-10346) Update OWASP Dependency Check Suppressions

2022-08-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582028#comment-17582028 ] ASF subversion and git services commented on NIFI-10346: Commit d

[GitHub] [nifi] greyp9 closed pull request #6290: NIFI-10346 Add OWASP Dependency Check Suppressions

2022-08-19 Thread GitBox
greyp9 closed pull request #6290: NIFI-10346 Add OWASP Dependency Check Suppressions URL: https://github.com/apache/nifi/pull/6290 -- 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 commen

[GitHub] [nifi] greyp9 commented on a diff in pull request #6290: NIFI-10346 Add OWASP Dependency Check Suppressions

2022-08-19 Thread GitBox
greyp9 commented on code in PR #6290: URL: https://github.com/apache/nifi/pull/6290#discussion_r950477157 ## nifi-dependency-check-maven/suppressions.xml: ## @@ -134,4 +134,64 @@ ^pkg:maven/xerces/xercesImpl@.*$ CVE-2017-10355 + +CVE-2020-1395

[jira] [Updated] (NIFI-8248) Modify PutAzureDataLakeStorage processor to use temp file instead of inline replacement

2022-08-19 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-8248: -- Fix Version/s: 1.18.0 Resolution: Fixed Status: Resolved (was: Patch Available) > Mod

[jira] [Commented] (NIFI-8248) Modify PutAzureDataLakeStorage processor to use temp file instead of inline replacement

2022-08-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582010#comment-17582010 ] ASF subversion and git services commented on NIFI-8248: --- Commit 22e8

[GitHub] [nifi] jfrazee closed pull request #6159: NIFI-8248 Modify PutAzureDataLakeStorage processor to use temp file i…

2022-08-19 Thread GitBox
jfrazee closed pull request #6159: NIFI-8248 Modify PutAzureDataLakeStorage processor to use temp file i… URL: https://github.com/apache/nifi/pull/6159 -- 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 t

[jira] [Updated] (NIFI-10375) Stateless NiFi requires JDK to run on Java 9+. It shouldn't.

2022-08-19 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-10375: -- Fix Version/s: 1.18.0 Status: Patch Available (was: Open) > Stateless NiFi requires JDK to

[GitHub] [nifi] markap14 opened a new pull request, #6317: NIFI-10375: If a class is not allowed in the AllowListClassLoader by …

2022-08-19 Thread GitBox
markap14 opened a new pull request, #6317: URL: https://github.com/apache/nifi/pull/6317 …classname, check the class's module and allow through anything in the java. or jdk. modules. # Summary [NIFI-0](https://issues.apach

[jira] [Created] (NIFI-10375) Stateless NiFi requires JDK to run on Java 9+. It shouldn't.

2022-08-19 Thread Mark Payne (Jira)
Mark Payne created NIFI-10375: - Summary: Stateless NiFi requires JDK to run on Java 9+. It shouldn't. Key: NIFI-10375 URL: https://issues.apache.org/jira/browse/NIFI-10375 Project: Apache NiFi I

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1398: MINIFICPP-1915 Fix clang-tidy for newly created branch

2022-08-19 Thread GitBox
lordgamez opened a new pull request, #1398: URL: https://github.com/apache/nifi-minifi-cpp/pull/1398 https://issues.apache.org/jira/browse/MINIFICPP-1915 --- Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to strea

[jira] [Updated] (NIFI-10332) Add ID_TOKEN_LOGOUT support for general OpenID connect server, e.g. Keycloak

2022-08-19 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10332: Fix Version/s: (was: 1.18.0) > Add ID_TOKEN_LOGOUT support for general OpenID connect s

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6314: NIFI-10371: When a component is moved between groups, ensure that its…

2022-08-19 Thread GitBox
exceptionfactory commented on code in PR #6314: URL: https://github.com/apache/nifi/pull/6314#discussion_r950407648 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/groups/StandardProcessGroup.java: ## @@ -971,6 +97

[jira] [Created] (MINIFICPP-1916) C2DebugBundleTest fails if curl is enabled but libarchive isn't

2022-08-19 Thread Ferenc Gerlits (Jira)
Ferenc Gerlits created MINIFICPP-1916: - Summary: C2DebugBundleTest fails if curl is enabled but libarchive isn't Key: MINIFICPP-1916 URL: https://issues.apache.org/jira/browse/MINIFICPP-1916 Proje

[jira] [Commented] (NIFI-9572) Failed to index Provenance Events and (Too many Files)

2022-08-19 Thread Giovanna Cazelato Pires (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581906#comment-17581906 ] Giovanna Cazelato Pires commented on NIFI-9572: --- [~joewitt] Hii!  My ulimit

[jira] [Updated] (NIFI-9572) Failed to index Provenance Events and (Too many Files)

2022-08-19 Thread Giovanna Cazelato Pires (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giovanna Cazelato Pires updated NIFI-9572: -- Attachment: image-2022-08-19-12-03-35-722.png > Failed to index Provenance Event

[jira] [Resolved] (MINIFICPP-1720) C2DebugBundleTest transiently fails

2022-08-19 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits resolved MINIFICPP-1720. --- Resolution: Incomplete Closing as the new issue is different from this issue; I'l

[jira] [Commented] (NIFI-10374) Upgrade Caffeine To 2.8.1

2022-08-19 Thread Mike R (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581884#comment-17581884 ] Mike R commented on NIFI-10374: --- [NIFI-10374 Upgrade Caffeine To 2.8.1 by mr1716 · Pull Req

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6310: NIFI-10366: Make Default Run Duration configurable

2022-08-19 Thread GitBox
exceptionfactory commented on code in PR #6310: URL: https://github.com/apache/nifi/pull/6310#discussion_r950241739 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/ExtensionBuilder.java: ## @@ -359,6 +363,19 @

[GitHub] [nifi] mr1716 opened a new pull request, #6316: NiFi-10374 Upgrade Caffeine To 2.8.1

2022-08-19 Thread GitBox
mr1716 opened a new pull request, #6316: URL: https://github.com/apache/nifi/pull/6316 # Summary [NIFI-10374](https://issues.apache.org/jira/browse/NIFI-10374) # Tracking Please complete the following tracking steps prio

[jira] [Created] (NIFI-10374) Upgrade Caffeine To 2.8.1

2022-08-19 Thread Mike R (Jira)
Mike R created NIFI-10374: - Summary: Upgrade Caffeine To 2.8.1 Key: NIFI-10374 URL: https://issues.apache.org/jira/browse/NIFI-10374 Project: Apache NiFi Issue Type: Bug Affects Versions: 1.17.0

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6301: NIFI-10356: Create GetHubSpot processor

2022-08-19 Thread GitBox
exceptionfactory commented on code in PR #6301: URL: https://github.com/apache/nifi/pull/6301#discussion_r950160505 ## nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/src/main/java/org/apache/nifi/processors/hubspot/GetHubSpot.java: ## @@ -0,0 +1,257 @@ +/* + * Lice

[GitHub] [nifi] turcsanyip commented on a diff in pull request #6225: NIFI-10251 Add v5 protocol support for existing MQTT processors

2022-08-19 Thread GitBox
turcsanyip commented on code in PR #6225: URL: https://github.com/apache/nifi/pull/6225#discussion_r950100231 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/src/main/java/org/apache/nifi/processors/mqtt/common/MqttConstants.java: ## @@ -67,14 +69,45 @@ public class Mq

[jira] [Resolved] (MINIFICPP-1914) Remove the caching during compilation on Windows

2022-08-19 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits resolved MINIFICPP-1914. --- Resolution: Fixed > Remove the caching during compilation on Windows > --

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1397: MINIFICPP-1914 Do not use clcache in the Windows CI job

2022-08-19 Thread GitBox
szaszm closed pull request #1397: MINIFICPP-1914 Do not use clcache in the Windows CI job URL: https://github.com/apache/nifi-minifi-cpp/pull/1397 -- 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-10373) Should use one commond AWS SDK version where this is possible

2022-08-19 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581834#comment-17581834 ] David Handermann commented on NIFI-10373: - Thanks for writing up this issue [~taz

[jira] [Created] (MINIFICPP-1915) Clang tidy fails when commit pushed on freshly created branch

2022-08-19 Thread Jira
Gábor Gyimesi created MINIFICPP-1915: Summary: Clang tidy fails when commit pushed on freshly created branch Key: MINIFICPP-1915 URL: https://issues.apache.org/jira/browse/MINIFICPP-1915 Project:

[jira] [Assigned] (MINIFICPP-1915) Clang tidy fails when commit pushed on freshly created branch

2022-08-19 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi reassigned MINIFICPP-1915: Assignee: Gábor Gyimesi > Clang tidy fails when commit pushed on freshly creat

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1367: MINIFICPP-1822 - Add alert capability

2022-08-19 Thread GitBox
adamdebreceni commented on code in PR #1367: URL: https://github.com/apache/nifi-minifi-cpp/pull/1367#discussion_r950087185 ## libminifi/include/utils/TimeUtil.h: ## @@ -70,6 +72,16 @@ class Clock { public: virtual ~Clock() = default; virtual std::chrono::milliseconds ti

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1367: MINIFICPP-1822 - Add alert capability

2022-08-19 Thread GitBox
adamdebreceni commented on code in PR #1367: URL: https://github.com/apache/nifi-minifi-cpp/pull/1367#discussion_r950051847 ## libminifi/src/core/logging/alert/AlertSink.cpp: ## @@ -0,0 +1,269 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * con

[jira] [Resolved] (MINIFICPP-1865) Integrate performance clang-tidy checks in CI

2022-08-19 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi resolved MINIFICPP-1865. -- Fix Version/s: 0.13.0 Resolution: Fixed > Integrate performance clang-tidy c

[jira] [Resolved] (MINIFICPP-1853) Enable multiple metrics from the same processor type

2022-08-19 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi resolved MINIFICPP-1853. -- Fix Version/s: 0.13.0 Resolution: Fixed > Enable multiple metrics from the s

[jira] [Resolved] (MINIFICPP-1888) CentOS build fails with timeout sometimes

2022-08-19 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi resolved MINIFICPP-1888. -- Fix Version/s: 0.13.0 Resolution: Fixed > CentOS build fails with timeout so

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1377: MINIFICPP-1865 Integrate performance clang-tidy checks in CI

2022-08-19 Thread GitBox
szaszm closed pull request #1377: MINIFICPP-1865 Integrate performance clang-tidy checks in CI URL: https://github.com/apache/nifi-minifi-cpp/pull/1377 -- 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 t

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1360: MINIFICPP-1853 Enable multiple metrics from the same processor type

2022-08-19 Thread GitBox
szaszm closed pull request #1360: MINIFICPP-1853 Enable multiple metrics from the same processor type URL: https://github.com/apache/nifi-minifi-cpp/pull/1360 -- 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

[jira] [Updated] (NIFI-10372) Upgrade Spring-Data-Redis to 2.7.2

2022-08-19 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-10372: -- Issue Type: Task (was: Bug) > Upgrade Spring-Data-Redis to 2.7.2 > ---

[jira] [Resolved] (NIFI-10372) Upgrade Spring-Data-Redis to 2.7.2

2022-08-19 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-10372. --- Fix Version/s: 1.18.0 Resolution: Fixed > Upgrade Spring-Data-Redis to 2.7.2 > ---

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1374: MINIFICPP-1888 Move all extension builds to CentOS job

2022-08-19 Thread GitBox
szaszm closed pull request #1374: MINIFICPP-1888 Move all extension builds to CentOS job URL: https://github.com/apache/nifi-minifi-cpp/pull/1374 -- 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-10372) Upgrade Spring-Data-Redis to 2.7.2

2022-08-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581761#comment-17581761 ] ASF subversion and git services commented on NIFI-10372: Commit 1

[GitHub] [nifi] asfgit closed pull request #6315: NIFI-10372 Upgrade Spring-Data-Redis to 2.7.2

2022-08-19 Thread GitBox
asfgit closed pull request #6315: NIFI-10372 Upgrade Spring-Data-Redis to 2.7.2 URL: https://github.com/apache/nifi/pull/6315 -- 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

[jira] [Created] (NIFI-10373) Should use one commond AWS SDK version where this is possible

2022-08-19 Thread Jira
Zoltán Kornél Török created NIFI-10373: -- Summary: Should use one commond AWS SDK version where this is possible Key: NIFI-10373 URL: https://issues.apache.org/jira/browse/NIFI-10373 Project: Apac

[GitHub] [nifi] taz1988 commented on pull request #6309: NIFI-10363 Extend lib/spp dependencySet to prevent NoClassDefFoundError

2022-08-19 Thread GitBox
taz1988 commented on PR #6309: URL: https://github.com/apache/nifi/pull/6309#issuecomment-1220472648 Thanks @exceptionfactory ! I will create a follow-up ticket and address there the AWS SDK version differencies -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [nifi-minifi-cpp] fgerlits opened a new pull request, #1397: MINIFICPP-1914 Do not use clcache in the Windows CI job

2022-08-19 Thread GitBox
fgerlits opened a new pull request, #1397: URL: https://github.com/apache/nifi-minifi-cpp/pull/1397 Do not use clcache in the Windows CI job, as it causes the build to fail with mysterious errors. After a successful build on main, we may be able to put it back. https://issues.apache

[jira] [Created] (MINIFICPP-1914) Remove the caching during compilation on Windows

2022-08-19 Thread Ferenc Gerlits (Jira)
Ferenc Gerlits created MINIFICPP-1914: - Summary: Remove the caching during compilation on Windows Key: MINIFICPP-1914 URL: https://issues.apache.org/jira/browse/MINIFICPP-1914 Project: Apache NiFi