[GitHub] [nifi] aksharau commented on pull request #6335: NIFI-9920 Fetching all bulletins of a process group on update process…

2022-09-08 Thread GitBox
aksharau commented on PR #6335: URL: https://github.com/apache/nifi/pull/6335#issuecomment-1241474229 Thanks @doodzio for checking. Without adding 4.7.0 as dependency, the unit tests failed at my end, even the ones that existed earlier. Hence I had to change the version to 4.7.0. I had

[jira] [Updated] (NIFI-10443) Upgrade oauth2-oidc-sdk to 9.43

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10443: Component/s: Core Framework > Upgrade oauth2-oidc-sdk to 9.43 >

[jira] [Updated] (NIFI-10443) Upgrade oauth2-oidc-sdk to 9.43

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10443: Labels: dependency-upgrade (was: ) > Upgrade oauth2-oidc-sdk to 9.43 >

[jira] [Updated] (NIFI-10443) Upgrade oauth2-oidc-sdk to 9.43

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10443: Summary: Upgrade oauth2-oidc-sdk to 9.43 (was: Update lang-tag to 1.7) > Upgrade

[jira] [Commented] (NIFI-10443) Update lang-tag to 1.7

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

[jira] [Resolved] (NIFI-10443) Upgrade oauth2-oidc-sdk to 9.43

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-10443. - Fix Version/s: 1.18.0 Assignee: Mike R Resolution: Fixed > Upgrade

[GitHub] [nifi] exceptionfactory closed pull request #6366: NIFI-10443: Update lang-tag to 1.7

2022-09-08 Thread GitBox
exceptionfactory closed pull request #6366: NIFI-10443: Update lang-tag to 1.7 URL: https://github.com/apache/nifi/pull/6366 -- 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

[GitHub] [nifi] mattyb149 commented on pull request #4797: NIFI-8111: Add JSLTTransformJSON processor

2022-09-08 Thread GitBox
mattyb149 commented on PR #4797: URL: https://github.com/apache/nifi/pull/4797#issuecomment-1241334742 Had to force-push this because of the irrelevant file changes plus I rebased against the latest main. Hopefully this is good to go after a final review @Lehel44 @MikeThomsen

[jira] [Updated] (NIFI-10429) Add option to Replay last FlowFile to Processor context menu

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10429: Resolution: Fixed Status: Resolved (was: Patch Available) > Add option to Replay

[jira] [Commented] (NIFI-10429) Add option to Replay last FlowFile to Processor context menu

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

[GitHub] [nifi] mattyb149 opened a new pull request, #4797: NIFI-8111: Add JSLTTransformJSON processor

2022-09-08 Thread GitBox
mattyb149 opened a new pull request, #4797: URL: https://github.com/apache/nifi/pull/4797 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Provides an alternative to JoltTransformJSON using

[GitHub] [nifi] exceptionfactory closed pull request #6359: NIFI-10429: Added the ability to Replay latest provenance event for a…

2022-09-08 Thread GitBox
exceptionfactory closed pull request #6359: NIFI-10429: Added the ability to Replay latest provenance event for a… URL: https://github.com/apache/nifi/pull/6359 -- 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] UcanInfosec opened a new pull request, #6380: NIFI-10464: Update json-flattener to 0.14.0

2022-09-08 Thread GitBox
UcanInfosec opened a new pull request, #6380: URL: https://github.com/apache/nifi/pull/6380 # Summary [NIFI-10464](https://issues.apache.org/jira/browse/NIFI-10464) Update json-flattener to 0.14.0 from 0.13.0 to remediate

[jira] [Created] (NIFI-10464) Update json-flattener to 0.14.0

2022-09-08 Thread Mike R (Jira)
Mike R created NIFI-10464: - Summary: Update json-flattener to 0.14.0 Key: NIFI-10464 URL: https://issues.apache.org/jira/browse/NIFI-10464 Project: Apache NiFi Issue Type: Improvement Affects

[GitHub] [nifi] turcsanyip commented on a diff in pull request #6350: NIFI-10242 Create QueryAirtableTable processor

2022-09-08 Thread GitBox
turcsanyip commented on code in PR #6350: URL: https://github.com/apache/nifi/pull/6350#discussion_r966180622 ## nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-processors/src/main/java/org/apache/nifi/processors/airtable/QueryAirtableTable.java: ## @@ -0,0 +1,312 @@ +/* +

[GitHub] [nifi] exceptionfactory commented on pull request #6369: NIFI-10273: added support for files larger than 8.5GB to MergeContent…

2022-09-08 Thread GitBox
exceptionfactory commented on PR #6369: URL: https://github.com/apache/nifi/pull/6369#issuecomment-1241211675 Thanks for the background and runtime testing on this issue @michael81877. The change seem straightforward, and I agree that attempting to build a unit test for file that

[jira] [Updated] (NIFI-10463) Fix GetHubSpot incremental loading

2022-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lehel Boér updated NIFI-10463: -- Status: Patch Available (was: In Progress) > Fix GetHubSpot incremental loading >

[GitHub] [nifi] Lehel44 opened a new pull request, #6379: NIFI-10463: Fix GetHubSpot incremental loading

2022-09-08 Thread GitBox
Lehel44 opened a new pull request, #6379: URL: https://github.com/apache/nifi/pull/6379 # Summary [NIFI-10463](https://issues.apache.org/jira/browse/NIFI-10463) # Tracking Please complete the following tracking steps

[jira] [Created] (NIFI-10463) Fix GetHubSpot incremental loading

2022-09-08 Thread Jira
Lehel Boér created NIFI-10463: - Summary: Fix GetHubSpot incremental loading Key: NIFI-10463 URL: https://issues.apache.org/jira/browse/NIFI-10463 Project: Apache NiFi Issue Type: Bug

[jira] [Resolved] (NIFI-10376) run-nifi-registry.bat fails to start NiFi registry due to missing org.apache.nifi.registry.bootstrap.config.log.dir

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-10376. - Fix Version/s: 1.18.0 Assignee: Tan Luu Resolution: Fixed >

[jira] [Commented] (NIFI-10376) run-nifi-registry.bat fails to start NiFi registry due to missing org.apache.nifi.registry.bootstrap.config.log.dir

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

[GitHub] [nifi] exceptionfactory closed pull request #6318: NIFI-10376 set org.apache.nifi.registry.bootstrap.config.log.dir in r…

2022-09-08 Thread GitBox
exceptionfactory closed pull request #6318: NIFI-10376 set org.apache.nifi.registry.bootstrap.config.log.dir in r… URL: https://github.com/apache/nifi/pull/6318 -- 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 #6374: NIFI-10451 Updating QuestDB based status history rollover mechanism to fit the new major version

2022-09-08 Thread GitBox
exceptionfactory commented on code in PR #6374: URL: https://github.com/apache/nifi/pull/6374#discussion_r966370275 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/status/history/EmbeddedQuestDbRolloverHandler.java:

[jira] [Assigned] (NIFI-10319) Upgrade Calcite Core To 1.31.0

2022-09-08 Thread Mike R (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike R reassigned NIFI-10319: - Assignee: Mike R > Upgrade Calcite Core To 1.31.0 > -- > >

[GitHub] [nifi] exceptionfactory commented on pull request #6228: NIFI-10235 Set Replay ContentClaim Length from Content Repository

2022-09-08 Thread GitBox
exceptionfactory commented on PR #6228: URL: https://github.com/apache/nifi/pull/6228#issuecomment-1241160368 Thanks again for the feedback on this @NissimShiman, closing for now and will reopen pending a more comprehensive solution. -- This is an automated message from the Apache Git

[GitHub] [nifi] exceptionfactory closed pull request #6228: NIFI-10235 Set Replay ContentClaim Length from Content Repository

2022-09-08 Thread GitBox
exceptionfactory closed pull request #6228: NIFI-10235 Set Replay ContentClaim Length from Content Repository URL: https://github.com/apache/nifi/pull/6228 -- 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-10440) JsonTreeReader - all strings Schema Access Strategy

2022-09-08 Thread DEOM Damien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] DEOM Damien updated NIFI-10440: --- Attachment: CSV_importer_-_ADLS_-_Postgres_(Gen).json > JsonTreeReader - all strings Schema Access

[jira] [Commented] (NIFI-10440) JsonTreeReader - all strings Schema Access Strategy

2022-09-08 Thread DEOM Damien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601986#comment-17601986 ] DEOM Damien commented on NIFI-10440: Hi, I managed to find a workaround solution. You'll find a

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6273: NIFI-9953 - The config encryption tool is too complicated to use and can be simplified

2022-09-08 Thread GitBox
exceptionfactory commented on code in PR #6273: URL: https://github.com/apache/nifi/pull/6273#discussion_r958730858 ## nifi-toolkit/nifi-property-encryptor-tool/pom.xml: ## @@ -0,0 +1,135 @@ + + +http://maven.apache.org/POM/4.0.0; +

[jira] [Updated] (NIFI-10440) JsonTreeReader - all strings Schema Access Strategy

2022-09-08 Thread DEOM Damien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] DEOM Damien updated NIFI-10440: --- Attachment: (was: CSV_importer_-_ADLS_-_Postgres_(Gen).json) > JsonTreeReader - all strings

[jira] [Updated] (NIFI-10440) JsonTreeReader - all strings Schema Access Strategy

2022-09-08 Thread DEOM Damien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] DEOM Damien updated NIFI-10440: --- Attachment: CSV_importer_-_ADLS_-_Postgres_(Gen).json > JsonTreeReader - all strings Schema Access

[GitHub] [nifi] exceptionfactory commented on pull request #6366: NIFI-10443: Update lang-tag to 1.7

2022-09-08 Thread GitBox
exceptionfactory commented on PR #6366: URL: https://github.com/apache/nifi/pull/6366#issuecomment-1241133670 Thanks for the quick response @mr1716, will plan on performing some runtime tests soon to verify the latest versions work as expected. -- This is an automated message from the

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6331: NIFI-10380 ListDropbox processor

2022-09-08 Thread GitBox
exceptionfactory commented on code in PR #6331: URL: https://github.com/apache/nifi/pull/6331#discussion_r966325294 ## nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services/src/main/java/org/apache/nifi/services/dropbox/DropboxCredentialControllerService.java: ## @@ -0,0

[GitHub] [nifi] mr1716 commented on pull request #6366: NIFI-10443: Update lang-tag to 1.7

2022-09-08 Thread GitBox
mr1716 commented on PR #6366: URL: https://github.com/apache/nifi/pull/6366#issuecomment-1241128316 @exceptionfactory changes made. Updated both the oauth2-oidc-sdk and nimbus-jose-jwt dependencies and remove the lang-tag dependency -- This is an automated message from the Apache Git

[GitHub] [nifi] thenatog commented on pull request #6370: NIFI-9500 Add nifi.cmd for Windows

2022-09-08 Thread GitBox
thenatog commented on PR #6370: URL: https://github.com/apache/nifi/pull/6370#issuecomment-1241118553 Will 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. To

[jira] [Commented] (NIFI-10459) Fix shaded dependencies are not recognizable by IDEA

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

[jira] [Updated] (NIFI-10459) Fix shaded dependencies are not recognizable by IDEA

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

[GitHub] [nifi] mattyb149 closed pull request #6377: NIFI-10459 Fix shaded dependencies are not recognizable by IDEA

2022-09-08 Thread GitBox
mattyb149 closed pull request #6377: NIFI-10459 Fix shaded dependencies are not recognizable by IDEA URL: https://github.com/apache/nifi/pull/6377 -- 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

[jira] [Updated] (NIFI-10459) Fix shaded dependencies are not recognizable by IDEA

2022-09-08 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-10459: Status: Patch Available (was: Open) > Fix shaded dependencies are not recognizable by IDEA >

[GitHub] [nifi] mattyb149 commented on pull request #6377: NIFI-10459 Fix shaded dependencies are not recognizable by IDEA

2022-09-08 Thread GitBox
mattyb149 commented on PR #6377: URL: https://github.com/apache/nifi/pull/6377#issuecomment-1241082482 +1 LGTM, verified I could not run H2-related tests in IDEA before the PR and can run them successfully after the PR is applied. Thanks for the improvement! Merging to main -- This is

[GitHub] [nifi] doodzio commented on pull request #6335: NIFI-9920 Fetching all bulletins of a process group on update process…

2022-09-08 Thread GitBox
doodzio commented on PR #6335: URL: https://github.com/apache/nifi/pull/6335#issuecomment-1241034797 I see that you added additional dependencies, this can be the reason, as you can see, there are already usages of `org.mockito.` therefore, it is imported as dependency by another library.

[jira] [Commented] (NIFI-10462) nexus-staging-plugin throwing errors/stacktrace on startup

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

[jira] [Resolved] (NIFI-10462) nexus-staging-plugin throwing errors/stacktrace on startup

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-10462. - Resolution: Fixed > nexus-staging-plugin throwing errors/stacktrace on startup >

[jira] [Updated] (NIFI-10462) nexus-staging-plugin throwing errors/stacktrace on startup

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10462: Component/s: Tools and Build > nexus-staging-plugin throwing errors/stacktrace on startup

[GitHub] [nifi] exceptionfactory closed pull request #6378: NIFI-10462 make nexus staging plugin stop dumping error/stack on build

2022-09-08 Thread GitBox
exceptionfactory closed pull request #6378: NIFI-10462 make nexus staging plugin stop dumping error/stack on build URL: https://github.com/apache/nifi/pull/6378 -- 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] tpalfy commented on a diff in pull request #6355: NIFI-10427 - Added ListBoxFiles and FetchBoxFiles processor.

2022-09-08 Thread GitBox
tpalfy commented on code in PR #6355: URL: https://github.com/apache/nifi/pull/6355#discussion_r966201974 ## nifi-nar-bundles/nifi-box-bundle/nifi-box-processors/src/test/java/org/apache/nifi/processors/box/AbstractBoxFilesIT.java: ## @@ -0,0 +1,125 @@ +/* + * Licensed to the

[jira] [Created] (MINIFICPP-1935) ProcessSession::commit takes seconds when connections are full

2022-09-08 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-1935: --- Summary: ProcessSession::commit takes seconds when connections are full Key: MINIFICPP-1935 URL: https://issues.apache.org/jira/browse/MINIFICPP-1935 Project:

[GitHub] [nifi] krisztina-zsihovszki commented on a diff in pull request #6355: NIFI-10427 - Added ListBoxFiles and FetchBoxFiles processor.

2022-09-08 Thread GitBox
krisztina-zsihovszki commented on code in PR #6355: URL: https://github.com/apache/nifi/pull/6355#discussion_r966153514 ## nifi-nar-bundles/nifi-box-bundle/nifi-box-processors/src/main/java/org/apache/nifi/processors/box/BoxFlowFileAttribute.java: ## @@ -0,0 +1,50 @@ +/* + *

[GitHub] [nifi] nandorsoma commented on pull request #6373: NIFI-10411 Add record processing feature to PublishMQTT processor

2022-09-08 Thread GitBox
nandorsoma commented on PR #6373: URL: https://github.com/apache/nifi/pull/6373#issuecomment-1240946332 Thank you for your reviews @turcsanyip and @exceptionfactory! Please see my latest commit! -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi] nandorsoma commented on a diff in pull request #6373: NIFI-10411 Add record processing feature to PublishMQTT processor

2022-09-08 Thread GitBox
nandorsoma commented on code in PR #6373: URL: https://github.com/apache/nifi/pull/6373#discussion_r966172583 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/src/test/java/org/apache/nifi/processors/mqtt/TestPublishMQTT.java: ## @@ -17,52 +17,373 @@ package

[GitHub] [nifi-minifi-cpp] fgerlits opened a new pull request, #1415: MINIFICPP-1933 Make Lua scripting work on Windows

2022-09-08 Thread GitBox
fgerlits opened a new pull request, #1415: URL: https://github.com/apache/nifi-minifi-cpp/pull/1415 https://issues.apache.org/jira/browse/MINIFICPP-1933 Lua scripting wasn't seriously broken; the main problem was that `\x` combinations in the module path were interpreted as escape

[GitHub] [nifi] nandorsoma commented on a diff in pull request #6373: NIFI-10411 Add record processing feature to PublishMQTT processor

2022-09-08 Thread GitBox
nandorsoma commented on code in PR #6373: URL: https://github.com/apache/nifi/pull/6373#discussion_r966166779 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/src/test/java/org/apache/nifi/processors/mqtt/TestPublishMQTT.java: ## @@ -17,52 +17,373 @@ package

[GitHub] [nifi] nandorsoma commented on a diff in pull request #6373: NIFI-10411 Add record processing feature to PublishMQTT processor

2022-09-08 Thread GitBox
nandorsoma commented on code in PR #6373: URL: https://github.com/apache/nifi/pull/6373#discussion_r966166633 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml: ## @@ -93,5 +93,11 @@ nifi-schema-registry-service-api test +

[GitHub] [nifi] nandorsoma commented on a diff in pull request #6373: NIFI-10411 Add record processing feature to PublishMQTT processor

2022-09-08 Thread GitBox
nandorsoma commented on code in PR #6373: URL: https://github.com/apache/nifi/pull/6373#discussion_r966165839 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/src/main/java/org/apache/nifi/processors/mqtt/common/AbstractMQTTProcessor.java: ## @@ -232,6 +235,22 @@

[GitHub] [nifi] turcsanyip commented on a diff in pull request #6350: NIFI-10242 Create QueryAirtableTable processor

2022-09-08 Thread GitBox
turcsanyip commented on code in PR #6350: URL: https://github.com/apache/nifi/pull/6350#discussion_r966152772 ## nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/src/main/java/org/apache/nifi/serialization/JsonRecordReaderFactory.java: ## @@ -0,0

[GitHub] [nifi] joewitt opened a new pull request, #6378: NIFI-10462 make nexus staging plugin stop dumping error/stack on build

2022-09-08 Thread GitBox
joewitt opened a new pull request, #6378: URL: https://github.com/apache/nifi/pull/6378 # Summary [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0) # Tracking Please complete the following tracking steps

[GitHub] [nifi] thenatog commented on pull request #6273: NIFI-9953 - The config encryption tool is too complicated to use and can be simplified

2022-09-08 Thread GitBox
thenatog commented on PR #6273: URL: https://github.com/apache/nifi/pull/6273#issuecomment-1240837848 I've updated the PR with most of the requested changes, let me know if further changes are necessary -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Created] (NIFI-10462) nexus-staging-plugin throwing errors/stacktrace on startup

2022-09-08 Thread Joe Witt (Jira)
Joe Witt created NIFI-10462: --- Summary: nexus-staging-plugin throwing errors/stacktrace on startup Key: NIFI-10462 URL: https://issues.apache.org/jira/browse/NIFI-10462 Project: Apache NiFi Issue

[jira] [Updated] (NIFI-10462) nexus-staging-plugin throwing errors/stacktrace on startup

2022-09-08 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-10462: Priority: Minor (was: Major) > nexus-staging-plugin throwing errors/stacktrace on startup >

[jira] [Commented] (NIFI-10454) flowfiles not progressing

2022-09-08 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601868#comment-17601868 ] Matt Burgess commented on NIFI-10454: - That picture shows a valid ExecuteScript, but the processor

[jira] [Commented] (NIFI-8734) NiFi Toolkit .bat breaks with paths containing spaces

2022-09-08 Thread Mark Ward (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601866#comment-17601866 ] Mark Ward commented on NIFI-8734: - Worked around this issue by ensuring no spaces in the installation

[jira] [Created] (NIFI-10461) Support OAUTH on Email Processors (PutEmail, ConsumeIMAP, ListenSMTP etc.)

2022-09-08 Thread Mark Ward (Jira)
Mark Ward created NIFI-10461: Summary: Support OAUTH on Email Processors (PutEmail, ConsumeIMAP, ListenSMTP etc.) Key: NIFI-10461 URL: https://issues.apache.org/jira/browse/NIFI-10461 Project: Apache

[GitHub] [nifi] bejancsaba commented on pull request #6375: NIFI-10458 Add support for the DESCRIBE/MANIFEST Operation

2022-09-08 Thread GitBox
bejancsaba commented on PR #6375: URL: https://github.com/apache/nifi/pull/6375#issuecomment-1240789452 > Thanks for this improvement @bejancsaba, without reviewing the substantive details, I provided a few comments on the hashing implementation. Thank you for taking a look addressed

[GitHub] [nifi] bejancsaba commented on a diff in pull request #6375: NIFI-10458 Add support for the DESCRIBE/MANIFEST Operation

2022-09-08 Thread GitBox
bejancsaba commented on code in PR #6375: URL: https://github.com/apache/nifi/pull/6375#discussion_r966036354 ## c2/c2-client-bundle/c2-client-service/src/main/java/org/apache/nifi/c2/client/service/C2HeartbeatFactory.java: ## @@ -225,4 +242,14 @@ private File

[jira] [Commented] (NIFI-10459) Fix shaded dependencies are not recognizable by IDEA

2022-09-08 Thread Nandor Soma Abonyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601833#comment-17601833 ] Nandor Soma Abonyi commented on NIFI-10459: --- Hi [~exceptionfactory]! Hopefully, I will have a

[jira] [Created] (NIFI-10460) Zendesk Support source connector

2022-09-08 Thread Ferenc Kis (Jira)
Ferenc Kis created NIFI-10460: - Summary: Zendesk Support source connector Key: NIFI-10460 URL: https://issues.apache.org/jira/browse/NIFI-10460 Project: Apache NiFi Issue Type: Improvement

[jira] [Updated] (NIFI-10427) Add List-/Fetch Box processors

2022-09-08 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-10427: --- Status: Patch Available (was: In Progress) > Add List-/Fetch Box processors >

[GitHub] [nifi] nandorsoma opened a new pull request, #6377: NIFI-10459 Fix shaded dependencies are not recognizable by IDEA

2022-09-08 Thread GitBox
nandorsoma opened a new pull request, #6377: URL: https://github.com/apache/nifi/pull/6377 …ecognizable by IDEA # Summary [NIFI-10459](https://issues.apache.org/jira/browse/NIFI-10459) This workaround makes IDEA to

[GitHub] [nifi] turcsanyip commented on a diff in pull request #6373: NIFI-10411 Add record processing feature to PublishMQTT processor

2022-09-08 Thread GitBox
turcsanyip commented on code in PR #6373: URL: https://github.com/apache/nifi/pull/6373#discussion_r965946668 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/src/test/java/org/apache/nifi/processors/mqtt/TestPublishMQTT.java: ## @@ -17,52 +17,373 @@ package

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6307: NIFI-10364: Simplified connection/session handling in SmbjClientService

2022-09-08 Thread GitBox
exceptionfactory commented on code in PR #6307: URL: https://github.com/apache/nifi/pull/6307#discussion_r965988126 ## nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/src/main/java/org/apache/nifi/services/smb/SmbjClientProviderService.java: ## @@ -116,16 +121,61 @@

[jira] [Updated] (NIFI-10456) StandardOauth2AccessTokenProvider should send client credentials as Basic Authentication

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10456: Issue Type: Improvement (was: Bug) > StandardOauth2AccessTokenProvider should send client

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6375: NIFI-10458 Add support for the DESCRIBE/MANIFEST Operation

2022-09-08 Thread GitBox
exceptionfactory commented on code in PR #6375: URL: https://github.com/apache/nifi/pull/6375#discussion_r965958209 ## c2/c2-client-bundle/c2-client-service/src/main/java/org/apache/nifi/c2/client/service/C2HeartbeatFactory.java: ## @@ -62,6 +69,12 @@ public class

[GitHub] [nifi] ferencerdei opened a new pull request, #6376: NIFI-10455 Get workday report processor

2022-09-08 Thread GitBox
ferencerdei opened a new pull request, #6376: URL: https://github.com/apache/nifi/pull/6376 # Summary Adding a processor which can fetch data from Workday RaaS, transform the response, or hash specific fields.

[GitHub] [nifi] tpalfy commented on a diff in pull request #6307: NIFI-10364: Simplified connection/session handling in SmbjClientService

2022-09-08 Thread GitBox
tpalfy commented on code in PR #6307: URL: https://github.com/apache/nifi/pull/6307#discussion_r965946605 ## nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/src/main/java/org/apache/nifi/services/smb/SmbjClientService.java: ## @@ -27,81 +26,40 @@ import

[GitHub] [nifi] aksharau commented on pull request #6335: NIFI-9920 Fetching all bulletins of a process group on update process…

2022-09-08 Thread GitBox
aksharau commented on PR #6335: URL: https://github.com/apache/nifi/pull/6335#issuecomment-1240691673 Thanks @doodzio for the suggestion. I have added the relevant test cases. Please do note that I had to bump up the mockito version as it was giving me below error for all the existing test

[jira] [Commented] (NIFI-10459) Fix shaded dependencies are not recognizable by IDEA

2022-09-08 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601812#comment-17601812 ] David Handermann commented on NIFI-10459: - Thanks for highlighting this issue [~sabonyi]. From

[GitHub] [nifi] bejancsaba opened a new pull request, #6375: NIFI-10458 Add support for the DESCRIBE/MANIFEST Operation

2022-09-08 Thread GitBox
bejancsaba opened a new pull request, #6375: URL: https://github.com/apache/nifi/pull/6375 # Summary [NIFI-10458](https://issues.apache.org/jira/browse/NIFI-10458) With this change the DESCRIBE / MANIFEST capability was added

[GitHub] [nifi] exceptionfactory commented on pull request #6265: NIFI-10234 Implement PutIoTDB

2022-09-08 Thread GitBox
exceptionfactory commented on PR #6265: URL: https://github.com/apache/nifi/pull/6265#issuecomment-1240662579 > I have reverted these changes. However, several files were still marked for modification. I have no idea what to do. @exceptionfactory I see the files are still marked as

[jira] [Updated] (NIFI-10459) Fix shaded dependencies are not recognizable by IDEA

2022-09-08 Thread Nandor Soma Abonyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandor Soma Abonyi updated NIFI-10459: -- Description: IDEA doesn't recognize shaded dependencies that are created during the

[jira] [Created] (NIFI-10459) Fix shaded dependencies are not recognizable by IDEA

2022-09-08 Thread Nandor Soma Abonyi (Jira)
Nandor Soma Abonyi created NIFI-10459: - Summary: Fix shaded dependencies are not recognizable by IDEA Key: NIFI-10459 URL: https://issues.apache.org/jira/browse/NIFI-10459 Project: Apache NiFi

[jira] [Commented] (NIFI-10454) flowfiles not progressing

2022-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601799#comment-17601799 ] Nurullah Çalışkan commented on NIFI-10454: -- Sorry for these comments. I tried to add a picture

[jira] [Commented] (NIFI-10454) flowfiles not progressing

2022-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601797#comment-17601797 ] Nurullah Çalışkan commented on NIFI-10454: -- [~markap14] I tried to get the dump and open it in

[jira] [Commented] (NIFI-10454) flowfiles not progressing

2022-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601794#comment-17601794 ] Nurullah Çalışkan commented on NIFI-10454: -- [~mattyb149] We use the processor inside Nifi. These

[jira] [Updated] (NIFI-10454) flowfiles not progressing

2022-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nurullah Çalışkan updated NIFI-10454: - Attachment: image (6).png > flowfiles not progressing > - > >

[jira] [Updated] (NIFI-10454) flowfiles not progressing

2022-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nurullah Çalışkan updated NIFI-10454: - Attachment: (was: image (6).png) > flowfiles not progressing >

[jira] [Updated] (NIFI-10454) flowfiles not progressing

2022-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nurullah Çalışkan updated NIFI-10454: - Attachment: image (6).png > flowfiles not progressing > - > >

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6373: NIFI-10411 Add record processing feature to PublishMQTT processor

2022-09-08 Thread GitBox
exceptionfactory commented on code in PR #6373: URL: https://github.com/apache/nifi/pull/6373#discussion_r965871887 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml: ## @@ -93,5 +93,11 @@ nifi-schema-registry-service-api test

[jira] [Created] (NIFI-10458) [C2] Lightweight Heartbeat support (DESCRIBE)

2022-09-08 Thread Csaba Bejan (Jira)
Csaba Bejan created NIFI-10458: -- Summary: [C2] Lightweight Heartbeat support (DESCRIBE) Key: NIFI-10458 URL: https://issues.apache.org/jira/browse/NIFI-10458 Project: Apache NiFi Issue Type:

[jira] [Created] (NIFI-10457) Add a new goal that checks dependency duplications in nars

2022-09-08 Thread Jira
Kalmár Róbert created NIFI-10457: Summary: Add a new goal that checks dependency duplications in nars Key: NIFI-10457 URL: https://issues.apache.org/jira/browse/NIFI-10457 Project: Apache NiFi

[GitHub] [nifi] tpalfy commented on pull request #6331: NIFI-10380 ListDropbox processor

2022-09-08 Thread GitBox
tpalfy commented on PR #6331: URL: https://github.com/apache/nifi/pull/6331#issuecomment-1240580138 LGTM The test failure in one of the jobs looks intermittent and is in a test unrelated to this change. I think this is ready to be merged. @exceptionfactory do you have any

[jira] [Updated] (NIFI-10456) StandardOauth2AccessTokenProvider should send client credentials as Basic Authentication

2022-09-08 Thread Esa Lindqvist (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esa Lindqvist updated NIFI-10456: - Summary: StandardOauth2AccessTokenProvider should send client credentials as Basic

[jira] [Updated] (NIFI-10456) StandardOauth2AccessTokenProvider should send credentials as Basic Authentication

2022-09-08 Thread Esa Lindqvist (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esa Lindqvist updated NIFI-10456: - Description: Currently the StandardOauth2AccessTokenProvider sends client credentials in the

[jira] [Created] (NIFI-10456) StandardOauth2AccessTokenProvider should send credentials as Basic Authentication

2022-09-08 Thread Esa Lindqvist (Jira)
Esa Lindqvist created NIFI-10456: Summary: StandardOauth2AccessTokenProvider should send credentials as Basic Authentication Key: NIFI-10456 URL: https://issues.apache.org/jira/browse/NIFI-10456

[GitHub] [nifi] nandorsoma commented on a diff in pull request #6373: NIFI-10411 Add record processing feature to PublishMQTT processor

2022-09-08 Thread GitBox
nandorsoma commented on code in PR #6373: URL: https://github.com/apache/nifi/pull/6373#discussion_r965767410 ## nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml: ## @@ -93,5 +93,11 @@ nifi-schema-registry-service-api test +

[GitHub] [nifi] dam4rus commented on a diff in pull request #6350: NIFI-10242 Create QueryAirtableTable processor

2022-09-08 Thread GitBox
dam4rus commented on code in PR #6350: URL: https://github.com/apache/nifi/pull/6350#discussion_r965701711 ## nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-processors/src/main/java/org/apache/nifi/processors/airtable/QueryAirtableTable.java: ## @@ -0,0 +1,422 @@ +/* + *

[jira] [Created] (NIFI-10455) GetWorkdayReport processor

2022-09-08 Thread Ferenc Erdei (Jira)
Ferenc Erdei created NIFI-10455: --- Summary: GetWorkdayReport processor Key: NIFI-10455 URL: https://issues.apache.org/jira/browse/NIFI-10455 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi] xuanronaldo commented on pull request #6265: NIFI-10234 Implement PutIoTDB

2022-09-08 Thread GitBox
xuanronaldo commented on PR #6265: URL: https://github.com/apache/nifi/pull/6265#issuecomment-1240341357 I have reverted these changes. However, several files were still marked for modification. I have no idea what to do. @exceptionfactory -- This is an automated message from the Apache

[jira] [Updated] (NIFI-10441) ExpressionCompiler class have some attribute which are not defined in AttributeExpressionLexer, so that is causing compile time error

2022-09-08 Thread RAVINARAYAN SINGH (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RAVINARAYAN SINGH updated NIFI-10441: - Component/s: (was: Core Framework) Fix Version/s: (was: 1.18.0)