72 hours have elapsed so I'm now closing this vote.  I'll announce the
results on a separate thread.

On Fri, 25 Feb 2022 at 15:59, Rade, Joerg / Kuehne + Nagel / Ham MI-DD <
joerg.r...@kuehne-nagel.com> wrote:

> +1 from here as well
> ~/ApacheIsis-2.0.0-M7$ mvn --version
> Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
> Maven home: /home/jrade/.sdkman/candidates/maven/current
> Java version: 11.0.11, vendor: Oracle Corporation, runtime:
> /home/jrade/.sdkman/candidates/java/11.0.11-open
> Default locale: en, platform encoding: UTF-8
> OS name: "linux", version: "5.4.72-microsoft-standard-wsl2", arch:
> "amd64", family: "unix"
>
> -----Ursprüngliche Nachricht-----
> Von: Johan Doornenbal <jo...@yodo.nl>
> Gesendet: Freitag, 25. Februar 2022 14:21
> An: dev <d...@isis.apache.org>
> Betreff: Re: [VOTE] Apache Isis Core release 2.0.0-M7 RC2
>
> +1 for me.
>
> mvn -v
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: /usr/local/Cellar/maven/3.6.3/libexec
> Java version: 11.0.10, vendor: AdoptOpenJDK, runtime:
> /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
> Default locale: en_GB, platform encoding: UTF-8 OS name: "mac os x",
> version: "10.15.7", arch: "x86_64", family: "mac"
>
> Thanks Andi and Dan.
>
> Best regards / Met vriendelijke groet,
>
> Johan Doornenbal
>
>
> M 06 227 666 28
>
> jo...@yodo.nl <jo...@filternet.nl>
>
> www.yodo.nl
>
>
> Griene Daam 7
>
> 9084 DG Goutum
>
>
> Op vr 25 feb. 2022 om 11:37 schreef Dan Haywood <
> d...@haywood-associates.co.uk>:
>
> > I'm happy to do an RC3 if need be.... it doesn't seem that there's a
> > workaround for this?
> >
> > On Fri, 25 Feb 2022 at 09:44, Andi Huber <ahu...@apache.org> wrote:
> >
> > > Actually I got that wrong, there is an issue with UserMemento used
> > > as a view-model, that cannot be fixed with the starter apps:
> > > https://issues.apache.org/jira/browse/ISIS-2964
> > >
> > > But that does not change my vote.
> > >
> > > On 2022/02/25 08:35:57 Dan Haywood wrote:
> > > > Thanks, Andi.
> > > >
> > > > My +1 also.
> > > >
> > > > For the example apps, if you know what the fix is, then there's no
> > > > need
> > > to
> > > > wait until post release for the fix, just push to the release
> > > > branches (jpa, then merge to jdo).
> > > >
> > > > Thx
> > > > Dan
> > > >
> > > > On Fri, 25 Feb 2022 at 07:39, Andi Huber <ahu...@apache.org> wrote:
> > > >
> > > > > 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/scr
> > ipts/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
> > > > > >
> > > > >
> > > >
> > >
> >
>
> Kühne + Nagel (AG & Co.) KG
> Rechtsform: Kommanditgesellschaft, Bremen HRA 21928, USt-IdNr.: DE
> 812773878.
> Geschäftsleitung Kühne + Nagel (AG & Co.) KG: Holger Ketz (Vors.), Simon
> Bitter, Martin Brinkmann, Lars-Olof Grün, Matthias Knicky, Axel Krichel,
> Johannes Trimborn, Lars Wedel.
> Persönlich haftende Gesellschafterin: Kühne & Nagel A.G., Rechtsform:
> Aktiengesellschaft nach luxemburgischem Recht, HR-Nr.: B 18745,
> Geschäftsführendes Verwaltungsratsmitglied: Karl Gernandt.
> Geschäftsleitung Region Europa: Dr. Hansjörg Rodi (Vors.), Ants Anupold,
> Dominic Edmonds, Thierry Held, Richard Huhn, Jan-Hendrik Köstergarten,
> Nicholas Minde, André Schiffer, Heiko Schuhmacher.
>
> Wir arbeiten ausschließlich auf Grundlage der Allgemeinen Deutschen
> Spediteurbedingungen 2017 (ADSp 2017). Hinweis: Die ADSp 2017 weichen in
> Ziffer 23 hinsichtlich des Haftungshöchstbetrages für Güterschäden (§ 431
> HGB) vom Gesetz ab, indem sie die Haftung bei multimodalen Transporten
> unter Einschluss einer Seebeförderung und bei unbekanntem Schadenort auf 2
> SZR/kg und im Übrigen die Regelhaftung von 8,33 SZR/kg zusätzlich auf 1,25
> Millionen Euro je Schadenfall sowie 2,5 Millionen Euro je Schadenereignis,
> mindestens aber 2 SZR/kg, beschränken. Die ADSp sind auf unserer Webseite
> als Download erhältlich. Auf Anfrage senden wir Ihnen diese auch gerne zu.
>

Reply via email to