From 9ab3926d4b64063c1039aee5a8796f4b5811fa71 Mon Sep 17 00:00:00 2001 From: ThijsSeppen <61540706+ThijsSeppen@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:24:15 +0100 Subject: [PATCH] Update system-requirements.md remove "future 10.24" comment --- .../en/docs/refguide10/installation/system-requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide10/installation/system-requirements.md b/content/en/docs/refguide10/installation/system-requirements.md index c2daaa0af62..44f9933bc4c 100644 --- a/content/en/docs/refguide10/installation/system-requirements.md +++ b/content/en/docs/refguide10/installation/system-requirements.md @@ -228,10 +228,10 @@ The Mendix Docker buildpack supports the following Kubernetes versions: When running Mendix on a server, you need Java Runtime Environment (JRE). To download an Eclipse Temurin OpenJDK distribution from Adoptium, see [Eclipse Temurin™ Latest Releases](https://adoptium.net/temurin/releases). To download a commercial Oracle distribution, see [Java SE Downloads](https://www.oracle.com/technetwork/java/javase/downloads/index.html). The following list explains which version to use: * Mendix 9.24 LTS: Java 11, optionally use Java 21 in 9.24.23 and later -* (Future) Mendix 10.24 LTS: Java 21 +* Mendix 10.24 LTS: Java 21 {{% alert color="warning" %}} -Studio Pro 10.21 and above (including the future 10.24 LTS) does not support Java 11. Upgrade your application to Java 21 before migrating. +Studio Pro 10.21 and above does not support Java 11. Upgrade your application to Java 21 before migrating. {{% /alert %}} {{% alert type="info" %}}