[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1561: MINIFICPP-2103 JNI extension compile fix (libc++)

2023-04-19 Thread via GitHub
martinzink commented on code in PR #1561: URL: https://github.com/apache/nifi-minifi-cpp/pull/1561#discussion_r1170994644 ## extensions/jni/jvm/JniReferenceObjects.h: ## @@ -128,8 +128,8 @@ class JniByteInputStream { return read; } - int64_t read(uint8_t &arr) { -

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1558: MINIFICPP-2100 Add RockyLinux Dockerfile

2023-04-19 Thread via GitHub
martinzink commented on code in PR #1558: URL: https://github.com/apache/nifi-minifi-cpp/pull/1558#discussion_r1171009494 ## docker/rockylinux/Dockerfile: ## @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[jira] [Resolved] (MINIFICPP-1689) Release 0.11.0

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink resolved MINIFICPP-1689. Resolution: Fixed > Release 0.11.0 > -- > > Key: MINIFICPP-

[jira] [Updated] (MINIFICPP-1689) Release 0.11.0

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1689: --- Fix Version/s: 0.11.0 > Release 0.11.0 > -- > > Key: MINIFICP

[jira] [Updated] (MINIFICPP-1708) Route corrupt archives to Failure in CompressContent

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1708: --- Fix Version/s: 0.12.0 > Route corrupt archives to Failure in CompressContent > --

[jira] [Resolved] (MINIFICPP-1708) Route corrupt archives to Failure in CompressContent

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink resolved MINIFICPP-1708. Resolution: Fixed https://github.com/apache/nifi-minifi-cpp/commit/65fad0d02d0446318147

[jira] [Resolved] (MINIFICPP-1818) Use boyer_moore_horspool_searcher in RouteText

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink resolved MINIFICPP-1818. Resolution: Fixed https://github.com/apache/nifi-minifi-cpp/commit/92fb6e9ed69d70347887

[jira] [Updated] (MINIFICPP-1818) Use boyer_moore_horspool_searcher in RouteText

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1818: --- Fix Version/s: 0.12.0 > Use boyer_moore_horspool_searcher in RouteText >

[jira] [Resolved] (MINIFICPP-1826) Warn user if certificate is about to expire

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink resolved MINIFICPP-1826. Resolution: Fixed https://github.com/apache/nifi-minifi-cpp/commit/d95e9201cb9faa5998c7

[jira] [Updated] (MINIFICPP-1826) Warn user if certificate is about to expire

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1826: --- Fix Version/s: 0.13.0 > Warn user if certificate is about to expire > ---

[jira] [Created] (MINIFICPP-2106) Add 'Use Path Style Access' property to PutS3Object

2023-04-19 Thread Jira
Gábor Gyimesi created MINIFICPP-2106: Summary: Add 'Use Path Style Access' property to PutS3Object Key: MINIFICPP-2106 URL: https://issues.apache.org/jira/browse/MINIFICPP-2106 Project: Apache NiFi

[jira] [Resolved] (MINIFICPP-2006) saving state for python processors

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink resolved MINIFICPP-2006. Resolution: Fixed With MINIFICPP-2018 merged you now can save states with the StateMana

[GitHub] [nifi] koccs commented on a diff in pull request #7174: [NIFIF-11433] update angular, d3, moment, slickgrid, and jquery depen…

2023-04-19 Thread via GitHub
koccs commented on code in PR #7174: URL: https://github.com/apache/nifi/pull/7174#discussion_r1171107839 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-status-history.js: ## @@ -356,8 +356,8 @@ // add status

[GitHub] [nifi] timeabarna commented on a diff in pull request #7092: NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread via GitHub
timeabarna commented on code in PR #7092: URL: https://github.com/apache/nifi/pull/7092#discussion_r1171164642 ## nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/command/registry/flow/ImportAllFlows.java: ## @@ -0,0 +1,331 @@ +/* + * Licensed to the

[GitHub] [nifi] timeabarna commented on a diff in pull request #7092: NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread via GitHub
timeabarna commented on code in PR #7092: URL: https://github.com/apache/nifi/pull/7092#discussion_r1171164642 ## nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/command/registry/flow/ImportAllFlows.java: ## @@ -0,0 +1,331 @@ +/* + * Licensed to the

[GitHub] [nifi] timeabarna commented on a diff in pull request #7092: NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread via GitHub
timeabarna commented on code in PR #7092: URL: https://github.com/apache/nifi/pull/7092#discussion_r1171164642 ## nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/command/registry/flow/ImportAllFlows.java: ## @@ -0,0 +1,331 @@ +/* + * Licensed to the

[GitHub] [nifi] timeabarna commented on a diff in pull request #7092: NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread via GitHub
timeabarna commented on code in PR #7092: URL: https://github.com/apache/nifi/pull/7092#discussion_r1171168786 ## nifi-docs/src/main/asciidoc/toolkit-guide.adoc: ## @@ -768,6 +770,325 @@ This command migrates nifi.properties back from AWS_KMS to AES_GCM protection sc -v

[GitHub] [nifi] timeabarna commented on a diff in pull request #7092: NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread via GitHub
timeabarna commented on code in PR #7092: URL: https://github.com/apache/nifi/pull/7092#discussion_r1171178295 ## nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/result/registry/VersionedFlowSnapshotsResult.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed

[GitHub] [nifi] ChrisSamo632 commented on pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-04-19 Thread via GitHub
ChrisSamo632 commented on PR #6903: URL: https://github.com/apache/nifi/pull/6903#issuecomment-1514554132 @davis-anthony this PR if/when Approved (@MikeThomsen / @mattyb149 ) was not going to introduce such behaviour, *but* it *does* make sense for `PutElasticsearchJson` so I've added a new

[jira] [Resolved] (MINIFICPP-2104) CWEL Output Format validation

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink resolved MINIFICPP-2104. Resolution: Fixed > CWEL Output Format validation > - > >

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1490: MINIFICPP-2022 Add valid repository size metrics for all repositories

2023-04-19 Thread via GitHub
szaszm commented on code in PR #1490: URL: https://github.com/apache/nifi-minifi-cpp/pull/1490#discussion_r1171220635 ## libminifi/test/rocksdb-tests/RepoTests.cpp: ## @@ -515,4 +519,221 @@ TEST_CASE("FlowFileRepository synchronously pushes existing flow files") { } } +TE

[GitHub] [nifi] asfgit closed pull request #7126: NIFI-11387 Add Transport Type property to Azure Event Hub Components

2023-04-19 Thread via GitHub
asfgit closed pull request #7126: NIFI-11387 Add Transport Type property to Azure Event Hub Components URL: https://github.com/apache/nifi/pull/7126 -- 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 t

[jira] [Commented] (NIFI-11387) Support Configurable Transport Type for Azure Event Hub Components

2023-04-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714070#comment-17714070 ] ASF subversion and git services commented on NIFI-11387: Commit a

[jira] [Commented] (NIFI-11387) Support Configurable Transport Type for Azure Event Hub Components

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

[jira] [Updated] (NIFI-11387) Support Configurable Transport Type for Azure Event Hub Components

2023-04-19 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-11387: -- Fix Version/s: 2.0.0 1.22.0 (was: 1.latest)

[GitHub] [nifi] timeabarna commented on a diff in pull request #7092: NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread via GitHub
timeabarna commented on code in PR #7092: URL: https://github.com/apache/nifi/pull/7092#discussion_r1171164642 ## nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/command/registry/flow/ImportAllFlows.java: ## @@ -0,0 +1,331 @@ +/* + * Licensed to the

[GitHub] [nifi] asfgit closed pull request #7156: NIFI-11425 Remove Compression from EncryptContentPGP and SignContentPGP

2023-04-19 Thread via GitHub
asfgit closed pull request #7156: NIFI-11425 Remove Compression from EncryptContentPGP and SignContentPGP URL: https://github.com/apache/nifi/pull/7156 -- 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] [Commented] (NIFI-11425) Remove Compression from EncryptContentPGP and SignContentPGP

2023-04-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714080#comment-17714080 ] ASF subversion and git services commented on NIFI-11425: Commit 3

[jira] [Updated] (NIFI-11425) Remove Compression from EncryptContentPGP and SignContentPGP

2023-04-19 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-11425: -- Fix Version/s: 2.0.0 (was: 2.latest) Resolution: Fixed

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-04-19 Thread via GitHub
martinzink commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1171317303 ## libminifi/src/utils/file/FileUtils.cpp: ## Review Comment: I've added some unit tests in https://github.com/apache/nifi-minifi-cpp/pull/1560/commits

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-04-19 Thread via GitHub
martinzink commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1171319182 ## libminifi/src/utils/file/FileUtils.cpp: ## @@ -74,13 +74,23 @@ time_t to_time_t(std::filesystem::file_time_type file_time) { #endif } -std::chrono::t

[jira] [Assigned] (MINIFICPP-1641) Parallel running of docker tests

2023-04-19 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink reassigned MINIFICPP-1641: -- Assignee: Martin Zink > Parallel running of docker tests > ---

[GitHub] [nifi] mcgilman merged pull request #7181: NIFI-11461 Improve User and Group Tenants Search

2023-04-19 Thread via GitHub
mcgilman merged PR #7181: URL: https://github.com/apache/nifi/pull/7181 -- 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

[jira] [Commented] (NIFI-11461) Improve Tenant User and Group Search Performance

2023-04-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714112#comment-17714112 ] ASF subversion and git services commented on NIFI-11461: Commit b

[jira] [Updated] (NIFI-11461) Improve Tenant User and Group Search Performance

2023-04-19 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-11461: --- Fix Version/s: 1.22.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-11461) Improve Tenant User and Group Search Performance

2023-04-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714121#comment-17714121 ] ASF subversion and git services commented on NIFI-11461: Commit 0

[jira] [Updated] (NIFI-11461) Improve Tenant User and Group Search Performance

2023-04-19 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11461: Fix Version/s: 2.0.0 (was: 1.latest) (was: 2.l

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1560: MINIFICPP-2101 Compilation fix in PutSFTPTests (libc++)

2023-04-19 Thread via GitHub
fgerlits commented on code in PR #1560: URL: https://github.com/apache/nifi-minifi-cpp/pull/1560#discussion_r1171390414 ## extensions/standard-processors/tests/unit/ListFileTests.cpp: ## @@ -107,8 +104,12 @@ TEST_CASE_METHOD(ListFileTestFixture, "Input Directory is empty", "[te

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1562: MINIFICPP-2106 Add 'Use Path Style Access' property to PutS3Object

2023-04-19 Thread via GitHub
lordgamez opened a new pull request, #1562: URL: https://github.com/apache/nifi-minifi-cpp/pull/1562 Tested on a live AWS instance, when the `Use Path Style Access` was set to true, the `s3.eu-west-2.amazonaws.com` URL was used and the bucket name was set in the path (path style access), ot

[GitHub] [nifi] turcsanyip commented on pull request #7161: NIFI-11334: PutIceberg processor instance interference due same class loader usage

2023-04-19 Thread via GitHub
turcsanyip commented on PR #7161: URL: https://github.com/apache/nifi/pull/7161#issuecomment-1514887672 @mark-bathori I tested the change and I still get an error. Could you please double check it? My scenario: - start PutIceberg #1 processor connecting to unsecure HDFS/Hive - load

[jira] [Created] (NIFI-11469) OpenID Connect StandardClientRegistrationProvider scopes should be configurable

2023-04-19 Thread Sander Bylemans (Jira)
Sander Bylemans created NIFI-11469: -- Summary: OpenID Connect StandardClientRegistrationProvider scopes should be configurable Key: NIFI-11469 URL: https://issues.apache.org/jira/browse/NIFI-11469 Pro

[jira] [Assigned] (NIFI-11469) OpenID Connect StandardClientRegistrationProvider scopes should be configurable

2023-04-19 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-11469: --- Assignee: David Handermann > OpenID Connect StandardClientRegistrationProvider scope

[jira] [Commented] (NIFI-11469) OpenID Connect StandardClientRegistrationProvider scopes should be configurable

2023-04-19 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714162#comment-17714162 ] David Handermann commented on NIFI-11469: - Thanks for reporting this issue [~sbyl

[jira] [Commented] (NIFI-10198) PutDatabaseRecord only checks required colums for 'Fail on Unmatched Columns'

2023-04-19 Thread Sander Bylemans (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714168#comment-17714168 ] Sander Bylemans commented on NIFI-10198: [~hejiang] shouldn't that be 2 separate

[jira] [Commented] (NIFI-11469) OpenID Connect StandardClientRegistrationProvider scopes should be configurable

2023-04-19 Thread Sander Bylemans (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714171#comment-17714171 ] Sander Bylemans commented on NIFI-11469: [~exceptionfactory] Ok, thx! Sorry 'bout

[jira] [Commented] (NIFI-11469) OpenID Connect StandardClientRegistrationProvider scopes should be configurable

2023-04-19 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714178#comment-17714178 ] David Handermann commented on NIFI-11469: - No problem [~sbylemans]! The pull requ

[jira] [Created] (NIFI-11470) SQL Record query TimeZone issue

2023-04-19 Thread Julien G. (Jira)
Julien G. created NIFI-11470: Summary: SQL Record query TimeZone issue Key: NIFI-11470 URL: https://issues.apache.org/jira/browse/NIFI-11470 Project: Apache NiFi Issue Type: Bug Affects Versi

[GitHub] [nifi] bbende merged pull request #7092: NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread via GitHub
bbende merged PR #7092: URL: https://github.com/apache/nifi/pull/7092 -- 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.org

[jira] [Commented] (NIFI-11327) Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714229#comment-17714229 ] ASF subversion and git services commented on NIFI-11327: Commit 3

[jira] [Commented] (NIFI-11327) Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714234#comment-17714234 ] ASF subversion and git services commented on NIFI-11327: Commit 8

[jira] [Updated] (NIFI-11327) Add Export/Import All - NiFi CLI - NiFi Registry

2023-04-19 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-11327: --- Fix Version/s: 2.0.0 1.22.0 Resolution: Fixed Status: Resolved (

[GitHub] [nifi] bejancsaba closed pull request #7140: NIFI-11402 - PutBigQuery fix for case sensitivity and error handling

2023-04-19 Thread via GitHub
bejancsaba closed pull request #7140: NIFI-11402 - PutBigQuery fix for case sensitivity and error handling URL: https://github.com/apache/nifi/pull/7140 -- 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

[jira] [Commented] (NIFI-11402) PutBigQuery processor case sensitive and Append Record Count issues

2023-04-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714276#comment-17714276 ] ASF subversion and git services commented on NIFI-11402: Commit b

[jira] [Commented] (NIFI-11402) PutBigQuery processor case sensitive and Append Record Count issues

2023-04-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714278#comment-17714278 ] ASF subversion and git services commented on NIFI-11402: Commit 6

[GitHub] [nifi] bejancsaba commented on pull request #7140: NIFI-11402 - PutBigQuery fix for case sensitivity and error handling

2023-04-19 Thread via GitHub
bejancsaba commented on PR #7140: URL: https://github.com/apache/nifi/pull/7140#issuecomment-1515247056 Thanks @pvillard31 looks good, merged and backported to support/nifi-1.x as well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (NIFI-11471) Component Timeouts are configurable in Stateless Nifi

2023-04-19 Thread Dye357 (Jira)
Dye357 created NIFI-11471: - Summary: Component Timeouts are configurable in Stateless Nifi Key: NIFI-11471 URL: https://issues.apache.org/jira/browse/NIFI-11471 Project: Apache NiFi Issue Type: Impro

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1562: MINIFICPP-2106 Add 'Use Path Style Access' property to PutS3Object

2023-04-19 Thread via GitHub
szaszm commented on code in PR #1562: URL: https://github.com/apache/nifi-minifi-cpp/pull/1562#discussion_r1172145799 ## extensions/aws/tests/MockS3RequestSender.h: ## @@ -250,6 +252,10 @@ class MockS3RequestSender : public minifi::aws::s3::S3RequestSender { return client_