Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/installation/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Java runtime environment

Trino requires a 64-bit version of Java 11, with a minimum required version of 11.0.11.
Earlier patch versions such as 11.0.2 do not work, nor will earlier major versions such as Java 8.
Newer major versions such as Java 12 or 13 are not supported -- they may work, but are not tested.
Newer major versions such as Java 12 or 13, including Java 17, are not supported -- they may work, but are not tested.
Comment thread
mosabua marked this conversation as resolved.

We recommend using `Azul Zulu <https://www.azul.com/downloads/zulu-community/>`_
as the JDK for Trino, as Trino is tested against that distribution.
Expand Down