Update prerequisites documentation

Raises the minimum version of the Java runtime for Spring
Security from 8 to 17

Closes gh-15323
This commit is contained in:
Antoine Rey 2024-06-29 10:08:31 +02:00 committed by Josh Cummings
parent 174435beff
commit 99cda31579
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[[prerequisites]]
= Prerequisites
Spring Security requires a Java 8 or higher Runtime Environment.
Spring Security requires a Java 17 or higher Runtime Environment.
As Spring Security aims to operate in a self-contained manner, you do not need to place any special configuration files in your Java Runtime Environment.
In particular, you need not configure a special Java Authentication and Authorization Service (JAAS) policy file or place Spring Security into common classpath locations.