>From Ian Maxon <[email protected]>: Ian Maxon has submitted this change. ( 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 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20999 Tested-by: Jenkins <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Reviewed-by: Suryaa Charan Shivakumar <[email protected]> Integration-Tests: Jenkins <[email protected]> --- M README.md 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins: Verified; Verified Ian Maxon: Looks good to me, approved Suryaa Charan Shivakumar: Looks good to me, but someone else must approve Objections: Anon. E. Moose #1000171: Violations found 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: merged Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I434142a9b9cd2d1fc941b1e1f250ef7403a813ec Gerrit-Change-Number: 20999 Gerrit-PatchSet: 2 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Suryaa Charan Shivakumar <[email protected]>
