+1 My thumbs up for 2.0.0-M8-RC5.
Note: to build make sure you have a JDK installed ranging from JDK-11 to JDK-18. (A build with JDK-19 is not supported yet.) ---- mvn -v Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/maven Java version: 18.0.2.1, vendor: Azul Systems, Inc., runtime: /usr/lib/jvm/zulu-18-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.102.1-microsoft-standard-wsl2", arch: "amd64", family: "unix" ---- Cheers Andi On 2022/10/03 07:58:38 Dan Haywood wrote: > Hi folks, > > I've just cut another release candidate, RC5, for 2.0.0-M8 version of the > Apache Isis Framework. > We'll get there. On the plus side, our release processes have been nicely > polished... > > The source code zip artifact has been uploaded to a staging repository on > https://repository.apache.org, along with its corresponding .asc signature. > > In the source code repo the code has been tagged as isis-{page-isisrel}-RC1; > see https://github.com/apache/isis/tags > > To verify the source code itself, you can use the following commands > (in an empty directory): > > ---------------------------------------------------------------- > VERSION=2.0.0-M8 > RC=RC5 > NEXUSREPONUM=1126 > > curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS > gpg --import /tmp/KEYS > > rm -rf isis-$VERSION > > curl -O -L > https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh > > chmod +x ./verify-isis-release.sh > ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC > ---------------------------------------------------------------- > > You can then test the helloworld or simpleapp starter apps, see: > https://isis.staged.apache.org/comguide/latest/verifying-releases.html. > > You can also inspect the website in general, available at: > https://isis.staged.apache.org. > > Please verify the release and cast your vote. > The vote will be open for a minimum of 72 hours. > > [ ] +1 > [ ] 0 > [ ] -1 >