+1 mvn -v Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b) Maven home: /root/.sdkman/candidates/maven/current Java version: 21.0.9, vendor: Eclipse Adoptium, runtime: /opt/java/openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.6.87.2-microsoft-standard-wsl2", arch: "amd64", family: "unix"
On Mon, Nov 17, 2025 at 6:49 PM Dan Haywood <[email protected]> wrote: > adding my own +1 > > > > On Mon, 17 Nov 2025 at 08:23, Rade, Joerg / Kuehne + Nagel / Ham MI-GR > <[email protected]> wrote: > > > +1 > > > > $ mvn --version > > Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b) > > Maven home: C:\.sdkman\candidates\maven\current > > Java version: 21.0.7, vendor: Eclipse Adoptium, runtime: > > C:\.sdkman\candidates\java\21.0.7-tem > > Default locale: en_US, platform encoding: UTF8 > > OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows" > > > > I had to use the 'old', non-docker approach for verification, because at > > my system (Windows 11, Rancher Desktop) > > > > docker run -p8080:8080 \ -it --platform linux/amd64 > > eclipse-temurin:21-jdk /bin/bash > > > > ended in: > > > > /__cacert_entrypoint.sh: line 114: /C:/Program > > Files/Git/usr/bin/bash: No such file or directory > > > > Thanks -j > > > > -----Original Message----- > > From: Dan Haywood <[email protected]> > > Sent: Freitag, 14. November 2025 07:47 Uhr > > To: [email protected] > > Subject: [VOTE] Apache Causeway Core release 3.5.0 RC1 > > > > EXTERNAL EMAIL > > > > Hi folks, > > > > 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-3.5.0-RC1; > > see https://github.com/apache/causeway/tags 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 curl -s " > https://get.sdkman.io > > " > > | bash source "$HOME/.sdkman/bin/sdkman-init.sh" sdk install maven > > | 3.9.11 > > VERSION=3.5.0 RC=RC1 NEXUSREPONUM=1045 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, 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.), > > Sven Bauer, Daniel Becker, Martin Brinkmann, Lars-Olof Grün, Matthias > > Knicky, Martin Schäfer, Lars Wedel. > > Persönlich haftende Gesellschafterin: Kühne & Nagel A.G., Rechtsform: > > Aktiengesellschaft nach luxemburgischem Recht, HR-Nr.: B 18745, > > Geschäftsführendes Verwaltungsratsmitglied: Markus Blanka-Graff. > > > > 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. > > >
