Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread David Handermann
Chris, Regarding the new UI profile, it should not be included in the include-all because it is currently still in progress. However, from a source management perspective, all of the Maven modules should reflect the release version, so I plan to cover that in the next release candidate build.

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread David Handermann
Gabor, Thanks for highlighting this issue, it sounds like the default configuration expectation changed with the upgrade to Spring 6. This should probably be carried over to a new thread, but based on an initial review of the history, the MiNiFi C2 Server has had minimal maintenance in the last

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread Dan S
I was able to eventually build per my colleague's suggestion to run the Maven build in a single thread without -T 1C. On Mon, Jan 22, 2024 at 2:02 PM Gábor Gyimesi wrote: > Hi, > > I've also found an issue with RC earlier today, that the Minifi C2 server > is not working anymore with Minifi

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread Gábor Gyimesi
Hi, I've also found an issue with RC earlier today, that the Minifi C2 server is not working anymore with Minifi C++. It seems that the Jetty server upgrade which was part of NIFI-11703 ( https://github.com/apache/nifi/pull/8197) broke the compatibility and now we are getting 403 Forbidden

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread Dan S
Joe, I do not have any specific settings.xml. Chris, Before building I had wiped away my local Maven repo per the optional step in Release Candidate Verification On Mon, Jan 22, 2024 at 11:05 AM Chris Sampson

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread Chris Sampson
Maven might have got itself confused. Could you try clearing out your .m2/repository (at least if anything in the org/apache/nifi directories)? Note that if you delete the whole local repo, then the build will need to re-download all 3rd party libraries too, so things will take longer. On the

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread Joe Witt
Dan, What about your maven settings.xml perhaps? Anything interesting there? Thanks On Mon, Jan 22, 2024 at 8:57 AM Dan S wrote: > ./mvnw -T 1C clean install -Pcontrib-check > > On Mon, Jan 22, 2024 at 10:55 AM David Handermann < > exceptionfact...@apache.org> wrote: > > > Dan, > > > >

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread Dan S
./mvnw -T 1C clean install -Pcontrib-check On Mon, Jan 22, 2024 at 10:55 AM David Handermann < exceptionfact...@apache.org> wrote: > Dan, > > Thanks for noting this build behavior. > > The release candidate process does not publish artifacts to the Maven > Central repository. The RC build only

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread David Handermann
Dan, Thanks for noting this build behavior. The release candidate process does not publish artifacts to the Maven Central repository. The RC build only publishes artifacts to the Apache Nexus staging repository. When running the standard full rebuild as described in the release verification

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread Dan S
Sorry typo in my previous email would like to bring to your attention that I had a problem building as certain dependencies did seem to be present in Maven repos. would like to bring to your attention that I had a problem building as certain dependencies did not seem to be present in Maven

Re: [CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread Dan S
David, Despite cancelling RC1 I would like to bring to your attention that I had a problem building as certain dependencies did seem to be present in Maven repos. I initially got > Could not resolve dependencies for project > org.apache.nifi:nifi-stateless-nar:nar:2.0.0-M2: The following

[CANCEL][VOTE] Release Apache NiFi 2.0.0-M2 (RC1)

2024-01-22 Thread David Handermann
RC1 for 2.0.0-M2 is cancelled. On Mon, Jan 22, 2024 at 9:23 AM David Handermann wrote: > > Joe, > > Thanks for highlighting the build issue related to the optional > profile for the new UI. In the interest of maintaining consistency in > the source release, I agree this issue is worth resolving.