[GitHub] [nifi] nandorsoma commented on a diff in pull request #6769: NIFI-10955 - Added JASN1Reader the ability to try to adjust for unsupported ASN features

2023-03-08 Thread via GitHub
nandorsoma commented on code in PR #6769: URL: https://github.com/apache/nifi/pull/6769#discussion_r1129100470 ## nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/src/main/java/org/apache/nifi/jasn1/JASN1Reader.java: ## @@ -134,17 +135,32 @@ public class JASN1Reader extends

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1511: MINIFICPP-1716 Recover core dumps from CI

2023-03-08 Thread via GitHub
lordgamez commented on code in PR #1511: URL: https://github.com/apache/nifi-minifi-cpp/pull/1511#discussion_r1129159524 ## .github/workflows/ci.yml: ## @@ -37,11 +37,28 @@ jobs: export LDFLAGS="-L/usr/local/opt/flex/lib" export CPPFLAGS="-I/usr/local/opt/f

[GitHub] [nifi] nandorsoma commented on a diff in pull request #6769: NIFI-10955 - Added JASN1Reader the ability to try to adjust for unsupported ASN features

2023-03-08 Thread via GitHub
nandorsoma commented on code in PR #6769: URL: https://github.com/apache/nifi/pull/6769#discussion_r1129108350 ## nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/src/main/java/org/apache/nifi/jasn1/preprocess/preprocessors/ConstraintAsnPreprocessor.java: ## @@ -0,0 +1,91 @@

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1511: MINIFICPP-1716 Recover core dumps from CI

2023-03-08 Thread via GitHub
fgerlits commented on code in PR #1511: URL: https://github.com/apache/nifi-minifi-cpp/pull/1511#discussion_r1129182106 ## .github/workflows/ci.yml: ## @@ -37,11 +37,28 @@ jobs: export LDFLAGS="-L/usr/local/opt/flex/lib" export CPPFLAGS="-I/usr/local/opt/fl

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1511: MINIFICPP-1716 Recover core dumps from CI

2023-03-08 Thread via GitHub
lordgamez commented on code in PR #1511: URL: https://github.com/apache/nifi-minifi-cpp/pull/1511#discussion_r1129199398 ## .github/workflows/ci.yml: ## @@ -37,11 +37,28 @@ jobs: export LDFLAGS="-L/usr/local/opt/flex/lib" export CPPFLAGS="-I/usr/local/opt/f

[jira] [Created] (MINIFICPP-2072) Docker test for ListenSyslog/ReplaceText workflow

2023-03-08 Thread Martin Zink (Jira)
Martin Zink created MINIFICPP-2072: -- Summary: Docker test for ListenSyslog/ReplaceText workflow Key: MINIFICPP-2072 URL: https://issues.apache.org/jira/browse/MINIFICPP-2072 Project: Apache NiFi MiNiF

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1508: MINIFICPP-2040 - Avoid deserializing flow files just to be deleted

2023-03-08 Thread via GitHub
adamdebreceni commented on code in PR #1508: URL: https://github.com/apache/nifi-minifi-cpp/pull/1508#discussion_r1129244376 ## extensions/rocksdb-repos/FlowFileRepository.cpp: ## @@ -43,50 +43,67 @@ void FlowFileRepository::flush() { auto batch = opendb->createWriteBatch();

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1508: MINIFICPP-2040 - Avoid deserializing flow files just to be deleted

2023-03-08 Thread via GitHub
adamdebreceni commented on code in PR #1508: URL: https://github.com/apache/nifi-minifi-cpp/pull/1508#discussion_r1129244175 ## extensions/rocksdb-repos/FlowFileRepository.cpp: ## @@ -43,50 +43,67 @@ void FlowFileRepository::flush() { auto batch = opendb->createWriteBatch();

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1511: MINIFICPP-1716 Recover core dumps from CI

2023-03-08 Thread via GitHub
adamdebreceni commented on code in PR #1511: URL: https://github.com/apache/nifi-minifi-cpp/pull/1511#discussion_r1129254375 ## .github/workflows/ci.yml: ## @@ -196,13 +247,36 @@ jobs: - id: build run: | if [ -d ~/.ccache ]; then mv ~/.ccache .; fi -

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1511: MINIFICPP-1716 Recover core dumps from CI

2023-03-08 Thread via GitHub
adamdebreceni commented on code in PR #1511: URL: https://github.com/apache/nifi-minifi-cpp/pull/1511#discussion_r1129254375 ## .github/workflows/ci.yml: ## @@ -196,13 +247,36 @@ jobs: - id: build run: | if [ -d ~/.ccache ]; then mv ~/.ccache .; fi -

[jira] [Created] (NIFI-11260) Add SSL Context Service in AWSCredentialsProviderControllerService

2023-03-08 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-11260: -- Summary: Add SSL Context Service in AWSCredentialsProviderControllerService Key: NIFI-11260 URL: https://issues.apache.org/jira/browse/NIFI-11260 Project: Apache

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

2023-03-08 Thread via GitHub
adamdebreceni commented on code in PR #1490: URL: https://github.com/apache/nifi-minifi-cpp/pull/1490#discussion_r1129300068 ## extensions/rocksdb-repos/ProvenanceRepository.cpp: ## @@ -145,9 +112,12 @@ void ProvenanceRepository::destroy() { } uint64_t ProvenanceRepository::

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

2023-03-08 Thread via GitHub
adamdebreceni commented on code in PR #1490: URL: https://github.com/apache/nifi-minifi-cpp/pull/1490#discussion_r1129327118 ## extensions/rocksdb-repos/database/OpenRocksDb.cpp: ## @@ -118,8 +114,15 @@ rocksdb::DB* OpenRocksDb::get() { return impl_.get(); } -} // namespa

[GitHub] [nifi-minifi-cpp] fgerlits opened a new pull request, #1527: MINIFICPP-2030 Expose InFlightMessageCounter in PublishMQTT as processor metric

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

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

2023-03-08 Thread via GitHub
adamdebreceni commented on code in PR #1490: URL: https://github.com/apache/nifi-minifi-cpp/pull/1490#discussion_r1129354900 ## libminifi/src/core/repository/VolatileRepository.cpp: ## @@ -71,6 +71,9 @@ bool VolatileRepository::Put(const std::string& key, const uint8_t *buf, si

[GitHub] [nifi] slambrose commented on pull request #6993: NIFI-11231 Stateless NiFi sensitive parameter context support

2023-03-08 Thread via GitHub
slambrose commented on PR #6993: URL: https://github.com/apache/nifi/pull/6993#issuecomment-1460134990 Use case: We are attempting to use stateless NiFi in k8s to process data while providing a horizontally scaled approach. Some of our users' flows are using sensitive parameters, so we h

[jira] [Commented] (NIFI-11147) Allow QuerySalesforceObject to query all existing fields

2023-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697911#comment-17697911 ] ASF subversion and git services commented on NIFI-11147: Commit e

[jira] [Commented] (NIFI-11234) NPE in QuerySalesforceObject

2023-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697913#comment-17697913 ] ASF subversion and git services commented on NIFI-11234: Commit 2

[jira] [Commented] (NIFI-11147) Allow QuerySalesforceObject to query all existing fields

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

[jira] [Commented] (NIFI-10966) Add the feature to QuerySalesforceObject to accept custom queries

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

[jira] [Updated] (NIFI-10966) Add the feature to QuerySalesforceObject to accept custom queries

2023-03-08 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-10966: --- Fix Version/s: 1.21.0 > Add the feature to QuerySalesforceObject to accept custom queries > -

[jira] [Updated] (NIFI-11147) Allow QuerySalesforceObject to query all existing fields

2023-03-08 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-11147: --- Fix Version/s: 1.21.0 > Allow QuerySalesforceObject to query all existing fields > --

[jira] [Updated] (NIFI-11234) NPE in QuerySalesforceObject

2023-03-08 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-11234: --- Fix Version/s: 1.21.0 > NPE in QuerySalesforceObject > > >

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1492: MINIFICPP-2021 Auto-generate extra doc sections in PROCESSORS.md

2023-03-08 Thread via GitHub
adamdebreceni commented on code in PR #1492: URL: https://github.com/apache/nifi-minifi-cpp/pull/1492#discussion_r1129461061 ## extensions/http-curl/processors/InvokeHTTP.cpp: ## @@ -149,6 +149,13 @@ const core::Relationship InvokeHTTP::RelFailure("failure", "The original F

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1492: MINIFICPP-2021 Auto-generate extra doc sections in PROCESSORS.md

2023-03-08 Thread via GitHub
adamdebreceni commented on code in PR #1492: URL: https://github.com/apache/nifi-minifi-cpp/pull/1492#discussion_r1129475052 ## extensions/http-curl/processors/InvokeHTTP.cpp: ## @@ -149,6 +149,13 @@ const core::Relationship InvokeHTTP::RelFailure("failure", "The original F

[jira] [Commented] (NIFI-11144) Fix failing tests for ConsumeJMS/PublishJMS

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

[GitHub] [nifi] exceptionfactory commented on pull request #6993: NIFI-11231 Stateless NiFi sensitive parameter context support

2023-03-08 Thread via GitHub
exceptionfactory commented on PR #6993: URL: https://github.com/apache/nifi/pull/6993#issuecomment-1460246061 > Use case: We are attempting to use stateless NiFi in k8s to process data while providing a horizontally scaled approach. Some of our users' flows are using sensitive parameters, s

[GitHub] [nifi] slambrose commented on pull request #6993: NIFI-11231 Stateless NiFi sensitive parameter context support

2023-03-08 Thread via GitHub
slambrose commented on PR #6993: URL: https://github.com/apache/nifi/pull/6993#issuecomment-1460261250 > > Use case: We are attempting to use stateless NiFi in k8s to process data while providing a horizontally scaled approach. Some of our users' flows are using sensitive parameters, so we

[GitHub] [nifi-maven] kevdoran opened a new pull request, #30: NIFI-11218 Upgrade core dependencies

2023-03-08 Thread via GitHub
kevdoran opened a new pull request, #30: URL: https://github.com/apache/nifi-maven/pull/30 - Includes code changes to support migrating maven-dependency from 2.x to 3.x - Sets `1.5.0` as the next target version for the NiFi NAR Maven Plugin, as this is a major change in dependencies --

[jira] [Updated] (NIFI-11218) Upgrade dependencies in NAR Maven Plugin

2023-03-08 Thread Kevin Doran (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran updated NIFI-11218: --- Status: Patch Available (was: Open) > Upgrade dependencies in NAR Maven Plugin > ---

[jira] [Updated] (NIFI-11217) NiFi NAR Maven Plugin fails to build external NARs with transitive, provided dependencies.

2023-03-08 Thread Kevin Doran (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran updated NIFI-11217: --- Status: Patch Available (was: In Progress) > NiFi NAR Maven Plugin fails to build external NARs with

[GitHub] [nifi-minifi-cpp] fgerlits commented on a diff in pull request #1492: MINIFICPP-2021 Auto-generate extra doc sections in PROCESSORS.md

2023-03-08 Thread via GitHub
fgerlits commented on code in PR #1492: URL: https://github.com/apache/nifi-minifi-cpp/pull/1492#discussion_r1129605930 ## extensions/http-curl/processors/InvokeHTTP.cpp: ## @@ -149,6 +149,13 @@ const core::Relationship InvokeHTTP::RelFailure("failure", "The original FlowFi

[jira] [Resolved] (NIFI-11166) IdentifyMimeType processor identifies flowfile-v3 as video/x-ms-wmv when containing wmv file

2023-03-08 Thread Nissim Shiman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nissim Shiman resolved NIFI-11166. -- Resolution: Duplicate > IdentifyMimeType processor identifies flowfile-v3 as video/x-ms-wmv whe

[GitHub] [nifi] tpalfy commented on pull request #6987: NIFI-11137 Add record support to Consume/PublishJMS

2023-03-08 Thread via GitHub
tpalfy commented on PR #6987: URL: https://github.com/apache/nifi/pull/6987#issuecomment-1460369270 Reviewing -- 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

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #4901: NIFI-8326: Send records as individual messages in Kafka RecordSinks

2023-03-08 Thread via GitHub
exceptionfactory commented on code in PR #4901: URL: https://github.com/apache/nifi/pull/4901#discussion_r1129694093 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/java/org/apache/nifi/record/sink/kafka/KafkaRecordSink_2_6.java: ## @@ -226,65 +232,80 @@

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #4901: NIFI-8326: Send records as individual messages in Kafka RecordSinks

2023-03-08 Thread via GitHub
exceptionfactory commented on code in PR #4901: URL: https://github.com/apache/nifi/pull/4901#discussion_r1129699796 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/java/org/apache/nifi/record/sink/kafka/KafkaRecordSink_2_6.java: ## @@ -226,65 +232,80 @@

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #4901: NIFI-8326: Send records as individual messages in Kafka RecordSinks

2023-03-08 Thread via GitHub
exceptionfactory commented on code in PR #4901: URL: https://github.com/apache/nifi/pull/4901#discussion_r1129697755 ## nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/java/org/apache/nifi/record/sink/kafka/KafkaRecordSink_2_6.java: ## @@ -160,6 +165,7 @@ p

[jira] [Commented] (NIFI-11257) Improve Reliability of GitHub Runner Artifact Retrieval

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

[GitHub] [nifi] markap14 merged pull request #7020: NIFI-11257 Enable Maven HTTP pooling and additional retries

2023-03-08 Thread via GitHub
markap14 merged PR #7020: URL: https://github.com/apache/nifi/pull/7020 -- 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] [Updated] (NIFI-11257) Improve Reliability of GitHub Runner Artifact Retrieval

2023-03-08 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-11257: -- Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed Status: Resolved (wa

[GitHub] [nifi] markap14 commented on pull request #7020: NIFI-11257 Enable Maven HTTP pooling and additional retries

2023-03-08 Thread via GitHub
markap14 commented on PR #7020: URL: https://github.com/apache/nifi/pull/7020#issuecomment-1460471184 Thanks @exceptionfactory this is really helpful. +1 merged to main -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [nifi] simonbence commented on a diff in pull request #7017: NIFI-11213 Showing version change in older (pre 1.18.0) contained version flows properly

2023-03-08 Thread via GitHub
simonbence commented on code in PR #7017: URL: https://github.com/apache/nifi/pull/7017#discussion_r1129758652 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/util/FlowDifferenceFilters.java: ## @@ -192,22 +193,13

[GitHub] [nifi] mcgilman commented on a diff in pull request #6968: NIFI-11194 Remove gzip CSS and JS from nifi-web-ui

2023-03-08 Thread via GitHub
mcgilman commented on code in PR #6968: URL: https://github.com/apache/nifi/pull/6968#discussion_r1129762289 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml: ## @@ -896,81 +896,45 @@

[GitHub] [nifi] mcgilman merged pull request #6968: NIFI-11194 Remove gzip CSS and JS from nifi-web-ui

2023-03-08 Thread via GitHub
mcgilman merged PR #6968: URL: https://github.com/apache/nifi/pull/6968 -- 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] [Updated] (NIFI-11194) Remove unused gzip CSS and JS bundling from nifi-web-ui

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

[jira] [Commented] (NIFI-11194) Remove unused gzip CSS and JS bundling from nifi-web-ui

2023-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17698012#comment-17698012 ] ASF subversion and git services commented on NIFI-11194: Commit c

[GitHub] [nifi] krisztina-zsihovszki commented on a diff in pull request #7019: NIFI-11224: Refactor and FF attribute support in WHERE in QuerySalesf…

2023-03-08 Thread via GitHub
krisztina-zsihovszki commented on code in PR #7019: URL: https://github.com/apache/nifi/pull/7019#discussion_r1129770785 ## nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java: ## @@ -1

[GitHub] [nifi] krisztina-zsihovszki commented on a diff in pull request #7019: NIFI-11224: Refactor and FF attribute support in WHERE in QuerySalesf…

2023-03-08 Thread via GitHub
krisztina-zsihovszki commented on code in PR #7019: URL: https://github.com/apache/nifi/pull/7019#discussion_r1129775136 ## nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java: ## @@ -3

[jira] [Updated] (NIFI-11194) Remove unused gzip CSS and JS bundling from nifi-web-ui

2023-03-08 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-11194: --- Fix Version/s: 1.21.0 > Remove unused gzip CSS and JS bundling from nifi-web-ui > ---

[GitHub] [nifi] krisztina-zsihovszki commented on a diff in pull request #7019: NIFI-11224: Refactor and FF attribute support in WHERE in QuerySalesf…

2023-03-08 Thread via GitHub
krisztina-zsihovszki commented on code in PR #7019: URL: https://github.com/apache/nifi/pull/7019#discussion_r1129771182 ## nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java: ## @@ -1

[GitHub] [nifi] dan-s1 commented on pull request #7016: [NIFI-10792] Fixed bug to allow for processing files larger than 10MB…

2023-03-08 Thread via GitHub
dan-s1 commented on PR #7016: URL: https://github.com/apache/nifi/pull/7016#issuecomment-1460523830 @exceptionfactory I did not end up including the unit test I had as it was a unit which tested with a 20MB file. I would have thought there should be a unit test to exercise the change I made

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6968: NIFI-11194 Remove gzip CSS and JS from nifi-web-ui

2023-03-08 Thread via GitHub
exceptionfactory commented on code in PR #6968: URL: https://github.com/apache/nifi/pull/6968#discussion_r1129777336 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml: ## @@ -896,81 +896,45 @@

[GitHub] [nifi] krisztina-zsihovszki commented on a diff in pull request #7019: NIFI-11224: Refactor and FF attribute support in WHERE in QuerySalesf…

2023-03-08 Thread via GitHub
krisztina-zsihovszki commented on code in PR #7019: URL: https://github.com/apache/nifi/pull/7019#discussion_r1129767879 ## nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java: ## @@ -5

[jira] [Commented] (NIFI-11257) Improve Reliability of GitHub Runner Artifact Retrieval

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

[jira] [Commented] (NIFI-11194) Remove unused gzip CSS and JS bundling from nifi-web-ui

2023-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17698016#comment-17698016 ] ASF subversion and git services commented on NIFI-11194: Commit c

[GitHub] [nifi] mh013370 commented on pull request #7016: [NIFI-10792] Fixed bug to allow for processing files larger than 10MB…

2023-03-08 Thread via GitHub
mh013370 commented on PR #7016: URL: https://github.com/apache/nifi/pull/7016#issuecomment-1460537814 > @exceptionfactory I did not end up including the unit test I had as it was a unit which tested with a 20MB file. I would have thought there should be a unit test to exercise the change I

[GitHub] [nifi] exceptionfactory commented on pull request #7016: [NIFI-10792] Fixed bug to allow for processing files larger than 10MB…

2023-03-08 Thread via GitHub
exceptionfactory commented on PR #7016: URL: https://github.com/apache/nifi/pull/7016#issuecomment-1460568600 Thanks for the comment @mh013370, this issue is similar to the size limits for Tar files resolved in #6369. @dan-s1, Although unit tests are the preferred way to confirm expec

[jira] [Resolved] (NIFI-2935) GetAzureEventHub freezes after period of reading data

2023-03-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-2935. Resolution: Cannot Reproduce The GetAzureEventHub Processor has gone through several revisio

[GitHub] [nifi-maven] bbende merged pull request #29: NIFI-11217 Fix building external NARs with transitive dependencies...

2023-03-08 Thread via GitHub
bbende merged PR #29: URL: https://github.com/apache/nifi-maven/pull/29 -- 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] [Updated] (NIFI-11217) NiFi NAR Maven Plugin fails to build external NARs with transitive, provided dependencies.

2023-03-08 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-11217: --- Resolution: Fixed Status: Resolved (was: Patch Available) > NiFi NAR Maven Plugin fails to b

[GitHub] [nifi-maven] bbende merged pull request #30: NIFI-11218 Upgrade core dependencies

2023-03-08 Thread via GitHub
bbende merged PR #30: URL: https://github.com/apache/nifi-maven/pull/30 -- 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] [Updated] (NIFI-11218) Upgrade dependencies in NAR Maven Plugin

2023-03-08 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-11218: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Upgrade dependencies in NAR Mave

[jira] [Resolved] (NIFI-2835) GetAzureEventHub processor should leverage partition offset to better handle restarts

2023-03-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-2835. Assignee: David Handermann (was: Eric Ulicny) Resolution: Won't Fix As described in t

[jira] [Created] (NIFI-11261) GetAzureEventHub does not disconnect on Primary Node Changes

2023-03-08 Thread David Handermann (Jira)
David Handermann created NIFI-11261: --- Summary: GetAzureEventHub does not disconnect on Primary Node Changes Key: NIFI-11261 URL: https://issues.apache.org/jira/browse/NIFI-11261 Project: Apache NiFi

[jira] [Resolved] (NIFI-8989) Azure Managed Identities for EventHub - ConsumeAzureEventHub and GetAzureEventHub

2023-03-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-8989. Resolution: Duplicate > Azure Managed Identities for EventHub - ConsumeAzureEventHub and >

[jira] [Resolved] (NIFI-3070) Add integration tests for PutAzureEventHub and GetAzureEventHub

2023-03-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-3070. Resolution: Won't Fix Current unit tests use a mocked extension of the Processors to exercis

[jira] [Commented] (NIFI-11217) NiFi NAR Maven Plugin fails to build external NARs with transitive, provided dependencies.

2023-03-08 Thread Kevin Doran (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17698075#comment-17698075 ] Kevin Doran commented on NIFI-11217: Credit to Julien G for reporting and helping us

[GitHub] [nifi] gresockj commented on pull request #6993: NIFI-11231 Stateless NiFi sensitive parameter context support

2023-03-08 Thread via GitHub
gresockj commented on PR #6993: URL: https://github.com/apache/nifi/pull/6993#issuecomment-1460864476 > Hmm.. I'm not sure Parameter Value Provider would work for us since these have to be passed in on runtime and known beforehand. We're going to be supporting a variety of flows stored

[GitHub] [nifi] turcsanyip opened a new pull request, #7021: NIFI-11260: Added SSL Context Service in AWSCredentialsProviderContro…

2023-03-08 Thread via GitHub
turcsanyip opened a new pull request, #7021: URL: https://github.com/apache/nifi/pull/7021 …llerService # Summary [NIFI-11260](https://issues.apache.org/jira/browse/NIFI-11260) # Tracking Please complete the follo

[jira] [Updated] (NIFI-11260) Add SSL Context Service in AWSCredentialsProviderControllerService

2023-03-08 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-11260: --- Status: Patch Available (was: Open) > Add SSL Context Service in AWSCredentialsProviderContr

[jira] [Created] (NIFI-11262) Correct test scope for Bouncy Castle in nifi-security-kerberos

2023-03-08 Thread David Handermann (Jira)
David Handermann created NIFI-11262: --- Summary: Correct test scope for Bouncy Castle in nifi-security-kerberos Key: NIFI-11262 URL: https://issues.apache.org/jira/browse/NIFI-11262 Project: Apache Ni

[GitHub] [nifi] exceptionfactory opened a new pull request, #7022: NIFI-11262 Correct scope for bcprov-jdk18on in nifi-security-kerberos

2023-03-08 Thread via GitHub
exceptionfactory opened a new pull request, #7022: URL: https://github.com/apache/nifi/pull/7022 # Summary [NIFI-11262](https://issues.apache.org/jira/browse/NIFI-11262) Corrects the scope of the Bouncy Castle `bcprov-jdk18on` library in `nifi-security-kerberos` to `test`, avoiding u

[jira] [Updated] (NIFI-11262) Correct test scope for Bouncy Castle in nifi-security-kerberos

2023-03-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11262: Status: Patch Available (was: Open) > Correct test scope for Bouncy Castle in nifi-securit

[jira] [Updated] (NIFI-11262) Correct test scope for Bouncy Castle in nifi-security-kerberos

2023-03-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11262: Fix Version/s: 2.0.0 1.21.0 > Correct test scope for Bouncy Castle in ni

[GitHub] [nifi] exceptionfactory opened a new pull request, #7023: NIFI-11261 Add Primary Node State handling to GetAzureEventHub

2023-03-08 Thread via GitHub
exceptionfactory opened a new pull request, #7023: URL: https://github.com/apache/nifi/pull/7023 # Summary [NIFI-11261](https://issues.apache.org/jira/browse/NIFI-11261) Adds Primary Node State Change handling to `GetAzureEventHub` to improve Processor behavior in a clustered deploym

[jira] [Updated] (NIFI-11261) GetAzureEventHub does not disconnect on Primary Node Changes

2023-03-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11261: Status: Patch Available (was: In Progress) > GetAzureEventHub does not disconnect on Prima