>From Ian Maxon <[email protected]>: Ian Maxon has uploaded this change for review. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20999?usp=email )
Change subject: [ASTERIXDB-3711]Fix README JDK recommendation ...................................................................... [ASTERIXDB-3711]Fix README JDK recommendation - user model changes: yes - storage format changes: no - interface changes: no Details: Building master actually requries JDK 21, not 17. Change-Id: I434142a9b9cd2d1fc941b1e1f250ef7403a813ec --- M README.md 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/99/20999/1 diff --git a/README.md b/README.md index 2034914..c5f407d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ * A Unix-ish environment (Linux, OS X, will all do). * git * Maven 3.3.9 or newer. -* JDK 17 or newer. +* JDK 21 or newer. * Python 3.11+ with pip and venv Instructions for building the master: -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20999?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I434142a9b9cd2d1fc941b1e1f250ef7403a813ec Gerrit-Change-Number: 20999 Gerrit-PatchSet: 1 Gerrit-Owner: Ian Maxon <[email protected]>
