[jira] [Resolved] (NIFI-8527) LivySessionController validator issue

2025-03-24 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-8527. Resolution: Won't Fix Closing due to the removal of the Spark components in NiFi 2 > LivySessionCon

Re: [PR] MINIFICPP-2543 Make S3 operations FIPS compliant [nifi-minifi-cpp]

2025-03-24 Thread via GitHub
lordgamez commented on code in PR #1947: URL: https://github.com/apache/nifi-minifi-cpp/pull/1947#discussion_r2010267824 ## extensions/aws/s3/S3Wrapper.h: ## @@ -90,6 +100,14 @@ inline constexpr std::array, 5> CHECKSUM_ALGORITHM_MAP {{ + {"CRC32", Aws::S3::Model::ChecksumAlgori

[jira] [Updated] (NIFI-8016) Hive connection pool dynamic properties cannot be used

2025-03-24 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-8016: --- Resolution: Won't Fix Status: Resolved (was: Patch Available) Closing due to the removal of t

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
mattyb149 commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010300495 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml: ## @@ -23,7 +23,13 @@ nifi-standard-rules jar - + + +

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
mattyb149 commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010479948 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireSecureConnection.java: ## @@ -0,0 +1,121 @@ +/

[PR] NIFI-14094 Corrected reference to Record Path concat function to be lowercase instead of uppercase. [nifi]

2025-03-24 Thread via GitHub
dan-s1 opened a new pull request, #9818: URL: https://github.com/apache/nifi/pull/9818 # Summary [NIFI-14094](https://issues.apache.org/jira/browse/NIFI-14094) # Tracking Please complete the following tracking steps prio

[jira] [Updated] (NIFI-14094) RecordPath Guide has typo, showing concat examples incorrectly cased

2025-03-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Stieglitz updated NIFI-14094: Status: Patch Available (was: In Progress) > RecordPath Guide has typo, showing concat exa

Re: [PR] NIFI-14382: Create processor to list box metadata templates for file [nifi]

2025-03-24 Thread via GitHub
pvillard31 commented on code in PR #9814: URL: https://github.com/apache/nifi/pull/9814#discussion_r2010692046 ## nifi-extension-bundles/nifi-box-bundle/nifi-box-processors/src/main/java/org/apache/nifi/processors/box/ListBoxFileMetadataTemplates.java: ## @@ -0,0 +1,231 @@ +/* +

[jira] [Commented] (NIFI-14094) RecordPath Guide has typo, showing concat examples incorrectly cased

2025-03-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937988#comment-17937988 ] ASF subversion and git services commented on NIFI-14094: Commit 9

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
exceptionfactory commented on PR #9813: URL: https://github.com/apache/nifi/pull/9813#issuecomment-2749346975 Regarding custom class names, I think the problem is that the Property Name has to be `SSL Context Service`, and that isn't guaranteed with other third-party components. From that

[jira] [Created] (MINIFICPP-2544) extend and fix FIPS docs

2025-03-24 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-2544: --- Summary: extend and fix FIPS docs Key: MINIFICPP-2544 URL: https://issues.apache.org/jira/browse/MINIFICPP-2544 Project: Apache NiFi MiNiFi C++ Issue T

Re: [PR] [NIFI-14079][NIFI-14196] fix bring to front [nifi]

2025-03-24 Thread via GitHub
alex-okrushko commented on PR #9716: URL: https://github.com/apache/nifi/pull/9716#issuecomment-2748175684 @markobean I was on vacation for the last few weeks. I'll be back home on Wednesday and will complete this ticket. -- This is an automated message from the Apache Git Service. To res

Re: [PR] [NIFI-14079][NIFI-14196] fix bring to front [nifi]

2025-03-24 Thread via GitHub
markobean commented on PR #9716: URL: https://github.com/apache/nifi/pull/9716#issuecomment-2748147162 @alex-okrushko Any update on fixing the unit tests? -- 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

Re: [PR] NIFI-14380 - OAuth 2.0 Controller Service to support JWT Bearer Flow [nifi]

2025-03-24 Thread via GitHub
exceptionfactory commented on PR #9816: URL: https://github.com/apache/nifi/pull/9816#issuecomment-2748148668 Thanks for putting this together @pvillard31, I plan to review soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
exceptionfactory commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010792985 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireCustomSSLContext.java: ## @@ -0,0 +1,84

Re: [PR] NIFI-7123 onPropertyModified - documentation modification [nifi-api]

2025-03-24 Thread via GitHub
NissimShiman closed pull request #5: NIFI-7123 onPropertyModified - documentation modification URL: https://github.com/apache/nifi-api/pull/5 -- 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 spec

[jira] [Commented] (NIFI-14351) Paginated Elasticsearch processors with pagination type SEARCH_AFTER must not have a query expiry time

2025-03-24 Thread Vijaya Gorla (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17938052#comment-17938052 ] Vijaya Gorla commented on NIFI-14351: - Pull request [[NIFI-10304] [NIFI-14351] Added

[jira] [Updated] (NIFI-14094) RecordPath Guide has typo, showing concat examples incorrectly cased

2025-03-24 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-14094: -- Fix Version/s: 2.4.0 Resolution: Fixed Status: Resolved (was: Patch Available

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
mattyb149 commented on PR #9813: URL: https://github.com/apache/nifi/pull/9813#issuecomment-2749220558 @pvillard31 Yes I missed that, will replace with Apache NiFi versions. I'm in favor of the property to add components by the name of the type (that was in the original PR), what do you thi

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
exceptionfactory commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010525937 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireSecureConnection.java: ## @@ -0,0 +1,12

Re: [PR] NIFI-14346 [nifi]

2025-03-24 Thread via GitHub
dan-s1 commented on PR #9817: URL: https://github.com/apache/nifi/pull/9817#issuecomment-2748051714 @TomaszK-stack Thank you for contributing your change. Can you please keep the basic template of the PR where there should be a link to associated ticket? Also a title would help describing

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
mattyb149 commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010513951 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireSecureConnection.java: ## @@ -0,0 +1,121 @@ +/

Re: [PR] NIFI-14346 [nifi]

2025-03-24 Thread via GitHub
exceptionfactory commented on PR #9817: URL: https://github.com/apache/nifi/pull/9817#issuecomment-2748185589 @TomaszK-stack, concurring with @dan-s1, please update the pull request title and use the pull request template. The background description is very helpful, and can be preserved alo

[jira] [Comment Edited] (NIFI-14094) RecordPath Guide has typo, showing concat examples incorrectly cased

2025-03-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937906#comment-17937906 ] Daniel Stieglitz edited comment on NIFI-14094 at 3/24/25 1:56 PM: -

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
exceptionfactory commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010400091 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireSecureConnection.java: ## @@ -0,0 +1,12

[jira] [Updated] (NIFI-14385) List queue items do not always display kebab

2025-03-24 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-14385: Fix Version/s: (was: 2.4.0) > List queue items do not always display kebab > --

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
pvillard31 commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010482181 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireSecureConnection.java: ## @@ -0,0 +1,121 @@ +

Re: [PR] MINIFICPP-2543 Make S3 operations FIPS compliant [nifi-minifi-cpp]

2025-03-24 Thread via GitHub
lordgamez commented on code in PR #1947: URL: https://github.com/apache/nifi-minifi-cpp/pull/1947#discussion_r2010270718 ## PROCESSORS.md: ## @@ -2449,6 +2449,7 @@ In the list below, the names of required properties appear in bold. Any other pr | **Multipart Part Size**

[jira] [Commented] (NIFI-14224) Update download doc not to refer the 256 checksum since you switched to 512

2025-03-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937896#comment-17937896 ] Daniel Stieglitz commented on NIFI-14224: - [~exceptionfactory] Is this ticket OBE

[jira] [Resolved] (NIFI-14224) Update download doc not to refer the 256 checksum since you switched to 512

2025-03-24 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-14224. - Resolution: Information Provided The Apache Infrastructure team maintains the dynamic dow

[jira] [Assigned] (NIFI-14351) Paginated Elasticsearch processors with pagination type SEARCH_AFTER must not have a query expiry time

2025-03-24 Thread Tomasz Korniszuk (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomasz Korniszuk reassigned NIFI-14351: --- Assignee: Tomasz Korniszuk > Paginated Elasticsearch processors with pagination type

Re: [PR] NIFI-14346 PutDatabaseRecord fails to do upsert on MySQL due to too few parameters bound [nifi]

2025-03-24 Thread via GitHub
TomaszK-stack commented on PR #9817: URL: https://github.com/apache/nifi/pull/9817#issuecomment-2748781168 Okay, I changed title of pr and description - now is along with standard template. I considered writing unit tests but there but It would be hard to test working upsert on special

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
mattyb149 commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010300026 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireSecureConnection.java: ## @@ -0,0 +1,121 @@ +/

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
mattyb149 commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010297436 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireSecureConnection.java: ## @@ -0,0 +1,121 @@ +/

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
mattyb149 commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010298395 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireSecureConnection.java: ## @@ -0,0 +1,121 @@ +/

Re: [PR] NIFI-14381: Add flow analysis rule to identify unset SSL Context Service controller services [nifi]

2025-03-24 Thread via GitHub
mattyb149 commented on code in PR #9813: URL: https://github.com/apache/nifi/pull/9813#discussion_r2010299110 ## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RequireSecureConnection.java: ## @@ -0,0 +1,121 @@ +/

Re: [PR] MINIFICPP-2543 Make S3 operations FIPS compliant [nifi-minifi-cpp]

2025-03-24 Thread via GitHub
szaszm commented on code in PR #1947: URL: https://github.com/apache/nifi-minifi-cpp/pull/1947#discussion_r2010245182 ## PROCESSORS.md: ## @@ -2449,6 +2449,7 @@ In the list below, the names of required properties appear in bold. Any other pr | **Multipart Part Size**

[jira] [Updated] (NIFI-6175) Spark Livy - Improving Livy

2025-03-24 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-6175: --- Resolution: Won't Fix Status: Resolved (was: Patch Available) Closing due to the removal of t

[jira] [Comment Edited] (NIFI-14094) RecordPath Guide has typo, showing concat examples incorrectly cased

2025-03-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937906#comment-17937906 ] Daniel Stieglitz edited comment on NIFI-14094 at 3/24/25 1:54 PM: -

[jira] [Commented] (NIFI-14094) RecordPath Guide has typo, showing concat examples incorrectly cased

2025-03-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937906#comment-17937906 ] Daniel Stieglitz commented on NIFI-14094: - [~markap14] I am not sure if this is w

[jira] [Created] (MINIFICPP-2545) Disable scheduling of MD5 HashContent in FIPS mode

2025-03-24 Thread Martin Zink (Jira)
Martin Zink created MINIFICPP-2545: -- Summary: Disable scheduling of MD5 HashContent in FIPS mode Key: MINIFICPP-2545 URL: https://issues.apache.org/jira/browse/MINIFICPP-2545 Project: Apache NiFi MiNi

[jira] [Updated] (NIP-7) Add Flow Action Reporter as Framework Extension

2025-03-24 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIP-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIP-7: --- Description: h1. Motivation The framework [AuditService|https://github.com/apache/nifi/blob/main/nifi-fr

[jira] [Created] (NIP-7) Add Flow Action Reporter as Framework Extension

2025-03-24 Thread David Handermann (Jira)
David Handermann created NIP-7: -- Summary: Add Flow Action Reporter as Framework Extension Key: NIP-7 URL: https://issues.apache.org/jira/browse/NIP-7 Project: NiFi Improvement Proposal Issue Typ

[jira] [Updated] (NIFI-14387) Bump Spring to 6.2.5, Commons CSV to 1.14.0, Spring boot to 3.4.4, and others

2025-03-24 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-14387: -- Status: Patch Available (was: Open) > Bump Spring to 6.2.5, Commons CSV to 1.14.0, Spring boot

[jira] [Comment Edited] (NIFI-14351) Paginated Elasticsearch processors with pagination type SEARCH_AFTER must not have a query expiry time

2025-03-24 Thread Vijaya Gorla (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17938052#comment-17938052 ] Vijaya Gorla edited comment on NIFI-14351 at 3/24/25 10:31 PM:

Re: [PR] NIFI-14358 ConsumeKinesisStream added pausing on backpressure [nifi]

2025-03-24 Thread via GitHub
exceptionfactory commented on code in PR #9812: URL: https://github.com/apache/nifi/pull/9812#discussion_r2011130703 ## nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/kinesis/stream/record/TestAbstractKinesisRecordProcessor.java:

[jira] [Created] (MINIFICPP-2543) Add Checksum Algorithm property to PutS3Object processor

2025-03-24 Thread Jira
Gábor Gyimesi created MINIFICPP-2543: Summary: Add Checksum Algorithm property to PutS3Object processor Key: MINIFICPP-2543 URL: https://issues.apache.org/jira/browse/MINIFICPP-2543 Project: Apache

[jira] [Commented] (NIFI-14309) JSLTTransformJSON - Allow transforming a record per line

2025-03-24 Thread Anders (Jira)
[ https://issues.apache.org/jira/browse/NIFI-14309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17936889#comment-17936889 ] Anders commented on NIFI-14309: --- Ideally, it would handle both :) > JSLTTransformJSON - Al

[PR] MINIFICPP-2543 Make S3 operations FIPS compliant [nifi-minifi-cpp]

2025-03-24 Thread via GitHub
lordgamez opened a new pull request, #1947: URL: https://github.com/apache/nifi-minifi-cpp/pull/1947 - Update AWS SDK - Add new Storage Class and Server Side Encryption options - Add Checksum Algorithm property to PutS3Object https://issues.apache.org/jira/browse/MINIFICPP-2543

[PR] MINIFICPP-2542 ConsumeKafka late offset commit [nifi-minifi-cpp]

2025-03-24 Thread via GitHub
martinzink opened a new pull request, #1946: URL: https://github.com/apache/nifi-minifi-cpp/pull/1946 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: