Re: [CANCEL][VOTE] Release Apache NiFi 1.16.0 (rc2)

2022-03-18 Thread David Handermann
Mike,

Thanks for reviewing and merging the OAuth2-related pull requests, as well
as the Java 17 build PR! I agree we should be ready to move forward now.

Regards,
David Handermann

On Fri, Mar 18, 2022 at 7:35 AM Mike Thomsen  wrote:

> I just finished testing David's patch against one of my client's
> OAuth2-enabled REST APIs (OAuth2 provider is Keycloak). Merged his
> patch based on the good results I saw. I think we're good to go now
> unless there are other blockers.
>
> On Wed, Mar 16, 2022 at 2:51 PM Joe Witt  wrote:
> >
> > RC2 is cancelled.
> >
> > On Wed, Mar 16, 2022 at 11:46 AM David Handermann <
> > exceptionfact...@apache.org> wrote:
> >
> > > -1 (binding)
> > >
> > > In light of a problem just reported with AccessToken.isExpired()
> > > determination in the StandardOauth2TokenProvider service, this issue
> should
> > > be corrected:
> > >
> > > https://issues.apache.org/jira/browse/NIFI-9801
> > >
> > > Regards,
> > > David Handermann
> > >
> > > On Wed, Mar 16, 2022 at 12:05 PM Mark Payne 
> wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > - Performed full build with contib-chck
> > > > - Veified the hashes
> > > > - Ran all system tests successfully
> > > > - Started up and loaded a large flow with thousdands of processors.
> > > > Ensured that all loaded successfully.
> > > > - Ran some smoke screen tests
> > > > - Ran several tests with disconnecting nodes, updated flow, ensuring
> that
> > > > node could join back and properly inherited all changes
> > > >
> > > > Thanks
> > > > -Mark
> > > >
> > > >
> > > > > On Mar 15, 2022, at 4:17 PM, Joe Witt  wrote:
> > > > >
> > > > > Hello,
> > > > >
> > > > > I am pleased to be calling this vote for the source release of
> Apache
> > > > NiFi
> > > > > 1.16.0.
> > > > >
> > > > > The source zip, including signatures, digests, etc. can be found
> at:
> > > > >
> https://repository.apache.org/content/repositories/orgapachenifi-1197
> > > > >
> > > > > The source being voted upon and the convenience binaries can be
> found
> > > at:
> > > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.16.0/
> > > > >
> > > > > A helpful reminder on how the release candidate verification
> process
> > > > works:
> > > > >
> > > >
> > >
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > > > >
> > > > > The Git tag is nifi-1.16.0-RC2
> > > > > The Git commit ID is a680b3f093fc93197036fb43c08e75f6a3f21a18
> > > > >
> > > >
> > >
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=a680b3f093fc93197036fb43c08e75f6a3f21a18
> > > > >
> > > > > Checksums of nifi-1.16.0-source-release.zip:
> > > > > SHA256:
> > > 02c03615df5be60958717471e40ca97d1b47457ef7355e056b385e3384cb54f2
> > > > > SHA512:
> > > > >
> > > >
> > >
> 43e9baa695b9617999d88f4d5878775d37bc293747c0cd6bcb1fc77318fca07bde5c5c536cc273937593c0194dd25426a617137861832b1b3749307eb2b9fd70
> > > > >
> > > > > Release artifacts are signed with the following key:
> > > > > https://people.apache.org/keys/committer/joewitt.asc
> > > > >
> > > > > KEYS file available here:
> > > > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > > >
> > > > > 387 issues were closed/resolved for this release:
> > > > >
> > > >
> > >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12350741
> > > > >
> > > > > Release note highlights can be found here:
> > > > >
> > > >
> > >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.16.0
> > > > >
> > > > > The vote will be open for 72 hours.
> > > > > Please download the release candidate and evaluate the necessary
> items
> > > > > including checking hashes, signatures, build from source, and test.
> > > Then
> > > > > please vote:
> > > > >
> > > > > [ ] +1 Release this package as nifi-1.16.0
> > > > > [ ] +0 no opinion
> > > > > [ ] -1 Do not release this package because...
> > > >
> > > >
> > >
>


Re: [CANCEL][VOTE] Release Apache NiFi 1.16.0 (rc2)

2022-03-18 Thread Mike Thomsen
I just finished testing David's patch against one of my client's
OAuth2-enabled REST APIs (OAuth2 provider is Keycloak). Merged his
patch based on the good results I saw. I think we're good to go now
unless there are other blockers.

On Wed, Mar 16, 2022 at 2:51 PM Joe Witt  wrote:
>
> RC2 is cancelled.
>
> On Wed, Mar 16, 2022 at 11:46 AM David Handermann <
> exceptionfact...@apache.org> wrote:
>
> > -1 (binding)
> >
> > In light of a problem just reported with AccessToken.isExpired()
> > determination in the StandardOauth2TokenProvider service, this issue should
> > be corrected:
> >
> > https://issues.apache.org/jira/browse/NIFI-9801
> >
> > Regards,
> > David Handermann
> >
> > On Wed, Mar 16, 2022 at 12:05 PM Mark Payne  wrote:
> >
> > > +1 (binding)
> > >
> > > - Performed full build with contib-chck
> > > - Veified the hashes
> > > - Ran all system tests successfully
> > > - Started up and loaded a large flow with thousdands of processors.
> > > Ensured that all loaded successfully.
> > > - Ran some smoke screen tests
> > > - Ran several tests with disconnecting nodes, updated flow, ensuring that
> > > node could join back and properly inherited all changes
> > >
> > > Thanks
> > > -Mark
> > >
> > >
> > > > On Mar 15, 2022, at 4:17 PM, Joe Witt  wrote:
> > > >
> > > > Hello,
> > > >
> > > > I am pleased to be calling this vote for the source release of Apache
> > > NiFi
> > > > 1.16.0.
> > > >
> > > > The source zip, including signatures, digests, etc. can be found at:
> > > > https://repository.apache.org/content/repositories/orgapachenifi-1197
> > > >
> > > > The source being voted upon and the convenience binaries can be found
> > at:
> > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.16.0/
> > > >
> > > > A helpful reminder on how the release candidate verification process
> > > works:
> > > >
> > >
> > https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> > > >
> > > > The Git tag is nifi-1.16.0-RC2
> > > > The Git commit ID is a680b3f093fc93197036fb43c08e75f6a3f21a18
> > > >
> > >
> > https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=a680b3f093fc93197036fb43c08e75f6a3f21a18
> > > >
> > > > Checksums of nifi-1.16.0-source-release.zip:
> > > > SHA256:
> > 02c03615df5be60958717471e40ca97d1b47457ef7355e056b385e3384cb54f2
> > > > SHA512:
> > > >
> > >
> > 43e9baa695b9617999d88f4d5878775d37bc293747c0cd6bcb1fc77318fca07bde5c5c536cc273937593c0194dd25426a617137861832b1b3749307eb2b9fd70
> > > >
> > > > Release artifacts are signed with the following key:
> > > > https://people.apache.org/keys/committer/joewitt.asc
> > > >
> > > > KEYS file available here:
> > > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > >
> > > > 387 issues were closed/resolved for this release:
> > > >
> > >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12350741
> > > >
> > > > Release note highlights can be found here:
> > > >
> > >
> > https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.16.0
> > > >
> > > > The vote will be open for 72 hours.
> > > > Please download the release candidate and evaluate the necessary items
> > > > including checking hashes, signatures, build from source, and test.
> > Then
> > > > please vote:
> > > >
> > > > [ ] +1 Release this package as nifi-1.16.0
> > > > [ ] +0 no opinion
> > > > [ ] -1 Do not release this package because...
> > >
> > >
> >