Folks, Please note that to compile the framework now requires Java 17, however almost all of the modules target Java 11 (the one exception is the graphql viewer tests). In particular, the helloworld and simpleapp starter apps both require only Java 11 to compile and to run.
Also, the mail sent previously accidentally added a newline in the 2nd curl command; here's the corrected script to use: ~~~~~ VERSION=2.0.0 RC=RC1 NEXUSREPONUM=1012 curl https://downloads.apache.org/causeway/KEYS > /tmp/KEYS gpg --import /tmp/KEYS rm -rf causeway-$VERSION curl -O -L https://raw.githubusercontent.com/apache/causeway/release-$VERSION-$RC/scripts/verify-causeway-release.sh chmod +x ./verify-causeway-release.sh ./verify-causeway-release.sh $NEXUSREPONUM $VERSION $RC ~~~~~ Thanks Dan On Sun, 24 Mar 2024 at 17:42, Dan Haywood <d...@haywood-associates.co.uk> wrote: > Hi folks, > > I've just cut a new release of the Apache Causeway Framework. > > In fact, this is v2.0.0, after 9 milestone releases and four RC releases. > > We do also intend to release v3.0.0 shortly (basically the same codebase, > but with support for Spring Boot 3.x and Java 17; v3 will be a separate > release and vote. > > > For the release though, 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 > causeway-2.0.0-RC1; see https://github.com/apache/causeway/tags > > To verify the source code itself, you can use the following commands (in > an empty directory): > > > ---------------------------------------------------------------- > VERSION=2.0.0 > RC=RC1 > NEXUSREPONUM=1012 > > curl https://downloads.apache.org/causeway/KEYS > /tmp/KEYS > gpg --import /tmp/KEYS > > rm -rf causeway-$VERSION > > curl -O -L > https://raw.githubusercontent.com/apache/causeway/release-$VERSION-$RC/scripts/verify-causeway-release.sh > > chmod +x ./verify-causeway-release.sh > ./verify-causeway-release.sh $NEXUSREPONUM $VERSION $RC > ---------------------------------------------------------------- > > You can then test the helloworld or simpleapp starter apps, see: > https://causeway.staged.apache.org/comguide/latest/verifying-releases.html > > You can also inspect the website in general, available at: > https://causeway.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 >