[jira] [Updated] (NIFI-8393) PutDatabaseRecord PostgreSQL JSON column order invalid type inference

2021-04-02 Thread Dorian Bugeja (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-8393: Description: Hi, I'm having some weird behaviour with PutDatabaseRecord 1.13.2 connecting to Postg

[jira] [Created] (NIFI-8393) PutDatabaseRecord PostgreSQL JSON column order invalid type inference

2021-04-02 Thread Dorian Bugeja (Jira)
Dorian Bugeja created NIFI-8393: --- Summary: PutDatabaseRecord PostgreSQL JSON column order invalid type inference Key: NIFI-8393 URL: https://issues.apache.org/jira/browse/NIFI-8393 Project: Apache NiFi

[GitHub] [nifi] exceptionfactory commented on pull request #4857: NIFI-8230 Removed default Sensitive Properties Key

2021-04-02 Thread GitBox
exceptionfactory commented on pull request #4857: URL: https://github.com/apache/nifi/pull/4857#issuecomment-812720407 > @exceptionfactory I gave this a try. Loaded up a flow created on `main` and then tried to startup. It failed almost immediately, telling me that i had to set the sensiti

[GitHub] [nifi] gresockj commented on a change in pull request #4842: NIFI-8251 Added EncryptContentPGP and DecryptContentPGP Processors

2021-04-02 Thread GitBox
gresockj commented on a change in pull request #4842: URL: https://github.com/apache/nifi/pull/4842#discussion_r606351601 ## File path: nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service/src/main/java/org/apache/nifi/pgp/service/standard/StandardPGPPrivateKeyService.java ## @@

[GitHub] [nifi] jlpedrosa commented on pull request #4945: NIFI-8374 Refactor readOnly to accessMode in ApiModelProperty usages

2021-04-02 Thread GitBox
jlpedrosa commented on pull request #4945: URL: https://github.com/apache/nifi/pull/4945#issuecomment-812670953 thanks @MikeThomsen for the review and fixing the message, I think it may have been an issue when I re-wrote history, I was doing multiple PR. -- This is an automated message f

[GitHub] [nifi] exceptionfactory commented on pull request #4827: NIFI-8037 Support TLSv1.3 in SSLContextService on Java 8

2021-04-02 Thread GitBox
exceptionfactory commented on pull request #4827: URL: https://github.com/apache/nifi/pull/4827#issuecomment-812654389 > Code logic and style looks good to me. I tested this out with Azul Zulu JDK 1.8.0_282, and was able to verify in Chrome that using a HandleHttpRequest processor configur

[jira] [Resolved] (NIFI-8374) ApiModelProperty readOnly is deprecated

2021-04-02 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen resolved NIFI-8374. Fix Version/s: 1.14.0 Resolution: Fixed > ApiModelProperty readOnly is deprecated > -

[jira] [Updated] (NIFI-8374) ApiModelProperty readOnly is deprecated

2021-04-02 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen updated NIFI-8374: --- Priority: Minor (was: Major) > ApiModelProperty readOnly is deprecated >

[jira] [Commented] (NIFI-8374) ApiModelProperty readOnly is deprecated

2021-04-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314015#comment-17314015 ] ASF subversion and git services commented on NIFI-8374: --- Commit f21c

[GitHub] [nifi] asfgit closed pull request #4945: NIFI-8374 Refactor readOnly to accessMode in ApiModelProperty usages

2021-04-02 Thread GitBox
asfgit closed pull request #4945: URL: https://github.com/apache/nifi/pull/4945 -- 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

[GitHub] [nifi] MikeThomsen commented on pull request #4945: NIFI-8374 Refactor readOnly to accessMode in ApiModelProperty usages

2021-04-02 Thread GitBox
MikeThomsen commented on pull request #4945: URL: https://github.com/apache/nifi/pull/4945#issuecomment-812651886 FYI, looks like you copied and pasted your commit message for another commit into this one. I'm going to rewrite your commit message. -- This is an automated message from the

[GitHub] [nifi] gresockj commented on pull request #4827: NIFI-8037 Support TLSv1.3 in SSLContextService on Java 8

2021-04-02 Thread GitBox
gresockj commented on pull request #4827: URL: https://github.com/apache/nifi/pull/4827#issuecomment-812636399 Code logic and style looks good to me. I tested this out with Azul Zulu JDK 1.8.0_282, and was able to verify in Chrome that using a HandleHttpRequest processor configured with a

[GitHub] [nifi] markap14 commented on pull request #4857: NIFI-8230 Removed default Sensitive Properties Key

2021-04-02 Thread GitBox
markap14 commented on pull request #4857: URL: https://github.com/apache/nifi/pull/4857#issuecomment-812597084 @exceptionfactory I gave this a try. Loaded up a flow created on `main` and then tried to startup. It failed almost immediately, telling me that i had to set the sensitive props k

[jira] [Created] (NIFI-8392) ResultSetRecordSet maps JDBC CHAR type to a RecordFieldType of CHAR instead of STRING

2021-04-02 Thread Lucas Read (Jira)
Lucas Read created NIFI-8392: Summary: ResultSetRecordSet maps JDBC CHAR type to a RecordFieldType of CHAR instead of STRING Key: NIFI-8392 URL: https://issues.apache.org/jira/browse/NIFI-8392 Project: Ap

[GitHub] [nifi] gresockj commented on pull request #4842: NIFI-8251 Added EncryptContentPGP and DecryptContentPGP Processors

2021-04-02 Thread GitBox
gresockj commented on pull request #4842: URL: https://github.com/apache/nifi/pull/4842#issuecomment-812575725 Minor note -- it looks like you'll need to add the new pgp nars to the nifi-assembly/pom.xml. -- This is an automated message from the Apache Git Service. To respond to the mess

[jira] [Resolved] (MINIFICPP-1030) TailFile processor's filename and statefile properties should be required

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1030. --- Resolution: Won't Do > TailFile processor's filename and statefile properties should be r

[jira] [Resolved] (MINIFICPP-1000) Add proper logging for configuration loading

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1000. --- Resolution: Fixed > Add proper logging for configuration loading > --

[jira] [Updated] (MINIFICPP-1032) utils::parse_url should be refactored

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda updated MINIFICPP-1032: -- Fix Version/s: (was: 1.0.0) 0.10.0 > utils::parse_url should be refa

[jira] [Resolved] (MINIFICPP-1058) ConsumeWindowsEventLog should have a property that enables selection of output format

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1058. --- Resolution: Fixed > ConsumeWindowsEventLog should have a property that enables selection

[jira] [Resolved] (MINIFICPP-1103) Stabilize MergeFileTests

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1103. --- Resolution: Fixed > Stabilize MergeFileTests > > >

[jira] [Updated] (MINIFICPP-1123) Processors should handle errors in onSchedule phase with exceptions, cleanup config in onUnschedule

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda updated MINIFICPP-1123: -- Fix Version/s: (was: 0.10.0) > Processors should handle errors in onSchedule phase with

[jira] [Resolved] (MINIFICPP-1123) Processors should handle errors in onSchedule phase with exceptions, cleanup config in onUnschedule

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1123. --- Resolution: Fixed > Processors should handle errors in onSchedule phase with exceptions,

[jira] [Resolved] (MINIFICPP-1216) Controller Services Integration test is unstable

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1216. --- Resolution: Fixed > Controller Services Integration test is unstable > --

[jira] [Resolved] (MINIFICPP-1332) MiNiFi should properly handle running out of diskspace

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1332. --- Resolution: Duplicate > MiNiFi should properly handle running out of diskspace >

[jira] [Resolved] (MINIFICPP-1303) Processor with self-looped connections can get triggered too frequently

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1303. --- Resolution: Fixed > Processor with self-looped connections can get triggered too frequent

[jira] [Resolved] (MINIFICPP-1297) TestSuite called "Tests" should have a more talkative name

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1297. --- Resolution: Fixed > TestSuite called "Tests" should have a more talkative name >

[jira] [Resolved] (MINIFICPP-1505) Add SFTP build support to win built bat

2021-04-02 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1505. --- Fix Version/s: 0.10.0 Resolution: Fixed > Add SFTP build support to win built bat

[jira] [Created] (MINIFICPP-1537) Add logging of C2 heartbeats

2021-04-02 Thread Arpad Boda (Jira)
Arpad Boda created MINIFICPP-1537: - Summary: Add logging of C2 heartbeats Key: MINIFICPP-1537 URL: https://issues.apache.org/jira/browse/MINIFICPP-1537 Project: Apache NiFi MiNiFi C++ Issue T

[GitHub] [nifi] markap14 commented on pull request #4933: MINIFI-422: Integrate MiNiFi Java codebase into NiFi

2021-04-02 Thread GitBox
markap14 commented on pull request #4933: URL: https://github.com/apache/nifi/pull/4933#issuecomment-812546886 @mattyb149 I think there are some problems with the LICENSE/NOTICE files for minifi-server-nar and minifi-framework-nar. The ones for minifi-framework-nar have almost nothing in

[jira] [Commented] (NIFI-8387) UI - render bulletins for referencing components from new data model

2021-04-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313887#comment-17313887 ] ASF subversion and git services commented on NIFI-8387: --- Commit 87b5

[jira] [Commented] (NIFI-8387) UI - render bulletins for referencing components from new data model

2021-04-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313886#comment-17313886 ] ASF subversion and git services commented on NIFI-8387: --- Commit 87b5

[GitHub] [nifi] mcgilman merged pull request #4969: [NIFI-8387] - Use the bulletins from the referencing components rathe…

2021-04-02 Thread GitBox
mcgilman merged pull request #4969: URL: https://github.com/apache/nifi/pull/4969 -- 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 c

[jira] [Updated] (NIFI-8391) Nifi to support .RAR format in UnpackContent

2021-04-02 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-8391: --- Issue Type: New Feature (was: Bug) > Nifi to support .RAR format in UnpackContent > -

[jira] [Updated] (NIFI-8391) Nifi to support .RAR format in UnpackContent

2021-04-02 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-8391: --- Priority: Major (was: Critical) > Nifi to support .RAR format in UnpackContent >

[jira] [Updated] (NIFI-8391) Nifi to support .RAR format in UnpackContent

2021-04-02 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-8391: --- Priority: Critical (was: Blocker) > Nifi to support .RAR format in UnpackContent > --

[GitHub] [nifi] markap14 commented on a change in pull request #4950: NIFI-8380: Allow for an extensions.directory property to specify wher…

2021-04-02 Thread GitBox
markap14 commented on a change in pull request #4950: URL: https://github.com/apache/nifi/pull/4950#discussion_r606238347 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-stateless-bundle/nifi-stateless-api/src/main/java/org/apache/nifi/stateless/config/PropertiesFileEngineCo

[GitHub] [nifi] scottyaslan commented on a change in pull request #4969: [NIFI-8387] - Use the bulletins from the referencing components rathe…

2021-04-02 Thread GitBox
scottyaslan commented on a change in pull request #4969: URL: https://github.com/apache/nifi/pull/4969#discussion_r606233588 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js ## @@ -49

[jira] [Updated] (NIFI-8391) Nifi to support .RAR format in UnpackContent

2021-04-02 Thread Abha Kabra (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abha Kabra updated NIFI-8391: - Issue Type: Bug (was: Wish) > Nifi to support .RAR format in UnpackContent >

[jira] [Updated] (NIFI-8391) Nifi to support .RAR format in UnpackContent

2021-04-02 Thread Abha Kabra (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abha Kabra updated NIFI-8391: - Priority: Blocker (was: Critical) > Nifi to support .RAR format in UnpackContent > --

[jira] [Created] (NIFI-8391) Nifi to support .RAR format in UnpackContent

2021-04-02 Thread Abha Kabra (Jira)
Abha Kabra created NIFI-8391: Summary: Nifi to support .RAR format in UnpackContent Key: NIFI-8391 URL: https://issues.apache.org/jira/browse/NIFI-8391 Project: Apache NiFi Issue Type: Wish

[GitHub] [nifi] jlpedrosa commented on pull request #4947: NIFI-8374 class.newInstance has been deprecated, all references transformed

2021-04-02 Thread GitBox
jlpedrosa commented on pull request #4947: URL: https://github.com/apache/nifi/pull/4947#issuecomment-812461330 Rebased. -- 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. Fo

[GitHub] [nifi] arkadius commented on pull request #4773: NIFI-8161 NiFi EL: migration from SimpleDateFormat to DateTimeFormatter

2021-04-02 Thread GitBox
arkadius commented on pull request #4773: URL: https://github.com/apache/nifi/pull/4773#issuecomment-812406744 I see that we can't move forward with decision how to roll out this changes. You don't mind if I move discussion about both options to our dev mailing list? Summarizing I see that