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

2024-03-22 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-12936: --- Status: Patch Available (was: Open) > ListGCSBucket should reset its tracking state after

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

2024-03-22 Thread via GitHub
turcsanyip opened a new pull request, #8550: URL: https://github.com/apache/nifi/pull/8550 …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] [Created] (NIFI-12936) ListGCSBucket should reset its tracking state after configuration change

2024-03-22 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-12936: -- Summary: ListGCSBucket should reset its tracking state after configuration change Key: NIFI-12936 URL: https://issues.apache.org/jira/browse/NIFI-12936 Project:

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

2024-03-22 Thread via GitHub
markobean commented on PR #8548: URL: https://github.com/apache/nifi/pull/8548#issuecomment-2015974533 > @markobean Changes should also be made to `ListenHttp` documentation on lines 84-85 to indicate what TRACE, OPTIONS and CONNECT will return. Documentation updated. -- This is

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

2024-03-22 Thread via GitHub
jrsteinebrey opened a new pull request, #8549: URL: https://github.com/apache/nifi/pull/8549 NIFI-1931 Add auto commit property to QueryDatabaseTable and QueryDatabaseTable # Summary

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

2024-03-22 Thread via GitHub
dan-s1 commented on PR #8548: URL: https://github.com/apache/nifi/pull/8548#issuecomment-2015871331 @markobean Changes should also be made to `ListenHttp` documentation on lines 84-85 to indicate what TRACE and OPTIONS will return. -- This is an automated message from the Apache Git

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

2024-03-22 Thread David Handermann (Jira)
David Handermann created NIFI-12935: --- Summary: Upgrade Karma Webpack to 5.0.1 Key: NIFI-12935 URL: https://issues.apache.org/jira/browse/NIFI-12935 Project: Apache NiFi Issue Type:

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

2024-03-22 Thread via GitHub
markobean commented on PR #8548: URL: https://github.com/apache/nifi/pull/8548#issuecomment-2015850430 Please apply this commit to the nifi-1.x branch as well. -- 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-12925) ListenHTTP should disable unused HTTP methods

2024-03-22 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829975#comment-17829975 ] Mark Bean commented on NIFI-12925: -- No, CONNECT already receives 400 response. > ListenHTTP should

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

2024-03-22 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829973#comment-17829973 ] Daniel Stieglitz commented on NIFI-12925: - [~mosermw] Based on the listed link do we have to be

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

2024-03-22 Thread via GitHub
dan-s1 commented on code in PR #8548: URL: https://github.com/apache/nifi/pull/8548#discussion_r1536061304 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/servlets/ListenHTTPServlet.java: ## @@ -157,6 +157,21

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

2024-03-22 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Bean updated NIFI-12925: - Status: Patch Available (was: In Progress) > ListenHTTP should disable unused HTTP methods >

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

2024-03-22 Thread via GitHub
markobean opened a new pull request, #8548: URL: https://github.com/apache/nifi/pull/8548 # Summary Updates ListenHTTP to disallow TRACE and OPTIONS requests. Any such requests will be sent a 405 response.

[jira] [Commented] (NIFI-12918) Stateless NiFi NullPointerException on versioned PGs

2024-03-22 Thread Stephanie Ambrose (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829955#comment-17829955 ] Stephanie Ambrose commented on NIFI-12918: -- [~dstiegli1] - I confirmed the problem exists on 2.0

[jira] [Created] (NIFI-12934) RenameRecordField does not clear serialized form of records

2024-03-22 Thread Mark Payne (Jira)
Mark Payne created NIFI-12934: - Summary: RenameRecordField does not clear serialized form of records Key: NIFI-12934 URL: https://issues.apache.org/jira/browse/NIFI-12934 Project: Apache NiFi

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

2024-03-22 Thread via GitHub
dependabot[bot] opened a new pull request, #8547: URL: https://github.com/apache/nifi/pull/8547 Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) to 5.3.4 and updates ancestor dependency [karma-webpack](https://github.com/webpack-contrib/karma-webpack).

[PR] MINIFICPP-2319 Set the home directory on the Configure object in the unit test [nifi-minifi-cpp]

2024-03-22 Thread via GitHub
fgerlits opened a new pull request, #1747: URL: https://github.com/apache/nifi-minifi-cpp/pull/1747 https://issues.apache.org/jira/browse/MINIFICPP-2319 -- Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the

[jira] [Created] (MINIFICPP-2319) Prevent RepoTests from creating file in the source tree

2024-03-22 Thread Ferenc Gerlits (Jira)
Ferenc Gerlits created MINIFICPP-2319: - Summary: Prevent RepoTests from creating file in the source tree Key: MINIFICPP-2319 URL: https://issues.apache.org/jira/browse/MINIFICPP-2319 Project:

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

2024-03-22 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Bean reassigned NIFI-12925: Assignee: Mark Bean > ListenHTTP should disable unused HTTP methods >

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

2024-03-22 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: --- Affects Version/s: (was: 0.6.1) Status: Patch Available (was: Open) >

[PR] NIFI-12929: Fix logout infinite redirect loop in case of knox [nifi]

2024-03-22 Thread via GitHub
taz1988 opened a new pull request, #8546: URL: https://github.com/apache/nifi/pull/8546 # Summary Fix logout infinite redirect loop in case of knox - happens only on the 1.x line

Re: [PR] MINIFICPP-2309 Add JSON flow config examples [nifi-minifi-cpp]

2024-03-22 Thread via GitHub
fgerlits commented on code in PR #1740: URL: https://github.com/apache/nifi-minifi-cpp/pull/1740#discussion_r1535688898 ## examples/README.md: ## @@ -37,122 +43,158 @@ The following examples show simple flow configurations for several common use ca - [Upload Blob to Azure

[PR] NIFI-12933 Rearranged properties on GCP processors [nifi]

2024-03-22 Thread via GitHub
turcsanyip opened a new pull request, #8545: URL: https://github.com/apache/nifi/pull/8545 Also used current API methods for relationships/properties collections # Summary [NIFI-12933](https://issues.apache.org/jira/browse/NIFI-12933) # Tracking Please complete

[jira] [Updated] (NIFI-12933) Rearrange properties on GCP processors

2024-03-22 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-12933: --- Status: Patch Available (was: Open) > Rearrange properties on GCP processors >

[jira] [Created] (NIFI-12933) Rearrange properties on GCP processors

2024-03-22 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-12933: -- Summary: Rearrange properties on GCP processors Key: NIFI-12933 URL: https://issues.apache.org/jira/browse/NIFI-12933 Project: Apache NiFi Issue Type:

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

2024-03-22 Thread via GitHub
turcsanyip commented on PR #8540: URL: https://github.com/apache/nifi/pull/8540#issuecomment-2014868697 @takraj @Lehel44 Thanks for your review and comments! Updated the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

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

2024-03-22 Thread via GitHub
balazsgerner opened a new pull request, #8544: URL: https://github.com/apache/nifi/pull/8544 # Summary [NIFI-12923](https://issues.apache.org/jira/browse/NIFI-12923) # Tracking Please complete the following tracking

[jira] [Updated] (NIFI-12923) PutHDFS to support appending avro data

2024-03-22 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-12923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Balázs Gerner updated NIFI-12923: - Description: The goal of this ticket is to extend the PutHDFS processor with the ability to

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

2024-03-22 Thread via GitHub
turcsanyip commented on code in PR #8540: URL: https://github.com/apache/nifi/pull/8540#discussion_r1535144271 ## nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureDataLakeStorage.java: ## @@ -229,38 +259,65

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

2024-03-22 Thread via GitHub
turcsanyip commented on code in PR #8540: URL: https://github.com/apache/nifi/pull/8540#discussion_r1535123254 ## nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/test/java/org/apache/nifi/processors/azure/storage/AbstractAzureDataLakeStorageIT.java: ## @@ -53,6

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

2024-03-22 Thread via GitHub
turcsanyip commented on code in PR #8540: URL: https://github.com/apache/nifi/pull/8540#discussion_r1535120414 ## nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureDataLakeStorage.java: ## @@ -99,6 +100,15 @@