From ef5796c3a9ed759db0d112742d4986689470c847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Fri, 18 Nov 2022 09:43:41 +0100 Subject: [PATCH] Update documentation to mention Java 17+ baseline Closes gh-29514 --- framework-docs/src/docs/asciidoc/overview.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/framework-docs/src/docs/asciidoc/overview.adoc b/framework-docs/src/docs/asciidoc/overview.adoc index 46df7098515..7508ad35495 100644 --- a/framework-docs/src/docs/asciidoc/overview.adoc +++ b/framework-docs/src/docs/asciidoc/overview.adoc @@ -8,10 +8,8 @@ include::attributes.adoc[] Spring makes it easy to create Java enterprise applications. It provides everything you need to embrace the Java language in an enterprise environment, with support for Groovy and Kotlin as alternative languages on the JVM, and with the flexibility to create many -kinds of architectures depending on an application's needs. As of Spring Framework 5.1, -Spring requires JDK 8+ (Java SE 8+) and provides out-of-the-box support for JDK 11 LTS. -Java SE 8 update 60 is suggested as the minimum patch release for Java 8, but it is -generally recommended to use a recent patch release. +kinds of architectures depending on an application's needs. As of Spring Framework 6.0, +Spring requires Java 17+. Spring supports a wide range of application scenarios. In a large enterprise, applications often exist for a long time and have to run on a JDK and application server whose upgrade