II am encountering the exception below when building with Java 8 My environment per maven -version
Maven home: /opt/apache-maven-3.9.6 Java version: 1.8.0_412, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.412.b08-2.el8.x86_64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.18.0-513.24.1.el8_9.x86_64", arch: "amd64", family: "unix" org.apache.nifi.security.util.crypto.HashServiceTest.testShouldHashEmptyValue -- Time elapsed: 0.043 s <<< ERROR! java.lang.IllegalArgumentException: java.security.NoSuchAlgorithmException: SHA3-224 MessageDigest not available Please advise On Fri, May 3, 2024 at 5:52 PM Nissim Shiman <[email protected]> wrote: > +1 (non-binding) > > verified source release sha256/512 checksums > > successfully ran build using: > Apache Maven 3.9.6 > Java openjdk version: 1.8.0_402 > linux kernel 3.10.0-1160 > > Ran various simple flows successfully. > > Tested against out of the box/empty registry, (i.e. created bucket, > imported PG. made new version of PG, imported new version of PG back to > graph) > > Migrated existing/populated registry from 1.24.0 to this RC successfully. > (i.e. and tested importing PGs, committing new versions of PGs to registry > successfully, importing updated PG to graph) > > Tested/verified: > NIFI-12858 - Processor change history on property hover > > Thank you Pierre and team for 1.26.0! > > Nissim Shiman > > On Friday, May 3, 2024 at 12:47:45 PM UTC, Pierre Villard < > [email protected]> wrote: > > Team, > > I am pleased to be calling this vote for the source release of Apache NiFi > 1.26.0. > > Please review the following guide for how to verify a release candidate > build: > > > https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification > > The source being voted on the and the convenience binaries are available on > the Apache Distribution Repository: > > https://dist.apache.org/repos/dist/dev/nifi/nifi-1.26.0 > > The build artifacts are available on the Apache Nexus Repository: > > https://repository.apache.org/content/repositories/orgapachenifi-1265 > > Git Tag: nifi-1.26.0-RC1 > Git Commit ID: 338083f6850b61cd2651e41bbd73b3cb5330d98c > GitHub Commit Link: > > https://github.com/apache/nifi/commit/338083f6850b61cd2651e41bbd73b3cb5330d98c > > Checksums of nifi-1.26.0-source-release.zip > > SHA256: 75ea201c12bb99672b1f075c9520b5f7df8b24e033ec47121848b351a0d47790 > SHA512: > > 5b754d899ce8cff900d5871d44c2fda9224e69fe8a0fe9a7121f3359ed8881300e4d4d0b2fe5befea276e0495caaaa7ebbed04cc307c18527aa7a1cea25a923a > > Release artifacts are signed with the following key: > > https://people.apache.org/keys/committer/pvillard.asc > > KEYS file is available on the Apache Distribution Repository: > > https://dist.apache.org/repos/dist/release/nifi/KEYS > > Issues resolved for this version: 128 > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12354185 > > Release note highlights can be found on the project wiki: > > > https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.26.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.26.0 > [] +0 no opinion > [] -1 Do not release this package because... >
