+1 (binding) release this package as nifi-1.11.0 Went through the usual check process. Also deployed a 3-nodes secured cluster with OIDC behind a load balancer with Terraform on Google Cloud. Tested various flows. It looks good to me.
Some notes - I did run into a test failure (that I didn't have before) but it was because JAVA_HOME was not set properly. I copy the error in case it happens to someone else. This is on recently added tests: [ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.666 s <<< FAILURE! - in org.apache.nifi.io.socket.SSLContextFactoryTest [ERROR] testShouldVerifyKeystoreWithEmptyKeyPassword(org.apache.nifi.io.socket.SSLContextFactoryTest) Time elapsed: 0.051 s <<< ERROR! java.io.FileNotFoundException: null/jre/lib/security/cacerts (No such file or directory) at org.apache.nifi.io.socket.SSLContextFactoryTest.testShouldVerifyKeystoreWithEmptyKeyPassword(SSLContextFactoryTest.groovy:162) [ERROR] testShouldVerifyKeystoreWithDifferentKeyPassword(org.apache.nifi.io.socket.SSLContextFactoryTest) Time elapsed: 0.002 s <<< ERROR! java.io.FileNotFoundException: null/jre/lib/security/cacerts (No such file or directory) at org.apache.nifi.io.socket.SSLContextFactoryTest.testShouldVerifyKeystoreWithDifferentKeyPassword(SSLContextFactoryTest.groovy:138) [ERROR] testShouldVerifyKeystoreWithSameKeyPassword(org.apache.nifi.io.socket.SSLContextFactoryTest) Time elapsed: 0.001 s <<< ERROR! java.io.FileNotFoundException: null/jre/lib/security/cacerts (No such file or directory) at org.apache.nifi.io.socket.SSLContextFactoryTest.testShouldVerifyKeystoreWithSameKeyPassword(SSLContextFactoryTest.groovy:113) Also, during the build, I spotted an ERROR message (that does not prevent the completion of the build). We might want to solve this for the next release: [INFO] --- frontend-maven-plugin:1.4:npm (npm install) @ nifi-jolt-transform-json-ui --- [INFO] Running 'npm --cache-min Infinity install' in /Users/pierrevillard/tmp/nifi-1.11.0/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/target/frontend-working-directory [WARNING] npm WARN deprecated [email protected]: This npm package 'angular-ui-router' has been renamed to '@uirouter/angularjs'. Please update your package.json. See https://ui-router.github.io/blog/uirouter-scoped-packages/ [ERROR] npm notice created a lockfile as package-lock.json. You should commit this file. [WARNING] npm WARN nifi-jolt-transform-json-ui@ No license field. [ERROR] Thanks for taking care of the release Joe! Le lun. 20 janv. 2020 à 03:21, Joe Witt <[email protected]> a écrit : > Hello, > > I am pleased to be calling this vote for the source release of Apache NiFi > nifi-1.11.0. > > The source zip, including signatures, digests, etc. can be found at: > https://repository.apache.org/content/repositories/orgapachenifi-1155 > > The source being voted upon and the convenience binaries can be found at: > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.11.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.11.0-RC3 > The Git commit ID is 633408bce7ad34dad727ed9c4edfd36a224f3f12 > > https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=633408bce7ad34dad727ed9c4edfd36a224f3f12 > > Checksums of nifi-1.11.0-source-release.zip: > SHA256: 0e2d77265fc7cedfbdb9588df1dd7f456fd18b6288d65eb5e21befe23af7c567 > SHA512: > > 4880fa3482b3e8d8eed439848fe0a6596826d7ad46425a91b0dd4a4bcd178259327380b24045b7991dbdf8449abdfdda145786b6863eb603f6cef3b9e0ae8ec1 > > 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 > > 129 issues were closed/resolved for this release: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12346451 > > Release note highlights can be found here: > > https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.11.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.11.0 > [ ] +0 no opinion > [ ] -1 Do not release this package because... >
