Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add java 17 support for Runner #1617

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion docs/administration/install/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, mixed mode)
```

::: warning Java Versions
At this time the 5.x series ONLY supports Java 11. Java 17+ is not currently validated or tested so we recommend using version 11.
At this time the 5.x series for Runbook Automation and Rundeck ONLY supports Java 11. Java 17+ is not currently validated or tested so we recommend using version 11.

[Azul Zulu Open JDK](https://www.azul.com/downloads/?package=jdk#zulu) is what the software is built and tested with and is the recommended distribution.

Sun/Oracle and other flavors of Java may work, but our team has limited capabilities to troubleshoot problems specific to those distributions. The [Azul Zulu Open JDK](https://www.azul.com/downloads/?package=jdk#zulu) is strongly recommended.

**Note**: As of version 5.8.0 the [Enterprise Runner](/administration/runner/index.md) supports either Java 11 or Java 17.
:::

## Network access
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Once you have [created and downloaded a Runner](/administration/runner/runner-in
- Runners can be installed on Windows, Linux or in containers.
- The operating systems that we officially support for the Runner are listed [here](/administration/install/system-requirements.md).
- Note that the Runner can be installed on a *different* operating system than the self-hosted cluster.
- Java 11 is required to run the Runner JAR file.
- Java 11 or Java 17 JRE installed on the Runner's host.
- The Runner binary size is 164MB.

#### Resource Allocation
Expand Down