+1 (3.0.0 RC1) Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /opt/maven Java version: 21.0.1, vendor: Private Build, runtime: /usr/lib/jvm/java-21-openjdk-amd64 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "5.15.133.1-microsoft-standard-wsl2", arch: "amd64", family: "unix"
Cheers, Jeroen van der Wal On Wed, 27 Mar 2024 at 14:23, Johan Doornenbal <jdoornen...@apache.org> wrote: > +1 for me (3.00 RC1) > > Johan-M2:causeway-rel johandoornenbal$ mvn -version > Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) > Maven home: /opt/homebrew/Cellar/maven/3.9.4/libexec > Java version: 21, vendor: Homebrew, runtime: > /opt/homebrew/Cellar/openjdk/21/libexec/openjdk.jdk/Contents/Home > Default locale: en_NL, platform encoding: UTF-8 > OS name: "mac os x", version: "13.2.1", arch: "aarch64", family: "mac" > > Greetings from Johan > > > > On 2024/03/27 07:00:47 Dan Haywood wrote: > > Adding my own +1 > > > > On Wed, 27 Mar 2024 at 05:34, Andi Huber <ahu...@apache.org> wrote: > > > > > +1 > > > > > > 3.0.0 (RC1) is looking good to me. > > > > > > Cheers, Andi > > > --- > > > mvn -v > > > Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) > > > Maven home: /opt/maven > > > Java version: 22, vendor: Azul Systems, Inc., runtime: > > > /usr/lib/jvm/zulu-22-amd64 > > > Default locale: en_US, platform encoding: UTF-8 > > > OS name: "linux", version: "5.15.146.1-microsoft-standard-wsl2", arch: > > > "amd64", family: "unix" > > > > > > On 2024/03/26 00:05:08 Dan Haywood wrote: > > > > Hi folks, > > > > > > > > I've just cut a new release of the Apache Causeway Framework, namely > > > v3.0.0. > > > > > > > > This release is basically equivalent to 2.0.0, but targeting Spring > Boot > > > > 3.x and Java 17. > > > > > > > > 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-3.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): > > > > > > > > Thanks, > > > > Dan > > > > > > > > ---------------------------------------------------------------- > > > > VERSION=3.0.0 > > > > RC=RC1 > > > > NEXUSREPONUM=1013 > > > > > > > > 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 > > > > > > > > > >