Re: [PR] NIFI-12900 Avoid unnecessary directory listing in PutSFTP [nifi]

2024-03-25 Thread via GitHub
exceptionfactory commented on code in PR #8503: URL: https://github.com/apache/nifi/pull/8503#discussion_r1538557100 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/util/SFTPTransfer.java: ## @@ -340,7 +356,7

Re: [PR] NIFI-12255 refactor PutElasticsearchRecord and PutElasticsearchJson relationships to be more consistent with other processors [nifi]

2024-03-25 Thread via GitHub
exceptionfactory commented on code in PR #7940: URL: https://github.com/apache/nifi/pull/7940#discussion_r1538546543 ## nifi-mock/src/main/java/org/apache/nifi/util/RelationshipMigrationResult.java: ## @@ -0,0 +1,34 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] NIFI-12351 Improve MiNiFi Service Scripts for Windows [nifi]

2024-03-25 Thread via GitHub
exceptionfactory commented on PR #8015: URL: https://github.com/apache/nifi/pull/8015#issuecomment-2019318631 @rliszli and @bejancsaba any updates on bringing this pull request to completion? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] NIFI-12776: Add UPLOAD provenance event to PutAzureBlobStorage [nifi]

2024-03-25 Thread via GitHub
exceptionfactory commented on code in PR #8394: URL: https://github.com/apache/nifi/pull/8394#discussion_r1538540168 ## nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureBlobStorage_v12.java: ## @@ -200,7

Re: [PR] NIFI-12503 Render form-data in swagger.json and RestAPI docs correctly [nifi]

2024-03-25 Thread via GitHub
exceptionfactory commented on PR #8485: URL: https://github.com/apache/nifi/pull/8485#issuecomment-2019253765 Merged in https://github.com/apache/nifi/commit/4e1e2612c3379f672cfd8fb9352c6bd230f6789a -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] NIFI-12503 Render form-data in swagger.json and RestAPI docs correctly [nifi]

2024-03-25 Thread via GitHub
exceptionfactory closed pull request #8485: NIFI-12503 Render form-data in swagger.json and RestAPI docs correctly URL: https://github.com/apache/nifi/pull/8485 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] NIFI-12908 provide powershell versions of the nifi-env.cmd and nifi.cmd [nifi]

2024-03-25 Thread via GitHub
exceptionfactory closed pull request #8509: NIFI-12908 provide powershell versions of the nifi-env.cmd and nifi.cmd URL: https://github.com/apache/nifi/pull/8509 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] NIFI-12908 provide powershell versions of the nifi-env.cmd and nifi.cmd [nifi]

2024-03-25 Thread via GitHub
exceptionfactory commented on PR #8509: URL: https://github.com/apache/nifi/pull/8509#issuecomment-2019250167 @phreed I am closing this pull request for now based on the discussion. As mentioned, if you find particular problems with the current `nifi.cmd`, it would be helpful to highlight

[jira] [Commented] (NIFI-12925) ListenHTTP should disable unused HTTP methods

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830757#comment-17830757 ] ASF subversion and git services commented on NIFI-12925: Commit

[jira] [Updated] (NIFI-12925) ListenHTTP should return HTTP 405 for TRACE and OPTIONS methods

2024-03-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12925: Summary: ListenHTTP should return HTTP 405 for TRACE and OPTIONS methods (was: ListenHTTP

[jira] [Updated] (NIFI-12925) ListenHTTP should disable unused HTTP methods

2024-03-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12925: Fix Version/s: 2.0.0-M3 1.26.0 Resolution: Fixed

[jira] [Commented] (NIFI-12925) ListenHTTP should disable unused HTTP methods

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830756#comment-17830756 ] ASF subversion and git services commented on NIFI-12925: Commit

Re: [PR] NIFI-12925 disallow TRACE and OPTIONS methods in ListenHTTP [nifi]

2024-03-25 Thread via GitHub
exceptionfactory closed pull request #8548: NIFI-12925 disallow TRACE and OPTIONS methods in ListenHTTP URL: https://github.com/apache/nifi/pull/8548 -- 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

[jira] [Resolved] (NIFI-12930) FetchFile on failure during StandardProcessSession.importFrom should route to failure instead of rollback

2024-03-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-12930. - Fix Version/s: 2.0.0-M3 1.26.0 Resolution: Fixed > FetchFile

[jira] [Commented] (NIFI-12930) FetchFile on failure during StandardProcessSession.importFrom should route to failure instead of rollback

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830755#comment-17830755 ] ASF subversion and git services commented on NIFI-12930: Commit

[jira] [Commented] (NIFI-12930) FetchFile on failure during StandardProcessSession.importFrom should route to failure instead of rollback

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830754#comment-17830754 ] ASF subversion and git services commented on NIFI-12930: Commit

Re: [PR] NIFI-12930 when importing a fetched file we cannot be sure if the pro… [nifi]

2024-03-25 Thread via GitHub
exceptionfactory closed pull request #8542: NIFI-12930 when importing a fetched file we cannot be sure if the pro… URL: https://github.com/apache/nifi/pull/8542 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (NIFI-6379) Add SSL Context Service Property to SQS and PutSNS Processors

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830753#comment-17830753 ] ASF subversion and git services commented on NIFI-6379: --- Commit

[jira] [Updated] (NIFI-6379) Add SSL Context Service Property to SQS and PutSNS Processors

2024-03-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-6379: --- Fix Version/s: 1.26.0 > Add SSL Context Service Property to SQS and PutSNS Processors >

Re: [PR] NIFI-6379 Added SSL context property to PutSNS, DeleteSQS, GetSQS, and PutSQS [nifi]

2024-03-25 Thread via GitHub
exceptionfactory commented on PR #8562: URL: https://github.com/apache/nifi/pull/8562#issuecomment-2019237194 Merged in https://github.com/apache/nifi/commit/75cc8c6a3e9e321fd4b8baeb3d69aff2e201e6e4 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] NIFI-6379 Added SSL context property to PutSNS, DeleteSQS, GetSQS, and PutSQS [nifi]

2024-03-25 Thread via GitHub
exceptionfactory closed pull request #8562: NIFI-6379 Added SSL context property to PutSNS, DeleteSQS, GetSQS, and PutSQS URL: https://github.com/apache/nifi/pull/8562 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Updated] (NIFI-12887) Additional ways for handling Strings as binary in PutDatabaseRecord

2024-03-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12887: Fix Version/s: 1.26.0 > Additional ways for handling Strings as binary in

[jira] [Commented] (NIFI-12887) Additional ways for handling Strings as binary in PutDatabaseRecord

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830751#comment-17830751 ] ASF subversion and git services commented on NIFI-12887: Commit

Re: [PR] NIFI-12887 Add option to treat Strings as hexadecimal character sequences or base64-encoded binary data when inserting into a binary type column. [nifi]

2024-03-25 Thread via GitHub
exceptionfactory commented on PR #8558: URL: https://github.com/apache/nifi/pull/8558#issuecomment-2019231237 Merged in https://github.com/apache/nifi/commit/4009310f0414719cd9c5f922b5b6330b8247aa3d -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] NIFI-12923 Added append avro mode to PutHDFS [nifi]

2024-03-25 Thread via GitHub
exceptionfactory commented on code in PR #8544: URL: https://github.com/apache/nifi/pull/8544#discussion_r1538408812 ## nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java: ## @@ -397,10 +432,28 @@ public void

[jira] [Commented] (NIFI-12943) Upgrade Hadoop to 3.4.0

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830739#comment-17830739 ] ASF subversion and git services commented on NIFI-12943: Commit

[jira] [Updated] (NIFI-12943) Upgrade Hadoop to 3.4.0

2024-03-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12943: Fix Version/s: 1.26.0 > Upgrade Hadoop to 3.4.0 > --- > >

[jira] [Updated] (NIFI-12949) Upgrade Box SDK to 4.8.0

2024-03-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12949: Status: Patch Available (was: Open) > Upgrade Box SDK to 4.8.0 >

[PR] NIFI-12949 Upgrade Box SDK from 4.6.1 to 4.8.0 [nifi]

2024-03-25 Thread via GitHub
exceptionfactory opened a new pull request, #8567: URL: https://github.com/apache/nifi/pull/8567 # Summary [NIFI-12949](https://issues.apache.org/jira/browse/NIFI-12949) Upgrades the Box SDK from 4.6.1 to [4.8.0](https://github.com/box/box-java-sdk/releases/tag/v4.8.0). The

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538335965 ##

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538328261 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/access-policies/state/access-policy/access-policy.effects.ts:

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538325190 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/yes-no-dialog/yes-no-dialog.component.html: ## @@

Re: [PR] NIFI-11259 - Kafka processor refactor [nifi]

2024-03-25 Thread via GitHub
greyp9 commented on code in PR #8463: URL: https://github.com/apache/nifi/pull/8463#discussion_r1538322756 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/main/java/org/apache/nifi/kafka/processors/ConsumeKafka.java: ## @@ -0,0 +1,464 @@ +/* + * Licensed to the

Re: [PR] NIFI-11259 - Kafka processor refactor [nifi]

2024-03-25 Thread via GitHub
greyp9 commented on code in PR #8463: URL: https://github.com/apache/nifi/pull/8463#discussion_r1538320629 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-3-service/src/main/java/org/apache/nifi/kafka/service/producer/txn/KafkaTransactionalProducerWrapper.java: ## @@ -0,0

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538319881 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_listing-table.scss: ## @@ -25,7 +25,6 @@

Re: [PR] NIFI-11259 - Kafka processor refactor [nifi]

2024-03-25 Thread via GitHub
greyp9 commented on code in PR #8463: URL: https://github.com/apache/nifi/pull/8463#discussion_r1538319116 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-3-service/src/main/java/org/apache/nifi/kafka/service/producer/txn/KafkaProducerWrapper.java: ## @@ -0,0 +1,82 @@ +/* + *

Re: [PR] NIFI-11259 - Kafka processor refactor [nifi]

2024-03-25 Thread via GitHub
greyp9 commented on code in PR #8463: URL: https://github.com/apache/nifi/pull/8463#discussion_r1538315024 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-3-service/src/main/java/org/apache/nifi/kafka/service/producer/ProducerCallback.java: ## @@ -0,0 +1,99 @@ +/* + * Licensed

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538306100 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/yes-no-dialog/yes-no-dialog.component.html: ## @@

Re: [PR] NIFI-11259 - Kafka processor refactor [nifi]

2024-03-25 Thread via GitHub
greyp9 commented on code in PR #8463: URL: https://github.com/apache/nifi/pull/8463#discussion_r1538306358 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-3-service/src/main/java/org/apache/nifi/kafka/service/producer/Kafka3ProducerService.java: ## @@ -0,0 +1,127 @@ +/* + *

Re: [PR] NIFI-11259 - Kafka processor refactor [nifi]

2024-03-25 Thread via GitHub
greyp9 commented on code in PR #8463: URL: https://github.com/apache/nifi/pull/8463#discussion_r1538303445 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-3-integration/src/test/java/org/apache/nifi/kafka/processors/publish/additional/readme.txt: ## @@ -0,0 +1,2 @@

Re: [PR] NIFI-11259 - Kafka processor refactor [nifi]

2024-03-25 Thread via GitHub
greyp9 commented on code in PR #8463: URL: https://github.com/apache/nifi/pull/8463#discussion_r1538303639 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-3-service/README.md: ## @@ -0,0 +1,14 @@ + + +### Kafka3ProducerService +- As the `send()` API maps cleanly to the context

[jira] [Commented] (NIFI-12930) FetchFile on failure during StandardProcessSession.importFrom should route to failure instead of rollback

2024-03-25 Thread Jim Steinebrey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830717#comment-17830717 ] Jim Steinebrey commented on NIFI-12930: --- No problem. Thx > FetchFile on failure during

Re: [PR] NIFI-11259 - Kafka processor refactor [nifi]

2024-03-25 Thread via GitHub
greyp9 commented on code in PR #8463: URL: https://github.com/apache/nifi/pull/8463#discussion_r1538301385 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-3-service/src/main/java/org/apache/nifi/kafka/service/Kafka3ConnectionService.java: ## @@ -0,0 +1,402 @@ +/* + * Licensed

[jira] [Created] (NIFI-12952) follow up work for Kafka processor refactor

2024-03-25 Thread Paul Grey (Jira)
Paul Grey created NIFI-12952: Summary: follow up work for Kafka processor refactor Key: NIFI-12952 URL: https://issues.apache.org/jira/browse/NIFI-12952 Project: Apache NiFi Issue Type:

[jira] [Commented] (NIFI-12930) FetchFile on failure during StandardProcessSession.importFrom should route to failure instead of rollback

2024-03-25 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830716#comment-17830716 ] Joe Witt commented on NIFI-12930: - [~jrsteinebrey]I have it assigned to me as there is already a PR that

[jira] [Assigned] (NIFI-12930) FetchFile on failure during StandardProcessSession.importFrom should route to failure instead of rollback

2024-03-25 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt reassigned NIFI-12930: --- Assignee: Joe Witt (was: Jim Steinebrey) > FetchFile on failure during

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538282376 ##

[jira] [Assigned] (NIFI-12930) FetchFile on failure during StandardProcessSession.importFrom should route to failure instead of rollback

2024-03-25 Thread Jim Steinebrey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Steinebrey reassigned NIFI-12930: - Assignee: Jim Steinebrey > FetchFile on failure during

Re: [PR] NIFI-12889: Retry Kerberos login on auth failure in HDFS processors [nifi]

2024-03-25 Thread via GitHub
Lehel44 commented on code in PR #8495: URL: https://github.com/apache/nifi/pull/8495#discussion_r1538284672 ## nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java: ## @@ -465,10 +465,16 @@ public void

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538282376 ##

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538282376 ##

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538278902 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/component-state/component-state.component.scss: ##

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538271623 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/tsconfig.json: ## @@ -7,7 +7,7 @@

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538270150 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/access-policies/state/access-policy/access-policy.effects.ts:

Re: [PR] [NIFI-12922] semantic dialog size configurations [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1538266243 ##

[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit

[jira] [Updated] (NIFI-12941) Migrate from Karma to Jest

2024-03-25 Thread Rob Fellows (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Fellows updated NIFI-12941: --- Status: Patch Available (was: In Progress) > Migrate from Karma to Jest >

[jira] [Updated] (NIFI-12950) Use uiOnly flag

2024-03-25 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12950: --- Status: Patch Available (was: Open) > Use uiOnly flag > --- > > Key:

[PR] NIFI-12950: Updating front end to use the uiOnly flag where possible [nifi]

2024-03-25 Thread via GitHub
mcgilman opened a new pull request, #8565: URL: https://github.com/apache/nifi/pull/8565 NIFI-12950: - Updating front end to use the uiOnly flag where possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] NIFI-12935 Bump webpack-dev-middleware and karma-webpack in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main [nifi]

2024-03-25 Thread via GitHub
scottyaslan merged PR #8547: URL: https://github.com/apache/nifi/pull/8547 -- 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:

[jira] [Resolved] (NIFI-12935) Upgrade Karma Webpack to 5.0.1

2024-03-25 Thread Scott Aslan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan resolved NIFI-12935. Resolution: Fixed > Upgrade Karma Webpack to 5.0.1 > -- > >

[jira] [Created] (NIFI-12951) UI - Nifi Registry Frontend unit tests are failing

2024-03-25 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12951: -- Summary: UI - Nifi Registry Frontend unit tests are failing Key: NIFI-12951 URL: https://issues.apache.org/jira/browse/NIFI-12951 Project: Apache NiFi Issue

Re: [PR] NIFI-12935 Bump webpack-dev-middleware and karma-webpack in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main [nifi]

2024-03-25 Thread via GitHub
scottyaslan commented on PR #8547: URL: https://github.com/apache/nifi/pull/8547#issuecomment-2018837839 The tests have several failures but those failure are present on the main branch as well. I have filed https://issues.apache.org/jira/browse/NIFI-12951 to address those failures in a

Re: [PR] NIFI-12923 Added append avro mode to PutHDFS [nifi]

2024-03-25 Thread via GitHub
mattyb149 commented on code in PR #8544: URL: https://github.com/apache/nifi/pull/8544#discussion_r1538170755 ## nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java: ## @@ -397,10 +432,28 @@ public void

[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit

[jira] [Created] (NIFI-12950) Use uiOnly flag

2024-03-25 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-12950: -- Summary: Use uiOnly flag Key: NIFI-12950 URL: https://issues.apache.org/jira/browse/NIFI-12950 Project: Apache NiFi Issue Type: Sub-task Components:

[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit

[jira] [Commented] (NIFI-12947) Upgrade MIME4J to 0.8.11

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830666#comment-17830666 ] ASF subversion and git services commented on NIFI-12947: Commit

[jira] [Updated] (NIFI-12947) Upgrade MIME4J to 0.8.11

2024-03-25 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-12947: -- Fix Version/s: 2.0.0-M3 1.26.0 Resolution: Fixed Status:

[jira] [Commented] (NIFI-12947) Upgrade MIME4J to 0.8.11

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830662#comment-17830662 ] ASF subversion and git services commented on NIFI-12947: Commit

Re: [PR] NIFI-12947 Upgrade MIME4J to 0.8.11 [nifi]

2024-03-25 Thread via GitHub
asfgit closed pull request #8561: NIFI-12947 Upgrade MIME4J to 0.8.11 URL: https://github.com/apache/nifi/pull/8561 -- 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] [Updated] (NIFI-12939) Retry Kerberos login on authentication failure in Iceberg processors

2024-03-25 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-12939: Status: Patch Available (was: Open) > Retry Kerberos login on authentication failure in Iceberg

Re: [PR] NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable [nifi]

2024-03-25 Thread via GitHub
mattyb149 commented on PR #8534: URL: https://github.com/apache/nifi/pull/8534#issuecomment-2018692390 +1 LGTM, merging to main. Thanks for the improvement! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable [nifi]

2024-03-25 Thread via GitHub
mattyb149 closed pull request #8534: NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable URL: https://github.com/apache/nifi/pull/8534 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Updated] (NIFI-1931) QueryDatabaseTable processor; setFetchSize not working for postgres driver causing out of memory

2024-03-25 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-1931: --- Fix Version/s: 2.0.0-M3 Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Commented] (NIFI-1931) QueryDatabaseTable processor; setFetchSize not working for postgres driver causing out of memory

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830658#comment-17830658 ] ASF subversion and git services commented on NIFI-1931: --- Commit

[jira] [Updated] (NIFI-1931) QueryDatabaseTable processor; setFetchSize not working for postgres driver causing out of memory

2024-03-25 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-1931: --- Fix Version/s: 1.26.0 > QueryDatabaseTable processor; setFetchSize not working for postgres driver >

[jira] [Commented] (NIFI-1931) QueryDatabaseTable processor; setFetchSize not working for postgres driver causing out of memory

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830657#comment-17830657 ] ASF subversion and git services commented on NIFI-1931: --- Commit

Re: [PR] NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable [nifi]

2024-03-25 Thread via GitHub
mattyb149 commented on PR #8549: URL: https://github.com/apache/nifi/pull/8549#issuecomment-2018689133 +1 LGTM, merged to support/nifi-1.x. Thanks for the improvement! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable [nifi]

2024-03-25 Thread via GitHub
mattyb149 closed pull request #8549: NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable URL: https://github.com/apache/nifi/pull/8549 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Updated] (NIFI-12948) UI - Address minor bugs discovered during Angular migration

2024-03-25 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12948: --- Assignee: Matt Gilman Status: Patch Available (was: Open) > UI - Address minor bugs

[PR] NIFI-12948: Various bugs discovered when migrating to Angular 17 [nifi]

2024-03-25 Thread via GitHub
mcgilman opened a new pull request, #8564: URL: https://github.com/apache/nifi/pull/8564 NIFI-12948: - Action is optional. - Removing duplicate check in counter table. - Ensure flow configuration is loaded in route guard. - Only show user/group list when there are users or

[jira] [Updated] (NIFI-12936) ListGCSBucket should reset its tracking state after configuration change

2024-03-25 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-12936: -- Fix Version/s: 1.26.0 > ListGCSBucket should reset its tracking state after configuration

[jira] [Commented] (NIFI-12936) ListGCSBucket should reset its tracking state after configuration change

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830650#comment-17830650 ] ASF subversion and git services commented on NIFI-12936: Commit

Re: [PR] NIFI-12936 Backport ListGCSBucket resets its tracking state after configuratio… [nifi]

2024-03-25 Thread via GitHub
pvillard31 closed pull request #8563: NIFI-12936 Backport ListGCSBucket resets its tracking state after configuratio… URL: https://github.com/apache/nifi/pull/8563 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (NIFI-12949) Upgrade Box SDK to 4.8.0

2024-03-25 Thread David Handermann (Jira)
David Handermann created NIFI-12949: --- Summary: Upgrade Box SDK to 4.8.0 Key: NIFI-12949 URL: https://issues.apache.org/jira/browse/NIFI-12949 Project: Apache NiFi Issue Type: Improvement

[jira] [Updated] (NIFI-12944) Add attribute corresponding to peer address of SNMP TRAP PDUs

2024-03-25 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-12944: -- Component/s: Extensions > Add attribute corresponding to peer address of SNMP TRAP PDUs >

[jira] [Resolved] (NIFI-12944) Add attribute corresponding to peer address of SNMP TRAP PDUs

2024-03-25 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-12944. --- Fix Version/s: 2.0.0-M3 1.26.0 Resolution: Fixed > Add attribute

[jira] [Commented] (NIFI-12944) Add attribute corresponding to peer address of SNMP TRAP PDUs

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830645#comment-17830645 ] ASF subversion and git services commented on NIFI-12944: Commit

[jira] [Commented] (NIFI-12944) Add attribute corresponding to peer address of SNMP TRAP PDUs

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830646#comment-17830646 ] ASF subversion and git services commented on NIFI-12944: Commit

Re: [PR] NIFI-12944 Add attribute corresponding to peer address of SNMP TRAP PDUs [nifi]

2024-03-25 Thread via GitHub
asfgit closed pull request #8557: NIFI-12944 Add attribute corresponding to peer address of SNMP TRAP PDUs URL: https://github.com/apache/nifi/pull/8557 -- 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

[PR] NIFI-12936 Backport ListGCSBucket resets its tracking state after configuratio… [nifi]

2024-03-25 Thread via GitHub
turcsanyip opened a new pull request, #8563: URL: https://github.com/apache/nifi/pull/8563 …n change # Summary [NIFI-12936](https://issues.apache.org/jira/browse/NIFI-12936) # Tracking Please complete the following tracking steps prior to pull request creation.

[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit

[PR] Added SSL context property to PutSNS, DeleteSQS, GetSQS, and PutSQS [nifi]

2024-03-25 Thread via GitHub
Freedom9339 opened a new pull request, #8562: URL: https://github.com/apache/nifi/pull/8562 # Summary [NIFI-6379](https://issues.apache.org/jira/browse/NIFI-6379) - Added SSL Context Service to PutSNS, DeleteSQS, GetSQS, and PutSQS.

[jira] [Updated] (NIFI-12928) Add Simple Write strategy in PutAzureDataLakeStorage

2024-03-25 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-12928: -- Fix Version/s: 1.26.0 > Add Simple Write strategy in PutAzureDataLakeStorage >

[jira] [Commented] (NIFI-12928) Add Simple Write strategy in PutAzureDataLakeStorage

2024-03-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830625#comment-17830625 ] ASF subversion and git services commented on NIFI-12928: Commit

Re: [PR] NIFI-12928 Backport Added Simple Write strategy in PutAzureDataLakeStorage [nifi]

2024-03-25 Thread via GitHub
pvillard31 closed pull request #8559: NIFI-12928 Backport Added Simple Write strategy in PutAzureDataLakeStorage URL: https://github.com/apache/nifi/pull/8559 -- 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-12400) Remaining items to migrate UI to currently supported/active framework

2024-03-25 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit

[jira] [Created] (NIFI-12948) UI - Address minor bugs discovered during Angular migration

2024-03-25 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-12948: -- Summary: UI - Address minor bugs discovered during Angular migration Key: NIFI-12948 URL: https://issues.apache.org/jira/browse/NIFI-12948 Project: Apache NiFi

[jira] [Updated] (NIFI-12947) Upgrade MIME4J to 0.8.11

2024-03-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-12947: Status: Patch Available (was: Open) > Upgrade MIME4J to 0.8.11 >

  1   2   >