My vote: +1

----
mvn -v
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/maven
Java version: 17-ea, vendor: Debian, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.60.1-microsoft-standard-wsl2", arch: "amd64", 
family: "unix"
----

I found the 'Me' menu entry broken in 'HelloWorld' and 'SimpleApp', that is, Me 
= 'Sven' is rendered based on a UserMemento, which is not properly handled as a 
view-model. However, the 'Me' menu entry is working in our DemoApp. So this is 
not a framework issue and can be easily fixed with the starter apps post 
release.

Also, I used to test release candidates on Oracle Virtualbox VMs, based on 
Debian or Ubuntu. With my recent upgrade to Windows 11 of my host machine, I 
have all sorts of weird issues with these VMs. Could not build on these, so for 
my verification build, I resorted to Windows Subsystem for Linux.

Thanks Dan for doing all the release work!

Cheers Andi 

On 2022/02/24 20:06:31 Dan Haywood wrote:
> Hi folks,
> 
> I've just cut a new release of the Apache Isis 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 isis-2.0.0-M7-RC2;
> 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-M7
> RC=RC2
> NEXUSREPONUM=1120
> 
> 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
> 

Reply via email to