Adding my own +1 Verified same.
From: Andi Huber <[email protected]> Date: Friday, 10 October 2025 at 04:34 To: [email protected] <[email protected]> Subject: Re: [VOTE] Apache Causeway Core release 4.0.0-M1 RC1 +1 Thanks Dan for the release related work! Cheers Andi --- Verified using docker image eclipse-temurin:21-jdk: mvn -v Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b) Maven home: /root/.sdkman/candidates/maven/current Java version: 21.0.8, vendor: Eclipse Adoptium, runtime: /opt/java/openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.12.48+deb13-amd64", arch: "amd64", family: "unix" On 2025/10/09 22:44:23 Dan Haywood wrote: > Folks, > > I've just cut a new release of the Apache Causeway Framework. This is a > milestone for the new v4 branch, based on Spring Boot v4.0.0-M3. > > As usual, 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-4.0.0-M1-RC1; > see https://github.com/apache/causeway/tags > > Because this is a milestone release for v4.0.0, I haven't staged an update > to the > website; it will remain on the v3.x mainline. > > To verify the source code itself, we recommend you start a docker container > as > a clean room: > > ------------------------------------------------------------------------------- > docker run -p8080:8080 \ > -it --platform linux/amd64 eclipse-temurin:21-jdk /bin/bash > ------------------------------------------------------------------------------- > > then use the following commands to install prereqs and verify: > > ------------------------------------------------------------------------------- > apt update && apt install -y curl zip unzip vim > curl -s "https://get.sdkman.io" | bash > source "$HOME/.sdkman/bin/sdkman-init.sh" > sdk install maven 3.9.11 > sdk install mvnd 1.0.3 > > VERSION=4.0.0-M1 > RC=RC1 > NEXUSREPONUM=1042 > > cd /tmp > > curl https://downloads.apache.org/causeway/KEYS | gpg --import > gpg --list-keys --with-colons --with-fingerprint \ > | awk -F: ' > $1 == "pub" { in_pub = 1; next } > in_pub && $1 == "fpr" { print $10 ":3:"; in_pub = 0 } > ' | gpg --import-ownertrust > > 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. > > Please verify the release and cast your vote. > The vote will be open for a minimum of 72 hours. > > [ ] +1 > [ ] 0 > [ ] -1 >
