Skip to content

Commit

Permalink
Update prerequisites documentation
Browse files Browse the repository at this point in the history
Raises the minimum version of the Java runtime for Spring
Security from 8 to 17

Closes gh-15323
  • Loading branch information
arey authored and jzheaux committed Jul 1, 2024
1 parent 174435b commit 99cda31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/prerequisites.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 99cda31

Please sign in to comment.