[GitHub] [nifi-minifi-cpp] adam-markovics commented on a change in pull request #1042: MINIFICPP-1457 - Implement InputRequirements

2021-05-03 Thread GitBox
adam-markovics commented on a change in pull request #1042: URL: https://github.com/apache/nifi-minifi-cpp/pull/1042#discussion_r624923671 ## File path: libminifi/src/FlowController.cpp ## @@ -302,6 +302,10 @@ void FlowController::load(const std::shared_ptr &root, bool

[GitHub] [nifi] gschaer commented on pull request #5047: NIFI-8506 Fix Azure Storage integrated tests.

2021-05-03 Thread GitBox
gschaer commented on pull request #5047: URL: https://github.com/apache/nifi/pull/5047#issuecomment-831122952 > Since you've removed the `@Ignore` it's now failing the check style because it's an unused import. Can you remove the import? @jfrazee I missed that one, my bad. This shoul

[GitHub] [nifi] s9514171 opened a new pull request #5048: NIFI-8471 Parameter Contexts - show referencing process groups

2021-05-03 Thread GitBox
s9514171 opened a new pull request #5048: URL: https://github.com/apache/nifi/pull/5048 Description of PR [https://issues.apache.org/jira/browse/NIFI-8471](https://issues.apache.org/jira/browse/NIFI-8471) Improve the UI for list of all the process groups that are referenc

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1053: MINIFICPP-1373 - Add integration tests for ConsumeKafka and test cleanup issues

2021-05-03 Thread GitBox
adamdebreceni commented on a change in pull request #1053: URL: https://github.com/apache/nifi-minifi-cpp/pull/1053#discussion_r624964602 ## File path: docker/test/integration/minifi/validators/FileOutputValidator.py ## @@ -1,9 +1,47 @@ +import logging +import os + +from os imp

[GitHub] [nifi] turcsanyip commented on pull request #4516: NIFI-7788 Start and Stop actions on a Process Group should enable/disable transmission of RPG's

2021-05-03 Thread GitBox
turcsanyip commented on pull request #4516: URL: https://github.com/apache/nifi/pull/4516#issuecomment-831149247 @tpalfy Thanks for changing the endpoint path! I found the following issue while I was testing the feature on the UI (not related to the path change, I just did not catch

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1053: MINIFICPP-1373 - Add integration tests for ConsumeKafka and test cleanup issues

2021-05-03 Thread GitBox
adamdebreceni commented on a change in pull request #1053: URL: https://github.com/apache/nifi-minifi-cpp/pull/1053#discussion_r625014436 ## File path: docker/test/integration/steps/steps.py ## @@ -256,10 +322,36 @@ def step_impl(context, cluster_name): cluster.set_engine(

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1053: MINIFICPP-1373 - Add integration tests for ConsumeKafka and test cleanup issues

2021-05-03 Thread GitBox
adamdebreceni commented on a change in pull request #1053: URL: https://github.com/apache/nifi-minifi-cpp/pull/1053#discussion_r625019088 ## File path: docker/test/integration/steps/steps.py ## @@ -269,11 +361,117 @@ def step_impl(context, content, file_name, path, seconds):

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1053: MINIFICPP-1373 - Add integration tests for ConsumeKafka and test cleanup issues

2021-05-03 Thread GitBox
szaszm commented on a change in pull request #1053: URL: https://github.com/apache/nifi-minifi-cpp/pull/1053#discussion_r624984755 ## File path: docker/test/integration/MiNiFi_integration_test_driver.py ## @@ -32,34 +36,42 @@ def __init__(self, context): self.file_syst

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1053: MINIFICPP-1373 - Add integration tests for ConsumeKafka and test cleanup issues

2021-05-03 Thread GitBox
adamdebreceni commented on a change in pull request #1053: URL: https://github.com/apache/nifi-minifi-cpp/pull/1053#discussion_r625014436 ## File path: docker/test/integration/steps/steps.py ## @@ -256,10 +322,36 @@ def step_impl(context, cluster_name): cluster.set_engine(

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1053: MINIFICPP-1373 - Add integration tests for ConsumeKafka and test cleanup issues

2021-05-03 Thread GitBox
adamdebreceni commented on a change in pull request #1053: URL: https://github.com/apache/nifi-minifi-cpp/pull/1053#discussion_r625028604 ## File path: docker/test/integration/steps/steps.py ## @@ -120,26 +132,75 @@ def step_impl(context): publish_kafka.set_name("PublishKa

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #1067: MINIFICPP-1553 AWSCredentialsService should be able to refresh its credentials after expiry

2021-05-03 Thread GitBox
lordgamez opened a new pull request #1067: URL: https://github.com/apache/nifi-minifi-cpp/pull/1067 Jira ticket: https://issues.apache.org/jira/browse/MINIFICPP-1553 - Thank you for submitting a contribution to Apache NiFi - MiNiFi C++.

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #1067: MINIFICPP-1553 AWSCredentialsService should be able to refresh its credentials after expiry

2021-05-03 Thread GitBox
szaszm commented on pull request #1067: URL: https://github.com/apache/nifi-minifi-cpp/pull/1067#issuecomment-831228085 Is there any use case where one would not want to refresh these credentials? If not, I would just hardcode the refreshing of these credentials. -- This is an automated

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #1067: MINIFICPP-1553 AWSCredentialsService should be able to refresh its credentials after expiry

2021-05-03 Thread GitBox
lordgamez commented on pull request #1067: URL: https://github.com/apache/nifi-minifi-cpp/pull/1067#issuecomment-831240319 > Is there any use case where one would not want to refresh these credentials? If not, I would just hardcode the refreshing of these credentials. The client sugg

[jira] [Updated] (NIFI-8469) Change ProcessSession so that commits are asynchronous

2021-05-03 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8469: - Status: Patch Available (was: Open) > Change ProcessSession so that commits are asynchronous > --

[jira] [Resolved] (NIFI-7451) SFTP is failing to connect to Remote host

2021-05-03 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-7451. -- Resolution: Duplicate > SFTP is failing to connect to Remote host >

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #1067: MINIFICPP-1553 AWSCredentialsService should be able to refresh its credentials after expiry

2021-05-03 Thread GitBox
lordgamez commented on pull request #1067: URL: https://github.com/apache/nifi-minifi-cpp/pull/1067#issuecomment-831269394 We discussed it and there seem to be no use case that would benefit from turning the automatic credential refresh off. I removed the corresponding property. -- This

[jira] [Commented] (NIFI-8496) NiFi returns 500 error when uploading templates

2021-05-03 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338384#comment-17338384 ] Mark Bean commented on NIFI-8496: - Ultimately, I believe this issue is caused by the fact

[jira] [Comment Edited] (NIFI-8496) NiFi returns 500 error when uploading templates

2021-05-03 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338384#comment-17338384 ] Mark Bean edited comment on NIFI-8496 at 5/3/21, 2:30 PM: -- Ultima

[jira] [Comment Edited] (NIFI-8496) NiFi returns 500 error when uploading templates

2021-05-03 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338384#comment-17338384 ] Mark Bean edited comment on NIFI-8496 at 5/3/21, 2:30 PM: -- Ultima

[jira] [Comment Edited] (NIFI-8496) NiFi returns 500 error when uploading templates

2021-05-03 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338384#comment-17338384 ] Mark Bean edited comment on NIFI-8496 at 5/3/21, 2:31 PM: -- Ultima

[jira] [Comment Edited] (NIFI-8496) NiFi returns 500 error when uploading templates

2021-05-03 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338384#comment-17338384 ] Mark Bean edited comment on NIFI-8496 at 5/3/21, 2:31 PM: -- Ultima

[jira] [Created] (NIFI-8510) CSRF filter blocking requests that contain unrelated cookies

2021-05-03 Thread Nathan Gough (Jira)
Nathan Gough created NIFI-8510: -- Summary: CSRF filter blocking requests that contain unrelated cookies Key: NIFI-8510 URL: https://issues.apache.org/jira/browse/NIFI-8510 Project: Apache NiFi I

[GitHub] [nifi] mattyb149 opened a new pull request #5049: NIFI-6061: Fix CLOB/BLOB handling in PutDatabaseRecord

2021-05-03 Thread GitBox
mattyb149 opened a new pull request #5049: URL: https://github.com/apache/nifi/pull/5049 Co-authored-by: zhangcheng Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Uses some cod

[GitHub] [nifi] thenatog opened a new pull request #5050: NIFI-8510 - Added a more specific CSRF cookie request matcher to avoi…

2021-05-03 Thread GitBox
thenatog opened a new pull request #5050: URL: https://github.com/apache/nifi/pull/5050 …d issues with CSRF 403 response. Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1052: MINIFICPP-1244 Support the Initial Start Position property in TailFile

2021-05-03 Thread GitBox
szaszm closed pull request #1052: URL: https://github.com/apache/nifi-minifi-cpp/pull/1052 -- 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. For queries about this service,

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #1065: MINIFICPP-1504: followup review changes

2021-05-03 Thread GitBox
szaszm commented on pull request #1065: URL: https://github.com/apache/nifi-minifi-cpp/pull/1065#issuecomment-831406267 I messed up the commit msg, but meant to close this with 4fc6f49d -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1065: MINIFICPP-1504: followup review changes

2021-05-03 Thread GitBox
szaszm closed pull request #1065: URL: https://github.com/apache/nifi-minifi-cpp/pull/1065 -- 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. For queries about this service,

[GitHub] [nifi] greyp9 commented on pull request #5040: NIFI-8478; i18n test issues; CI supplies locale to surefire

2021-05-03 Thread GitBox
greyp9 commented on pull request #5040: URL: https://github.com/apache/nifi/pull/5040#issuecomment-831430083 I'd like to keep the test, but it could be refactored to reflect its intent better. It is useful to understand the constraints of the locales in which ci-workflow is running.

[GitHub] [nifi-registry] gresockj commented on pull request #321: NIFIREG-451: Adding nested ParameterContext support

2021-05-03 Thread GitBox
gresockj commented on pull request #321: URL: https://github.com/apache/nifi-registry/pull/321#issuecomment-831437839 Closing for now. This will wait until inherited parameter contexts are available in NiFi proper. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [nifi-registry] gresockj closed pull request #321: NIFIREG-451: Adding nested ParameterContext support

2021-05-03 Thread GitBox
gresockj closed pull request #321: URL: https://github.com/apache/nifi-registry/pull/321 -- 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. For queries about this service, p

[jira] [Commented] (NIFI-8510) CSRF filter blocking requests that contain unrelated cookies

2021-05-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338548#comment-17338548 ] ASF subversion and git services commented on NIFI-8510: --- Commit e169

[GitHub] [nifi] asfgit closed pull request #5050: NIFI-8510 - Added a more specific CSRF cookie request matcher to avoi…

2021-05-03 Thread GitBox
asfgit closed pull request #5050: URL: https://github.com/apache/nifi/pull/5050 -- 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. For queries about this service, please con

[jira] [Resolved] (NIFI-8510) CSRF filter blocking requests that contain unrelated cookies

2021-05-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-8510. Resolution: Fixed > CSRF filter blocking requests that contain unrelated cookies > -

[jira] [Commented] (NIFI-8478) Unable to build the project (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the feature")

2021-05-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338552#comment-17338552 ] ASF subversion and git services commented on NIFI-8478: --- Commit cc55

[GitHub] [nifi] asfgit closed pull request #5040: NIFI-8478; i18n test issues; CI supplies locale to surefire

2021-05-03 Thread GitBox
asfgit closed pull request #5040: URL: https://github.com/apache/nifi/pull/5040 -- 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. For queries about this service, please con

[jira] [Resolved] (NIFI-8478) Unable to build the project (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the feature")

2021-05-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-8478. Fix Version/s: 1.14.0 Resolution: Fixed > Unable to build the project > (XmlUtilsTes

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5049: NIFI-6061: Fix CLOB/BLOB handling in PutDatabaseRecord

2021-05-03 Thread GitBox
exceptionfactory commented on a change in pull request #5049: URL: https://github.com/apache/nifi/pull/5049#discussion_r625350126 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java #

[jira] [Created] (NIFI-8511) Add KeyStore Implementation of KeyProvider

2021-05-03 Thread David Handermann (Jira)
David Handermann created NIFI-8511: -- Summary: Add KeyStore Implementation of KeyProvider Key: NIFI-8511 URL: https://issues.apache.org/jira/browse/NIFI-8511 Project: Apache NiFi Issue Type:

[jira] [Created] (NIFIREG-452) Migrate NiFi Registry into NiFi codebase

2021-05-03 Thread Mark Payne (Jira)
Mark Payne created NIFIREG-452: -- Summary: Migrate NiFi Registry into NiFi codebase Key: NIFIREG-452 URL: https://issues.apache.org/jira/browse/NIFIREG-452 Project: NiFi Registry Issue Type: Task

[jira] [Commented] (NIFIREG-452) Migrate NiFi Registry into NiFi codebase

2021-05-03 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338613#comment-17338613 ] Joe Witt commented on NIFIREG-452: -- similar in spirit to the lessons learned of having

[jira] [Created] (NIFI-8512) NiFi is not efficient when handling nullable types with Avro Reader/Writer

2021-05-03 Thread Mark Payne (Jira)
Mark Payne created NIFI-8512: Summary: NiFi is not efficient when handling nullable types with Avro Reader/Writer Key: NIFI-8512 URL: https://issues.apache.org/jira/browse/NIFI-8512 Project: Apache NiFi

[GitHub] [nifi] markap14 opened a new pull request #5051: NIFI-8512: When converting to/from Avro UNION type, we can be more ef…

2021-05-03 Thread GitBox
markap14 opened a new pull request #5051: URL: https://github.com/apache/nifi/pull/5051 …ficient when the UNION consists of a Null type and one other type by determinine the non-null type and just using that. Also eliminated a call to List.stream() and related .collect() call by using an e

[jira] [Updated] (NIFI-8512) NiFi is not efficient when handling nullable types with Avro Reader/Writer

2021-05-03 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8512: - Fix Version/s: 1.14.0 Status: Patch Available (was: Open) > NiFi is not efficient when handlin

[jira] [Commented] (NIFI-8478) Unable to build the project (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the feature")

2021-05-03 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338635#comment-17338635 ] Paul Grey commented on NIFI-8478: - Interaction with Derby tests in  *nifi-nar-bundles/nif

[GitHub] [nifi] thenatog commented on pull request #5034: NIFI-8445: Implementing VaultCommunicationService

2021-05-03 Thread GitBox
thenatog commented on pull request #5034: URL: https://github.com/apache/nifi/pull/5034#issuecomment-831572165 Looked over the code and tested out the integration test with a locally installed Vault service, looks good to me. +1 -- This is an automated message from the Apache Git Service

[GitHub] [nifi] jfrazee commented on pull request #5034: NIFI-8445: Implementing VaultCommunicationService

2021-05-03 Thread GitBox
jfrazee commented on pull request #5034: URL: https://github.com/apache/nifi/pull/5034#issuecomment-831583976 @gresockj I have a high level question about the interfaces. Is there anything we can pull up a level? `VaultCommunicationService`, `VaultProperty`, and `VaultProperties` mostly lo

[GitHub] [nifi-registry] mtien-apache commented on pull request #319: NIFIREG-395 - Implemented the ability to import and export versioned flows through the UI

2021-05-03 Thread GitBox
mtien-apache commented on pull request #319: URL: https://github.com/apache/nifi-registry/pull/319#issuecomment-831591230 > > Related to my last comment, here are the messages in the error dialogs I have found so far: > > > > * Non flow definition JSON file: "Cannot create versioned

[jira] [Reopened] (NIFI-8478) Unable to build the project (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the feature")

2021-05-03 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt reopened NIFI-8478: > Unable to build the project > (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ > "SAXPars

[jira] [Commented] (NIFI-8478) Unable to build the project (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the feature")

2021-05-03 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338661#comment-17338661 ] Joe Witt commented on NIFI-8478: [ERROR] Errors: [ERROR] TestJdbcClobReadable.testClobW

[jira] [Commented] (NIFI-8478) Unable to build the project (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the feature")

2021-05-03 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338665#comment-17338665 ] Joey Frazee commented on NIFI-8478: --- Was just in the middle of reporting this. The TestJ

[GitHub] [nifi] greyp9 opened a new pull request #5052: NIFI-8478 - handle undefined system property 'user.region'

2021-05-03 Thread GitBox
greyp9 opened a new pull request #5052: URL: https://github.com/apache/nifi/pull/5052 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Handle run of test suite when user.region not defin

[GitHub] [nifi] greyp9 commented on pull request #5052: NIFI-8478 - handle undefined system property 'user.region'

2021-05-03 Thread GitBox
greyp9 commented on pull request #5052: URL: https://github.com/apache/nifi/pull/5052#issuecomment-831601308 CI on branch successful. Also ran site against local environment, where "user.region" is unset. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [nifi] greyp9 edited a comment on pull request #5052: NIFI-8478 - handle undefined system property 'user.region'

2021-05-03 Thread GitBox
greyp9 edited a comment on pull request #5052: URL: https://github.com/apache/nifi/pull/5052#issuecomment-831601308 CI on branch successful. Also ran site against local environment, where "user.region" is unset. https://github.com/greyp9/nifi/actions/runs/808240028 -- This is an

[jira] [Commented] (NIFI-8478) Unable to build the project (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the feature")

2021-05-03 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338678#comment-17338678 ] Joe Witt commented on NIFI-8478: running locally now as well. will confirm results in 10

[GitHub] [nifi] jfrazee closed pull request #5047: NIFI-8506 Fix Azure Storage integrated tests.

2021-05-03 Thread GitBox
jfrazee closed pull request #5047: URL: https://github.com/apache/nifi/pull/5047 -- 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. For queries about this service, please co

[jira] [Commented] (NIFI-8506) Azure Integration tests fail

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

[jira] [Resolved] (NIFI-8506) Azure Integration tests fail

2021-05-03 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee resolved NIFI-8506. --- Fix Version/s: 1.14.0 Resolution: Fixed > Azure Integration tests fail > -

[GitHub] [nifi] asfgit closed pull request #5052: NIFI-8478 - handle undefined system property 'user.region'

2021-05-03 Thread GitBox
asfgit closed pull request #5052: URL: https://github.com/apache/nifi/pull/5052 -- 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. For queries about this service, please con

[jira] [Commented] (NIFI-8478) Unable to build the project (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the feature")

2021-05-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338690#comment-17338690 ] ASF subversion and git services commented on NIFI-8478: --- Commit a74c

[jira] [Resolved] (NIFI-8478) Unable to build the project (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the feature")

2021-05-03 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt resolved NIFI-8478. Resolution: Fixed > Unable to build the project > (XmlUtilsTest.testShouldHandleXXEInDocumentBuilder:97 ass

[GitHub] [nifi] joewitt commented on pull request #5052: NIFI-8478 - handle undefined system property 'user.region'

2021-05-03 Thread GitBox
joewitt commented on pull request #5052: URL: https://github.com/apache/nifi/pull/5052#issuecomment-831607338 +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 the URL above to go to the specific comme

[GitHub] [nifi] gresockj commented on pull request #5034: NIFI-8445: Implementing VaultCommunicationService

2021-05-03 Thread GitBox
gresockj commented on pull request #5034: URL: https://github.com/apache/nifi/pull/5034#issuecomment-831612138 @jfrazee Good questions. I'm using the term "Vault" as implementation-specific shorthand for HashiCorp Vault (similar to Spring, which calls their HashiCorp Vault service simply

[GitHub] [nifi] markobean opened a new pull request #5053: NIFI-8496: eliminate 500 error when uploading templates

2021-05-03 Thread GitBox
markobean opened a new pull request #5053: URL: https://github.com/apache/nifi/pull/5053 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug NIFI-._

[GitHub] [nifi-registry] andrewmlim commented on pull request #319: NIFIREG-395 - Implemented the ability to import and export versioned flows through the UI

2021-05-03 Thread GitBox
andrewmlim commented on pull request #319: URL: https://github.com/apache/nifi-registry/pull/319#issuecomment-831650739 > > Although I agree the error message could be better, it at least points to which line the error is found. I believe this is sufficient for the time being. Thoughts

[jira] [Updated] (NIFI-7459) confluent schema registry controller service wont initialize in stateless runtime

2021-05-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-7459: --- Priority: Minor (was: Blocker) > confluent schema registry controller service wont initialize

[jira] [Updated] (NIFI-8438) 2021-04-17 13:00:06,613 WARN [qtp771920473-7277] o.a.n.p.standard.HandleHttpRequest HandleHttpRequest[id=3ea84d6d-042d-36bd-34e7-d7f47919c28d] Request from 172.30.28.101

2021-05-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8438: --- Priority: Minor (was: Blocker) > 2021-04-17 13:00:06,613 WARN [qtp771920473-7277] > o.a.n.p

[GitHub] [nifi] exceptionfactory commented on pull request #5012: NIFI-8417 emoji in processor group name cause nifi to not start up

2021-05-03 Thread GitBox
exceptionfactory commented on pull request #5012: URL: https://github.com/apache/nifi/pull/5012#issuecomment-831655216 @s9514171 Thank you for the contribution. Unfortunately it looks like the GitHub automated builds for Java 8 failed, and the failures appear to be related to the new depe

[jira] [Created] (NIFI-8513) Upgrade Spring Framework to 4.3.30

2021-05-03 Thread David Handermann (Jira)
David Handermann created NIFI-8513: -- Summary: Upgrade Spring Framework to 4.3.30 Key: NIFI-8513 URL: https://issues.apache.org/jira/browse/NIFI-8513 Project: Apache NiFi Issue Type: Improvem

[GitHub] [nifi] exceptionfactory opened a new pull request #5054: NIFI-8513 Upgraded Spring Framework to 4.3.30

2021-05-03 Thread GitBox
exceptionfactory opened a new pull request #5054: URL: https://github.com/apache/nifi/pull/5054 Description of PR NIFI-8513 Upgrades Spring Framework from 4.3.19 to 4.3.30 and Spring Security 4.2.13 and 4.2.20. Updates also include disabling unnecessary snapshot retrieval atte

[jira] [Updated] (NIFI-8513) Upgrade Spring Framework to 4.3.30

2021-05-03 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8513: --- Status: Patch Available (was: In Progress) > Upgrade Spring Framework to 4.3.30 > ---