[jira] [Commented] (NIFI-9989) sftp processors Received SSH_MSG_UNIMPLEMENTED

2022-05-09 Thread Jens M Kofoed (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17534137#comment-17534137 ] Jens M Kofoed commented on NIFI-9989: - [~exceptionfactory] Hi, I've tried to configure specific

[GitHub] [nifi] patalwell commented on pull request #5905: NiFi-9817 Add a Validator for the PutCloudWatchMetric Processor's Unit Field

2022-05-09 Thread GitBox
patalwell commented on PR #5905: URL: https://github.com/apache/nifi/pull/5905#issuecomment-1121884047 @nandorsoma ok, all set. Please let me know if there's anything else I may have missed! -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Created] (NIFI-10007) ListFile processor uses 'long' type to store/compare age converted to milliseconds

2022-05-09 Thread Dan T (Jira)
Dan T created NIFI-10007: Summary: ListFile processor uses 'long' type to store/compare age converted to milliseconds Key: NIFI-10007 URL: https://issues.apache.org/jira/browse/NIFI-10007 Project: Apache

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1297: MINIFICPP-1744: Add FetchGCSObject

2022-05-09 Thread GitBox
szaszm commented on code in PR #1297: URL: https://github.com/apache/nifi-minifi-cpp/pull/1297#discussion_r868476657 ## libminifi/test/SingleProcessorTestController.h: ## @@ -28,16 +28,13 @@ #include "core/Processor.h" namespace org::apache::nifi::minifi::test { -class

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1321: MINIFICPP-1787 Add option to handle invalid attributes in HTTP header of InvokeHTTP

2022-05-09 Thread GitBox
szaszm commented on code in PR #1321: URL: https://github.com/apache/nifi-minifi-cpp/pull/1321#discussion_r868111368 ## extensions/http-curl/processors/InvokeHTTP.cpp: ## @@ -115,6 +107,16 @@ core::Property InvokeHTTP::AlwaysOutputResponse("Always Output Response", "Will

[GitHub] [nifi] thenatog commented on pull request #5694: NIFI-5402 - Disable the tar.gz build artifact by default. Build will …

2022-05-09 Thread GitBox
thenatog commented on PR #5694: URL: https://github.com/apache/nifi/pull/5694#issuecomment-1121584168 I force pushed a rebase. Also just want to check that I think the command should be: > mvn clean install -DskipTests -Pdir-only to set the dir-only profile. You should no

[jira] [Resolved] (NIFI-9991) ASN1 RecordReader does process only the first record

2022-05-09 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi resolved NIFI-9991. --- Fix Version/s: 1.17.0 1.16.2 Resolution: Fixed > ASN1 RecordReader

[jira] [Commented] (NIFI-9991) ASN1 RecordReader does process only the first record

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17534015#comment-17534015 ] ASF subversion and git services commented on NIFI-9991: --- Commit

[GitHub] [nifi] asfgit closed pull request #6019: NIFI-9991 Fix: The asn1 StandardRecordModelIteratorProvider's iterator returns only the first object read from the input stream.

2022-05-09 Thread GitBox
asfgit closed pull request #6019: NIFI-9991 Fix: The asn1 StandardRecordModelIteratorProvider's iterator returns only the first object read from the input stream. URL: https://github.com/apache/nifi/pull/6019 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi] mattyb149 commented on pull request #5799: NIFI-9392: Refactored hive-exec dependency to use hive-exec-core for unit tests

2022-05-09 Thread GitBox
mattyb149 commented on PR #5799: URL: https://github.com/apache/nifi/pull/5799#issuecomment-1121536033 Yeah I'll close this one. At some point I'll put up a PR to upgrade to JUnit 5 if it hasn't already been done, but with the other Jira this one is OBE. -- This is an automated message

[GitHub] [nifi] mattyb149 closed pull request #5799: NIFI-9392: Refactored hive-exec dependency to use hive-exec-core for unit tests

2022-05-09 Thread GitBox
mattyb149 closed pull request #5799: NIFI-9392: Refactored hive-exec dependency to use hive-exec-core for unit tests URL: https://github.com/apache/nifi/pull/5799 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Updated] (NIFI-9470) nifi set-param not working in nifi 1.15.0

2022-05-09 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-9470: Status: Patch Available (was: Open) > nifi set-param not working in nifi 1.15.0 >

[jira] [Assigned] (NIFI-9470) nifi set-param not working in nifi 1.15.0

2022-05-09 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson reassigned NIFI-9470: --- Assignee: Chris Sampson > nifi set-param not working in nifi 1.15.0 >

[GitHub] [nifi] ChrisSamo632 opened a new pull request, #6027: NIFI-9470 Allow creation of Parameter Context without any Inherited Parameter Contexts

2022-05-09 Thread GitBox
ChrisSamo632 opened a new pull request, #6027: URL: https://github.com/apache/nifi/pull/6027 # Summary [NIFI-9470](https://issues.apache.org/jira/browse/NIFI-9470) allow creation of Parameter Context without any Inherited Parameter Contexts - addition of Parameter Context nesting in

[GitHub] [nifi] exceptionfactory commented on pull request #5799: NIFI-9392: Refactored hive-exec dependency to use hive-exec-core for unit tests

2022-05-09 Thread GitBox
exceptionfactory commented on PR #5799: URL: https://github.com/apache/nifi/pull/5799#issuecomment-1121473483 @mattyb149, with the upgrade to Hive 3.1.3 merged is PR #6023, is this PR still relevant? It looks like the corresponding Jira issue is also marked as resolved. -- This is an

[jira] [Commented] (NIFI-10006) Upgrade async from 2.6.3 to 2.6.4 for Registry

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533966#comment-17533966 ] ASF subversion and git services commented on NIFI-10006: Commit

[jira] [Resolved] (NIFI-10006) Upgrade async from 2.6.3 to 2.6.4 for Registry

2022-05-09 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-10006. - Fix Version/s: 1.17.0 Resolution: Fixed > Upgrade async from 2.6.3 to 2.6.4 for

[GitHub] [nifi] exceptionfactory closed pull request #6007: NIFI-10006 Bump async from 2.6.3 to 2.6.4 in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main

2022-05-09 Thread GitBox
exceptionfactory closed pull request #6007: NIFI-10006 Bump async from 2.6.3 to 2.6.4 in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main URL: https://github.com/apache/nifi/pull/6007 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi] dependabot[bot] commented on pull request #6007: NIFI-10006 Bump async from 2.6.3 to 2.6.4 in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main

2022-05-09 Thread GitBox
dependabot[bot] commented on PR #6007: URL: https://github.com/apache/nifi/pull/6007#issuecomment-1121465939 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

[jira] [Created] (NIFI-10006) Upgrade async from 2.6.3 to 2.6.4 for Registry

2022-05-09 Thread David Handermann (Jira)
David Handermann created NIFI-10006: --- Summary: Upgrade async from 2.6.3 to 2.6.4 for Registry Key: NIFI-10006 URL: https://issues.apache.org/jira/browse/NIFI-10006 Project: Apache NiFi

[jira] [Updated] (NIFI-10004) Stateless NiFi does not allow loading of .class files in the root class loader

2022-05-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-10004: Fix Version/s: 1.17.0 Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Commented] (NIFI-10004) Stateless NiFi does not allow loading of .class files in the root class loader

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533962#comment-17533962 ] ASF subversion and git services commented on NIFI-10004: Commit

[GitHub] [nifi] mattyb149 closed pull request #6026: NIFI-10004: Allow loading .class files that are relative to the NAR d…

2022-05-09 Thread GitBox
mattyb149 closed pull request #6026: NIFI-10004: Allow loading .class files that are relative to the NAR d… URL: https://github.com/apache/nifi/pull/6026 -- 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

[GitHub] [nifi] mattyb149 commented on pull request #6026: NIFI-10004: Allow loading .class files that are relative to the NAR d…

2022-05-09 Thread GitBox
mattyb149 commented on PR #6026: URL: https://github.com/apache/nifi/pull/6026#issuecomment-1121459322 Good catch, I missed it! GHA is happy, merging 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

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6013: NIFI-9981 Added support for Avro UUID types

2022-05-09 Thread GitBox
exceptionfactory commented on code in PR #6013: URL: https://github.com/apache/nifi/pull/6013#discussion_r868321774 ## nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java: ## @@ -233,6 +237,36 @@ public static Object

[GitHub] [nifi] MikeThomsen commented on pull request #6013: NIFI-9981 Added support for Avro UUID types

2022-05-09 Thread GitBox
MikeThomsen commented on PR #6013: URL: https://github.com/apache/nifi/pull/6013#issuecomment-1121447810 @pvillard31 just responded. TL;DR I discovered this was necessary w/ PutCassandraRecord because as-is the processor relies purely on the type conversion capabilities of the Cassandra

[jira] [Commented] (NIFI-9981) Add Avro UUID support to the record API

2022-05-09 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533957#comment-17533957 ] Mike Thomsen commented on NIFI-9981: The scenario where I discovered we needed it was in

[jira] [Updated] (NIFI-9991) ASN1 RecordReader does process only the first record

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9991: --- Fix Version/s: (was: 1.17.0) (was: 1.16.2) > ASN1 RecordReader does process only

[GitHub] [nifi] pvillard31 commented on pull request #6013: NIFI-9981 Added support for Avro UUID types

2022-05-09 Thread GitBox
pvillard31 commented on PR #6013: URL: https://github.com/apache/nifi/pull/6013#issuecomment-1121440523 @MikeThomsen - can you check the comment from @markap14 on the JIRA? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nifi] MikeThomsen commented on pull request #6013: NIFI-9981 Added support for Avro UUID types

2022-05-09 Thread GitBox
MikeThomsen commented on PR #6013: URL: https://github.com/apache/nifi/pull/6013#issuecomment-1121439316 @mattyb149 @exceptionfactory could one of you review so we might be able to squeak this in with 1.16.2? -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (NIFI-9999) Refactor MiNiFi tests to use JUnit 5

2022-05-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-: --- Fix Version/s: 1.17.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-9999) Refactor MiNiFi tests to use JUnit 5

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533947#comment-17533947 ] ASF subversion and git services commented on NIFI-: --- Commit

[GitHub] [nifi] mattyb149 closed pull request #6024: NIFI-9999 Refactor MiNiFi tests using JUnit 5

2022-05-09 Thread GitBox
mattyb149 closed pull request #6024: NIFI- Refactor MiNiFi tests using JUnit 5 URL: https://github.com/apache/nifi/pull/6024 -- 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

[GitHub] [nifi] mattyb149 commented on pull request #6024: NIFI-9999 Refactor MiNiFi tests using JUnit 5

2022-05-09 Thread GitBox
mattyb149 commented on PR #6024: URL: https://github.com/apache/nifi/pull/6024#issuecomment-1121414446 +1 LGTM, thanks for the upgrade! Merging 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

[jira] [Updated] (NIFI-9991) ASN1 RecordReader does process only the first record

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9991: --- Fix Version/s: 1.17.0 1.16.2 > ASN1 RecordReader does process only the first record >

[jira] [Commented] (NIFI-9988) Property Decryption Fails for Authorizers and Login Identity Providers

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533942#comment-17533942 ] ASF subversion and git services commented on NIFI-9988: --- Commit

[jira] [Commented] (NIFI-10005) Conduct 1.16.2 release

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533946#comment-17533946 ] ASF subversion and git services commented on NIFI-10005: Commit

[jira] [Commented] (NIFI-9932) Upgrade Minimist from 1.2.5 to 1.2.6

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533941#comment-17533941 ] ASF subversion and git services commented on NIFI-9932: --- Commit

[jira] [Commented] (NIFI-9798) Add proxy support to Google Pub/Sub processors

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533937#comment-17533937 ] ASF subversion and git services commented on NIFI-9798: --- Commit

[jira] [Commented] (NIFI-9984) Support additional successful status codes in StandardOauth2AccessTokenProvider

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533943#comment-17533943 ] ASF subversion and git services commented on NIFI-9984: --- Commit

[jira] [Commented] (NIFI-9977) Add "scope" to StandardOauth2AccessTokenProvider

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533936#comment-17533936 ] ASF subversion and git services commented on NIFI-9977: --- Commit

[jira] [Commented] (NIFI-9944) InvokeScriptedProcessor not seeing classes in imported Modules

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533933#comment-17533933 ] ASF subversion and git services commented on NIFI-9944: --- Commit

[jira] [Commented] (NIFI-9944) InvokeScriptedProcessor not seeing classes in imported Modules

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533932#comment-17533932 ] ASF subversion and git services commented on NIFI-9944: --- Commit

[jira] [Commented] (NIFI-9968) System Timezone NullPointerException on Java 17 Tests

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533934#comment-17533934 ] ASF subversion and git services commented on NIFI-9968: --- Commit

[jira] [Commented] (NIFI-9980) Correct Google Dependencies for GCP Components

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533940#comment-17533940 ] ASF subversion and git services commented on NIFI-9980: --- Commit

[jira] [Commented] (NIFI-9998) Upgrade Hive to 3.1.3

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533945#comment-17533945 ] ASF subversion and git services commented on NIFI-9998: --- Commit

[jira] [Commented] (NIFI-9978) UI - Download Flow Menu Regression

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533938#comment-17533938 ] ASF subversion and git services commented on NIFI-9978: --- Commit

[jira] [Commented] (NIFI-9993) Processors cannot write to Content Repo: Unable to write flowfile content to content repository container default due to archive file size constraints; waiting for archi

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533944#comment-17533944 ] ASF subversion and git services commented on NIFI-9993: --- Commit

[jira] [Commented] (NIFI-8533) Replace jython-shaded with jython-slim because jython-shaded project is obsolete

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533939#comment-17533939 ] ASF subversion and git services commented on NIFI-8533: --- Commit

[jira] [Commented] (NIFI-9976) Upgrade json-smart to 2.4.8

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533935#comment-17533935 ] ASF subversion and git services commented on NIFI-9976: --- Commit

[jira] [Commented] (NIFI-9918) XMLReader: XML attribute parsing should be optional, configurable

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533931#comment-17533931 ] ASF subversion and git services commented on NIFI-9918: --- Commit

[jira] [Updated] (NIFI-9998) Upgrade Hive to 3.1.3

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9998: --- Fix Version/s: 1.17.0 1.16.2 > Upgrade Hive to 3.1.3 > - > >

[jira] [Updated] (NIFI-9998) Upgrade Hive to 3.1.3

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9998: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Upgrade Hive to 3.1.3 >

[jira] [Updated] (NIFI-10005) Conduct 1.16.2 release

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-10005: Fix Version/s: 1.16.2 > Conduct 1.16.2 release > -- > > Key:

[jira] [Created] (NIFI-10005) Conduct 1.16.2 release

2022-05-09 Thread Joe Witt (Jira)
Joe Witt created NIFI-10005: --- Summary: Conduct 1.16.2 release Key: NIFI-10005 URL: https://issues.apache.org/jira/browse/NIFI-10005 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi] asfgit closed pull request #6023: NIFI-9998: Upgrade Hive3 to 3.1.3

2022-05-09 Thread GitBox
asfgit closed pull request #6023: NIFI-9998: Upgrade Hive3 to 3.1.3 URL: https://github.com/apache/nifi/pull/6023 -- 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

[jira] [Commented] (NIFI-9998) Upgrade Hive to 3.1.3

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533930#comment-17533930 ] ASF subversion and git services commented on NIFI-9998: --- Commit

[jira] [Updated] (NIFI-8533) Replace jython-shaded with jython-slim because jython-shaded project is obsolete

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-8533: --- Fix Version/s: 1.16.2 > Replace jython-shaded with jython-slim because jython-shaded project is > obsolete >

[jira] [Updated] (NIFI-9932) Upgrade Minimist from 1.2.5 to 1.2.6

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9932: --- Fix Version/s: 1.16.2 > Upgrade Minimist from 1.2.5 to 1.2.6 > > >

[jira] [Updated] (NIFI-9984) Support additional successful status codes in StandardOauth2AccessTokenProvider

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9984: --- Fix Version/s: 1.16.2 > Support additional successful status codes in > StandardOauth2AccessTokenProvider >

[jira] [Updated] (NIFI-9977) Add "scope" to StandardOauth2AccessTokenProvider

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9977: --- Fix Version/s: 1.16.2 > Add "scope" to StandardOauth2AccessTokenProvider >

[jira] [Updated] (NIFI-9798) Add proxy support to Google Pub/Sub processors

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9798: --- Fix Version/s: 1.16.2 > Add proxy support to Google Pub/Sub processors >

[jira] [Updated] (NIFI-9978) UI - Download Flow Menu Regression

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9978: --- Fix Version/s: 1.17.0 1.16.2 > UI - Download Flow Menu Regression >

[jira] [Updated] (NIFI-9976) Upgrade json-smart to 2.4.8

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9976: --- Fix Version/s: 1.16.2 > Upgrade json-smart to 2.4.8 > --- > > Key:

[jira] [Updated] (NIFI-9944) InvokeScriptedProcessor not seeing classes in imported Modules

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9944: --- Fix Version/s: 1.16.2 > InvokeScriptedProcessor not seeing classes in imported Modules >

[jira] [Updated] (NIFI-9968) System Timezone NullPointerException on Java 17 Tests

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9968: --- Fix Version/s: 1.16.2 > System Timezone NullPointerException on Java 17 Tests >

[jira] [Updated] (NIFI-9980) Correct Google Dependencies for GCP Components

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9980: --- Fix Version/s: 1.16.2 > Correct Google Dependencies for GCP Components >

[jira] [Updated] (NIFI-9988) Property Decryption Fails for Authorizers and Login Identity Providers

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9988: --- Fix Version/s: 1.16.2 > Property Decryption Fails for Authorizers and Login Identity Providers >

[jira] [Updated] (NIFI-10004) Stateless NiFi does not allow loading of .class files in the root class loader

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-10004: Fix Version/s: 1.16.2 > Stateless NiFi does not allow loading of .class files in the root class loader >

[jira] [Updated] (NIFI-9993) Processors cannot write to Content Repo: Unable to write flowfile content to content repository container default due to archive file size constraints; waiting for archive

2022-05-09 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9993: --- Fix Version/s: 1.16.2 > Processors cannot write to Content Repo: Unable to write flowfile content to >

[jira] [Updated] (NIFI-9993) Processors cannot write to Content Repo: Unable to write flowfile content to content repository container default due to archive file size constraints; waiting for archive

2022-05-09 Thread Joe Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Gresock updated NIFI-9993: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Processors cannot write to Content

[jira] [Commented] (NIFI-9993) Processors cannot write to Content Repo: Unable to write flowfile content to content repository container default due to archive file size constraints; waiting for archi

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533893#comment-17533893 ] ASF subversion and git services commented on NIFI-9993: --- Commit

[GitHub] [nifi] asfgit closed pull request #6021: NIFI-9993: Fixed bug in initialization in which the Content Repo did …

2022-05-09 Thread GitBox
asfgit closed pull request #6021: NIFI-9993: Fixed bug in initialization in which the Content Repo did … URL: https://github.com/apache/nifi/pull/6021 -- 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

[GitHub] [nifi] mattyb149 commented on pull request #6026: NIFI-10004: Allow loading .class files that are relative to the NAR d…

2022-05-09 Thread GitBox
mattyb149 commented on PR #6026: URL: https://github.com/apache/nifi/pull/6026#issuecomment-1121304259 +1 LGTM, will merge when the checks finish (the failing JDK 8 one is unrelated and appears to be intermittent) -- This is an automated message from the Apache Git Service. To respond to

[jira] [Updated] (NIFI-10004) Stateless NiFi does not allow loading of .class files in the root class loader

2022-05-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-10004: Status: Patch Available (was: Open) > Stateless NiFi does not allow loading of .class files in

[jira] [Commented] (NIFI-9986) Upgrade Commons Configuration 2 for Accumulo

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533880#comment-17533880 ] ASF subversion and git services commented on NIFI-9986: --- Commit

[jira] [Commented] (NIFI-9987) Standardize Commons IO on 2.11.0

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533879#comment-17533879 ] ASF subversion and git services commented on NIFI-9987: --- Commit

[jira] [Commented] (NIFI-10000) Update Pull Request Template Summary

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533877#comment-17533877 ] ASF subversion and git services commented on NIFI-1: Commit

[jira] [Commented] (NIFI-9995) Replace Custom Header Filters with Spring Security Filters

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533875#comment-17533875 ] ASF subversion and git services commented on NIFI-9995: --- Commit

[jira] [Commented] (NIFI-9997) Upgrade Ranger Plugins from 2.1.0 to 2.2.0

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533876#comment-17533876 ] ASF subversion and git services commented on NIFI-9997: --- Commit

[jira] [Commented] (NIFI-9966) Failure to load large (>50MB) flowfiles from git

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533878#comment-17533878 ] ASF subversion and git services commented on NIFI-9966: --- Commit

[GitHub] [nifi] exceptionfactory commented on pull request #6024: NIFI-9999 Refactor MiNiFi tests using JUnit 5

2022-05-09 Thread GitBox
exceptionfactory commented on PR #6024: URL: https://github.com/apache/nifi/pull/6024#issuecomment-1121278801 Thanks for the feedback @bejancsaba! As far as AssertJ, it is licensed under Apache License 2.0, so that's good. JUnit 5 included some improvements in terms of assertion

[GitHub] [nifi] markap14 opened a new pull request, #6026: NIFI-10004: Allow loading .class files that are relative to the NAR d…

2022-05-09 Thread GitBox
markap14 opened a new pull request, #6026: URL: https://github.com/apache/nifi/pull/6026 …irectory, in addition to the .jar / .nar files # Summary [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0) #

[jira] [Created] (NIFI-10004) Stateless NiFi does not allow loading of .class files in the root class loader

2022-05-09 Thread Mark Payne (Jira)
Mark Payne created NIFI-10004: - Summary: Stateless NiFi does not allow loading of .class files in the root class loader Key: NIFI-10004 URL: https://issues.apache.org/jira/browse/NIFI-10004 Project:

[GitHub] [nifi] bejancsaba commented on pull request #6024: NIFI-9999 Refactor MiNiFi tests using JUnit 5

2022-05-09 Thread GitBox
bejancsaba commented on PR #6024: URL: https://github.com/apache/nifi/pull/6024#issuecomment-1121254710 +1 from my side, thanks for the update. As work is currently being done around minifi and c2 the tests will be touched for sure I wanted to ask what is your opinion of assertJ. I think

[jira] [Commented] (NIFI-9986) Upgrade Commons Configuration 2 for Accumulo

2022-05-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533846#comment-17533846 ] ASF subversion and git services commented on NIFI-9986: --- Commit

[GitHub] [nifi] asfgit closed pull request #6014: NIFI-9986 Upgrade commons-configuration2 to 2.7 for Accumulo

2022-05-09 Thread GitBox
asfgit closed pull request #6014: NIFI-9986 Upgrade commons-configuration2 to 2.7 for Accumulo URL: https://github.com/apache/nifi/pull/6014 -- 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

[jira] [Updated] (NIFI-9986) Upgrade Commons Configuration 2 for Accumulo

2022-05-09 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-9986: - Fix Version/s: 1.17.0 Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Commented] (NIFI-9992) Improve configuration of InfluxDB processors

2022-05-09 Thread Zsihovszki Krisztina (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533804#comment-17533804 ] Zsihovszki Krisztina commented on NIFI-9992: The "Consistency Level" property can store EL

[GitHub] [nifi] exceptionfactory commented on pull request #6014: NIFI-9986 Upgrade commons-configuration2 to 2.7 for Accumulo

2022-05-09 Thread GitBox
exceptionfactory commented on PR #6014: URL: https://github.com/apache/nifi/pull/6014#issuecomment-1121075958 Thanks for the feedback @pvillard31, 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

[jira] [Updated] (MINIFICPP-1824) Remove custom validator from listensyslog

2022-05-09 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1824: --- Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Updated] (MINIFICPP-1824) Remove custom validator from listensyslog

2022-05-09 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1824: --- Status: Patch Available (was: Open) https://github.com/apache/nifi-minifi-cpp/pull/1327

[GitHub] [nifi] Lehel44 commented on pull request #5926: NIFI-9865: Add Atlas lineage for GCS processors (PutHDFS)

2022-05-09 Thread GitBox
Lehel44 commented on PR #5926: URL: https://github.com/apache/nifi/pull/5926#issuecomment-1121051085 Thanks for the review! -- 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.

[jira] [Updated] (NIFI-10002) NiFi autodigests itself

2022-05-09 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maretić updated NIFI-10002: - Component/s: Core Framework > NiFi autodigests itself > --- > >

[jira] [Updated] (NIFI-10002) NiFi autodigests itself

2022-05-09 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maretić updated NIFI-10002: - Component/s: Configuration > NiFi autodigests itself > --- > >

[jira] [Updated] (NIFI-10002) NiFi autodigests itself

2022-05-09 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maretić updated NIFI-10002: - Priority: Critical (was: Major) > NiFi autodigests itself > --- > >

[GitHub] [nifi] kulikg commented on pull request #5990: NIFI-9951 Add proxy support to Azure ADLS and Blob v12 processors

2022-05-09 Thread GitBox
kulikg commented on PR #5990: URL: https://github.com/apache/nifi/pull/5990#issuecomment-1121001881 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

[jira] [Created] (NIFI-10003) NiFi build fails in UTC+ time zones

2022-05-09 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-10003: -- Summary: NiFi build fails in UTC+ time zones Key: NIFI-10003 URL: https://issues.apache.org/jira/browse/NIFI-10003 Project: Apache NiFi Issue Type: Bug

[jira] [Resolved] (MINIFICPP-1763) Let extensions handle their cmake flags

2022-05-09 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1763. - Fix Version/s: 0.12.0 Resolution: Fixed > Let extensions handle their cmake

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1266: MINIFICPP-1665 Create ListAzureBlobStorage processor

2022-05-09 Thread GitBox
szaszm commented on code in PR #1266: URL: https://github.com/apache/nifi-minifi-cpp/pull/1266#discussion_r854085672 ## extensions/azure/processors/ListAzureBlobStorage.h: ## @@ -0,0 +1,78 @@ +/** + * @file ListAzureBlobStorage.h + * ListAzureBlobStorage class declaration + * +

  1   2   >