+1

Thanks, Dan, for you efforts in this release, and all other contributors for getting Causeway to this milestone.

Tested on Windows 11. It was a bit more challenging, but possible.

C:\Dev\Causeway\causeway-app-simpleapp-release-2.0.0-RC3-RC1-jdo>mvn -v
C:\Apps\apache-maven-3.9.5\bin\mvn -v
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: C:\Apps\apache-maven-3.9.5
Java version: 21, vendor: Oracle Corporation, runtime: C:\Apps\jdk-21
Default locale: en_GB, platform encoding: UTF-8
OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"


C:\Dev\Causeway\causeway-app-simpleapp-release-2.0.0-RC3-RC1-jdo>java -version
C:\Apps\jdk-21\bin\java -version
openjdk version "21" 2023-09-19
OpenJDK Runtime Environment (build 21+35-2513)
OpenJDK 64-Bit Server VM (build 21+35-2513, mixed mode, sharing)

On 2023-10-03 00:43, Dan Haywood wrote:
Folks,

I've just cut a new release of the Apache Causeway Framework.

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-RC3-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-RC3
RC=RC1
NEXUSREPONUM=1007

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

--
Kevin Meyer
Ljubljana, Slovenia

Reply via email to