Re: [PR] MINIFICPP-2422 Remove Ubuntu 20.04 support [nifi-minifi-cpp]

2025-02-11 Thread via GitHub
lordgamez commented on code in PR #1928: URL: https://github.com/apache/nifi-minifi-cpp/pull/1928#discussion_r1950779444 ## docker/requirements.txt: ## @@ -1,15 +1,14 @@ pyjks==20.0.0 -shortuuid==1.0.11 -behavex==2.0.1 -docker==5.0.0 -kafka-python==2.0.2 -confluent-kafka==1.7.0

Re: [PR] MINIFICPP-2462 - Divide libminifi [nifi-minifi-cpp]

2025-02-11 Thread via GitHub
adamdebreceni commented on code in PR #1902: URL: https://github.com/apache/nifi-minifi-cpp/pull/1902#discussion_r1950962128 ## extensions/rocksdb-repos/CMakeLists.txt: ## @@ -30,8 +30,9 @@ file(GLOB SOURCES "*.cpp" "controllers/*.cpp" "database/*.cpp" "encryption/*.cp add_

[jira] [Created] (NIFI-14256) Cannot update parameter that references no longer existing controller service

2025-02-11 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-14256: - Summary: Cannot update parameter that references no longer existing controller service Key: NIFI-14256 URL: https://issues.apache.org/jira/browse/NIFI-14256 Project

[jira] [Updated] (NIFI-14256) Cannot update parameter that references no longer existing controller service

2025-02-11 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-14256: -- Status: Patch Available (was: Open) > Cannot update parameter that references no longer existi

[PR] NIFI-14256 - Cannot update parameter that references no longer existing controller service [nifi]

2025-02-11 Thread via GitHub
pvillard31 opened a new pull request, #9711: URL: https://github.com/apache/nifi/pull/9711 # Summary [NIFI-14256](https://issues.apache.org/jira/browse/NIFI-14256) - Cannot update parameter that references no longer existing controller service # Tracking Please complete

[PR] MINIFICPP-2475: Fix CivetWeb build dependencies [nifi-minifi-cpp]

2025-02-11 Thread via GitHub
lordgamez opened a new pull request, #1929: URL: https://github.com/apache/nifi-minifi-cpp/pull/1929 - CivetWeb lib is built for Prometheus, Loki and Civetweb extensions - CivetWeb lib is built for tests separately if no extension needs the library - Tests only link to CivetWeb library

Re: [PR] MINIFICPP-2517 Update NiFi version used in tests to version 2.2.0 [nifi-minifi-cpp]

2025-02-11 Thread via GitHub
lordgamez commented on code in PR #1922: URL: https://github.com/apache/nifi-minifi-cpp/pull/1922#discussion_r1950801911 ## docker/test/integration/cluster/ImageStore.py: ## @@ -150,7 +149,7 @@ def __build_minifi_cpp_image_with_nifi_python_processors(self, python_option):

Re: [PR] MINIFICPP-2512 Only use a single logger per processor [nifi-minifi-cpp]

2025-02-11 Thread via GitHub
lordgamez commented on code in PR #1918: URL: https://github.com/apache/nifi-minifi-cpp/pull/1918#discussion_r1950821402 ## minifi-api/include/minifi-cpp/core/ProcessorMetrics.h: ## @@ -34,23 +34,24 @@ class ProcessorMetrics : public virtual state::response::ResponseNode { v

Re: [PR] MINIFICPP-2512 Only use a single logger per processor [nifi-minifi-cpp]

2025-02-11 Thread via GitHub
lordgamez commented on code in PR #1918: URL: https://github.com/apache/nifi-minifi-cpp/pull/1918#discussion_r1950821107 ## minifi-api/include/minifi-cpp/core/ProcessSession.h: ## @@ -97,6 +97,8 @@ class ProcessSession : public virtual ReferenceContainer { // import from th

Re: [PR] MINIFICPP-2475: Fix CivetWeb build dependencies [nifi-minifi-cpp]

2025-02-11 Thread via GitHub
szaszm commented on code in PR #1929: URL: https://github.com/apache/nifi-minifi-cpp/pull/1929#discussion_r1951384074 ## libminifi/test/libtest/CMakeLists.txt: ## @@ -16,5 +16,11 @@ # specific language governing permissions and limitations # under the License. # +if (NOT ENAB

Re: [PR] NIFI-14257: Adding additional scopes for ListenSlack on Message Events and new WritesAttribute [nifi]

2025-02-11 Thread via GitHub
pvillard31 commented on code in PR #9713: URL: https://github.com/apache/nifi/pull/9713#discussion_r1951451059 ## nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/ListenSlack.java: ## @@ -183,8 +187,11 @@ public void e

Re: [PR] NIFI-14256 - Cannot update parameter that references no longer existing controller service [nifi]

2025-02-11 Thread via GitHub
markap14 merged PR #9711: URL: https://github.com/apache/nifi/pull/9711 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.o

Re: [PR] NIFI-14256 - Cannot update parameter that references no longer existing controller service [nifi]

2025-02-11 Thread via GitHub
markap14 commented on PR #9711: URL: https://github.com/apache/nifi/pull/9711#issuecomment-2652024759 Good catch @pvillard31. Changes make sense. +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 a

[jira] [Commented] (NIFI-14256) Cannot update parameter that references no longer existing controller service

2025-02-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926173#comment-17926173 ] ASF subversion and git services commented on NIFI-14256: Commit a

[jira] [Updated] (NIFI-14256) Cannot update parameter that references no longer existing controller service

2025-02-11 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-14256: -- Fix Version/s: 2.3.0 Resolution: Fixed Status: Resolved (was: Patch Available) > Can

[jira] [Created] (NIFI-14258) Tokenize theming

2025-02-11 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-14258: -- Summary: Tokenize theming Key: NIFI-14258 URL: https://issues.apache.org/jira/browse/NIFI-14258 Project: Apache NiFi Issue Type: Sub-task Reporter: S

[jira] [Comment Edited] (NIFI-14106) Loss of dates and times precision when running Excel with Dates through SplitExcel

2025-02-11 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925006#comment-17925006 ] Daniel Stieglitz edited comment on NIFI-14106 at 2/11/25 5:14 PM: -

[jira] [Comment Edited] (NIFI-14106) Loss of dates and times precision when running Excel with Dates through SplitExcel

2025-02-11 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925006#comment-17925006 ] Daniel Stieglitz edited comment on NIFI-14106 at 2/11/25 5:14 PM: -

[PR] Bump serialize-javascript, webpack, compression-webpack-plugin and terser-webpack-plugin in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main [nifi]

2025-02-11 Thread via GitHub
dependabot[bot] opened a new pull request, #9712: URL: https://github.com/apache/nifi/pull/9712 Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependencies [serialize-javascript](https://github.com/yahoo/serialize-javascript), [web

[jira] [Updated] (NIFI-14213) Inherited Parameter Context Not Retained When Upgrading Process Group Version

2025-02-11 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-14213: -- Status: Patch Available (was: Open) > Inherited Parameter Context Not Retained When Upgrading

[jira] [Assigned] (NIFI-14213) Inherited Parameter Context Not Retained When Upgrading Process Group Version

2025-02-11 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard reassigned NIFI-14213: - Assignee: Rahul Kumar > Inherited Parameter Context Not Retained When Upgrading Process

Re: [PR] NIFI-14213 Fixed code for(Inherited Parameter Context Not Retained Wh… [nifi]

2025-02-11 Thread via GitHub
pvillard31 commented on PR #9710: URL: https://github.com/apache/nifi/pull/9710#issuecomment-2651141329 Hi @2020555642rahul - why is the PR opened against NiFi 1.28? is the issue existing only in NiFi 1 or also in NiFi 2? If it exists on NiFi 2 as well, we would want the fix in the main bra

[jira] [Created] (NIFI-14257) Add Additional Scopes to ListenSlack and New writeable attribute

2025-02-11 Thread Noah Cover (Jira)
Noah Cover created NIFI-14257: - Summary: Add Additional Scopes to ListenSlack and New writeable attribute Key: NIFI-14257 URL: https://issues.apache.org/jira/browse/NIFI-14257 Project: Apache NiFi

Re: [PR] NIFI-14257: Adding additional scopes for ListenSlack on Message Events and new WritesAttribute [nifi]

2025-02-11 Thread via GitHub
ncover21 commented on code in PR #9713: URL: https://github.com/apache/nifi/pull/9713#discussion_r1951468343 ## nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/ListenSlack.java: ## @@ -183,8 +187,11 @@ public void est

Re: [PR] NIFI-14257: Adding additional scopes for ListenSlack on Message Events and new WritesAttribute [nifi]

2025-02-11 Thread via GitHub
sfc-gh-ncover commented on code in PR #9713: URL: https://github.com/apache/nifi/pull/9713#discussion_r1951467128 ## nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/ListenSlack.java: ## @@ -183,8 +187,11 @@ public voi

Re: [PR] NIFI-14213 Fixed code for(Inherited Parameter Context Not Retained Wh… [nifi]

2025-02-11 Thread via GitHub
2020555642rahul commented on PR #9710: URL: https://github.com/apache/nifi/pull/9710#issuecomment-2651963982 > Hi @2020555642rahul - why is the PR opened against NiFi 1.28? is the issue existing only in NiFi 1 or also in NiFi 2? If it exists on NiFi 2 as well, we would want the fix in the m

[PR] NIFI-14257: Adding additional scopes for ListenSlack on Message Events and new WritesAttribute [nifi]

2025-02-11 Thread via GitHub
ncover21 opened a new pull request, #9713: URL: https://github.com/apache/nifi/pull/9713 Add additional scopes for "Receive Message Event" event type in ListenSlack connector: - FileChangedEvent - MessageChangedEvent - ReactionAddedEvent Add flowFile attribute for event type