Re: [VOTE] Apache Causeway Core release 2.0.0-RC4 RC1

2024-01-02 Thread Dan Haywood
OK, I'm going to close this vote now.  Will announce the result on another
thread.

On Mon, 1 Jan 2024 at 15:09, Dan Haywood 
wrote:

> Adding my own +1.
>
> Any other votes before I close?
>
> On Fri, 29 Dec 2023 at 15:29, Andi Huber  wrote:
>
>> +1
>>
>> 
>> mvn -v
>> Apache Maven 3.9.5
>> Maven home: /opt/maven
>> Java version: 21, vendor: Azul Systems, Inc., runtime:
>> /usr/lib/jvm/zulu-21-amd64
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "linux", version: "5.15.133.1-microsoft-standard-wsl2", arch:
>> "amd64", family: "unix"
>> 
>>
>> Cheers, Andi
>>
>> On 2023/12/28 23:30:19 Dan Haywood wrote:
>> > 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-RC4-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-RC4
>> > RC=RC1
>> > NEXUSREPONUM=1008
>> >
>> > 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
>> >
>>
>


Re: [VOTE] Apache Causeway Core release 2.0.0-RC4 RC1

2024-01-01 Thread Dan Haywood
Adding my own +1.

Any other votes before I close?

On Fri, 29 Dec 2023 at 15:29, Andi Huber  wrote:

> +1
>
> 
> mvn -v
> Apache Maven 3.9.5
> Maven home: /opt/maven
> Java version: 21, vendor: Azul Systems, Inc., runtime:
> /usr/lib/jvm/zulu-21-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.15.133.1-microsoft-standard-wsl2", arch:
> "amd64", family: "unix"
> 
>
> Cheers, Andi
>
> On 2023/12/28 23:30:19 Dan Haywood wrote:
> > 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-RC4-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-RC4
> > RC=RC1
> > NEXUSREPONUM=1008
> >
> > 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
> >
>


Re: [VOTE] Apache Causeway Core release 2.0.0-RC4 RC1

2023-12-29 Thread Andi Huber
+1


mvn -v
Apache Maven 3.9.5
Maven home: /opt/maven
Java version: 21, vendor: Azul Systems, Inc., runtime: 
/usr/lib/jvm/zulu-21-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.133.1-microsoft-standard-wsl2", arch: "amd64", 
family: "unix"


Cheers, Andi

On 2023/12/28 23:30:19 Dan Haywood wrote:
> 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-RC4-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-RC4
> RC=RC1
> NEXUSREPONUM=1008
> 
> 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
> 


RE: [VOTE] Apache Causeway Core release 2.0.0-RC4 RC1

2023-12-29 Thread Rade, Joerg / Kuehne + Nagel / Ham MI-GR
+1

sh-5.2$ mvn --version
Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39)
Maven home: C:\.sdkman\candidates\maven\current
Java version: 21.0.1, vendor: Oracle Corporation, runtime: 
C:\.sdkman\candidates\java\current
Default locale: en_US, platform encoding: UTF8
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
sh-5.2$

-Original Message-
From: Dan Haywood 
Sent: Freitag, 29. Dezember 2023 00:30
To: [email protected]
Subject: [VOTE] Apache Causeway Core release 2.0.0-RC4 RC1

EXTERNAL EMAIL

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-RC4-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-RC4
RC=RC1
NEXUSREPONUM=1008

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

Kühne + Nagel (AG & Co.) KG
Rechtsform: Kommanditgesellschaft, Bremen HRA 21928, USt-IdNr.: DE 812773878.
Geschäftsleitung Kühne + Nagel (AG & Co.) KG: Tobias Jerschke (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: Pamela Quinn (Vors.), Philip Biewer, Thierry 
Held, 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.