Re: [discuss] nifi 1.16.1

2022-04-04 Thread Mike Thomsen
I have a few PRs for standardizing and updating our dependencies like Jackson and Avro. Might be good to get those included in 1.16.1 On Mon, Apr 4, 2022 at 3:02 PM Joe Witt wrote: > > Team, > > Sorry for the delays in wrapping up the 1.16 release from earlier last > week. We had great vote

[discuss] nifi 1.16.1

2022-04-04 Thread Joe Witt
Team, Sorry for the delays in wrapping up the 1.16 release from earlier last week. We had great vote turnout and it was definitely a large release in terms of features/etc.. Watching evolution on the 1.17 line since it is clear we can benefit from a 1.16.1 release so I've started preparing that

[ANNOUNCE] Apache NiFi 1.16.0 release

2022-04-04 Thread Joe Witt
Hello The Apache NiFi team would like to announce the release of Apache NiFi 1.16.0. This is a substantial feature, improvement, bug fix and security focused release with more than 400 JIRAs completed. Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.

Re: Missing maven dependencies when building nifi

2022-04-04 Thread Phil H
Thanks Joe! On Tue, 5 Apr 2022 at 00:53, Joe Witt wrote: > Phil > > I think you need to run 'git clean -fxd' from the nifi source root. > > Then try the build again. And allow the entire thing to run. > > Too many builds in different levels are leaving things around. > > Thanks > > On Mon, Apr

Re: Missing maven dependencies when building nifi

2022-04-04 Thread Joe Witt
Phil I think you need to run 'git clean -fxd' from the nifi source root. Then try the build again. And allow the entire thing to run. Too many builds in different levels are leaving things around. Thanks On Mon, Apr 4, 2022 at 7:46 AM Phil H wrote: > So, about that error that flashed

Re: Missing maven dependencies when building nifi

2022-04-04 Thread Phil H
So, about that error that flashed past... [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 22:21 min (Wall Clock) [INFO] Finished at:

Re: SplitContent doesn’t support regex?

2022-04-04 Thread Mark Payne
Phil, Yeah, that’s fine. We want to include the Jira number in the commit message, but you can include multiple by writing a message like: NIFI-3470, NIFI-1517: Addressed Thing #1 and Thing #2 Thanks -Mark > On Apr 4, 2022, at 10:27 AM, Phil H wrote: > > Whilst I try and get NiFi to build,

Re: Missing maven dependencies when building nifi

2022-04-04 Thread Phil H
Thanks Joe, it seems to be about half way through now - much further than previously. I thought I saw some red text flash past, but nothing stopped. Does one of those switches you suggested pile all the bad news up to deliver at the end, or can maven have "red errors" that aren't terminal? TIA,

Re: SplitContent doesn’t support regex?

2022-04-04 Thread Phil H
Whilst I try and get NiFi to build, let's circle back to JIRA. I found an open issue that matches my requirement (NIFI-1517), however to implement my solution, I'd also fix NIFI-3470 on the way (reading a configurable amount of data to run the regex over, rather than byte-by-byte). So, what's

Re: Missing maven dependencies when building nifi

2022-04-04 Thread Phil H
Thanks Mike - that certainly moved the pieces along the board. Your patience for my ignorance is greatly appreciated ;-) Sidenote: I always thought mvn "install" was to do with packaging up binaries, and occurred after the "test" phase had completed? So, got a new new problem: [INFO] Running

Re: Missing maven dependencies when building nifi

2022-04-04 Thread Joe Witt
Phil Here is a command I commonly run to ensure I have nothing other than what the source tree intends. mvn -T C1 clean package verify -Pcontrib-check,include-grpc This will do everything - build it all, run contrib check, and use all the cores. Thanks On Mon, Apr 4, 2022 at 6:38 AM Mike

Re: Missing maven dependencies when building nifi

2022-04-04 Thread Mike Thomsen
Did you run "mvn install" from the root of the project before attempting to run a full test of the code base? On Mon, Apr 4, 2022 at 9:36 AM Phil H wrote: > > Hi there, > > So I got past this issue by running "mvn test" from the root of the nifi > tree. After much compiling and testing, I am

Re: Missing maven dependencies when building nifi

2022-04-04 Thread Phil H
Hi there, So I got past this issue by running "mvn test" from the root of the nifi tree. After much compiling and testing, I am now getting the attached error. I think I am following the contributor guide in having my local branch track origin/main (currently "4a90334728: NIFI-9846 Implement

[GitHub] [nifi] turcsanyip commented on a diff in pull request #5916: NIFI-9846 Implement pagination listing for Azure List processors

2022-04-04 Thread GitBox
turcsanyip commented on code in PR #5916: URL: https://github.com/apache/nifi/pull/5916#discussion_r841468038 ## nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureBlobStorage_v12.java: ## @@ -199,34 +201,44

[GitHub] [nifi] turcsanyip commented on a diff in pull request #5916: NIFI-9846 Implement pagination listing for Azure List processors

2022-04-04 Thread GitBox
turcsanyip commented on code in PR #5916: URL: https://github.com/apache/nifi/pull/5916#discussion_r841463319 ## nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureBlobStorage.java: ## @@ -183,41 +185,53 @@