This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git
The following commit(s) were added to refs/heads/master by this push:
new 3c625d8 updates readme for v4
3c625d8 is described below
commit 3c625d82951a6cd5aa2b5bb2967c7d0cb94e5a9f
Author: Andi Huber <[email protected]>
AuthorDate: Tue Oct 7 18:16:09 2025 +0200
updates readme for v4
---
README.md | 20 +++-----------------
1 file changed, 3 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index b596257..c4db5c6 100644
--- a/README.md
+++ b/README.md
@@ -15,14 +15,6 @@ The app is available as a Docker image.
docker run -p 8080:8080 apache/causeway-app-referenceapp-jpa:latest
```
-
-* to run the JDO variant:
-
- ```bash
- docker pull apache/causeway-app-referenceapp-jdo:latest
- docker run -p 8080:8080 apache/causeway-app-referenceapp-jdo:latest
- ```
-
... then navigate to http://localhost:8080
@@ -30,19 +22,13 @@ The app is available as a Docker image.
Prereqs:
-* mvnd 3.6.x
-* Java 11
+* mvnd 3.9+
+* Java 21
Building:
* To build the JPA variant:
```bash
- mvnd -Dwicket-jdo install
- ```
-*
-* To build the JDO variant:
-
- ```bash
- mvnd -Dwicket-jdo install
+ mvnd -Dwicket-jpa install
```