Remove Duplicate Runtime Environment From Docs

Closes gh-7980
This commit is contained in:
Rob Winch 2020-02-12 13:32:54 -06:00
parent 72a9c15278
commit f9b783bcee
1 changed files with 0 additions and 12 deletions

View File

@ -2,18 +2,6 @@
== Technical Overview
[[runtime-environment]]
=== Runtime Environment
Spring Security {spring-security-version} requires a Java 8 Runtime Environment or higher.
As Spring Security aims to operate in a self-contained manner, there is no need to place any special configuration files into your Java Runtime Environment.
In particular, there is no need to configure a special Java Authentication and Authorization Service (JAAS) policy file or place Spring Security into common classpath locations.
Similarly, if you are using an EJB Container or Servlet Container there is no need to put any special configuration files anywhere, nor include Spring Security in a server classloader.
All the required files will be contained within your application.
This design offers maximum deployment time flexibility, as you can simply copy your target artifact (be it a JAR, WAR or EAR) from one system to another and it will immediately work.
[[core-components]]
=== Core Components
As of Spring Security 3.0, the contents of the `spring-security-core` jar were stripped down to the bare minimum.