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:
parent
174435beff
commit
99cda31579
|
@ -1,7 +1,7 @@
|
||||||
[[prerequisites]]
|
[[prerequisites]]
|
||||||
= 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.
|
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.
|
In particular, you need not configure a special Java Authentication and Authorization Service (JAAS) policy file or place Spring Security into common classpath locations.
|
||||||
|
|
Loading…
Reference in New Issue