Go to file
Rob Winch 85b807dea8
rm .github/workflows for unsupported branch
2025-05-02 12:34:44 -05:00
.github rm .github/workflows for unsupported branch 2025-05-02 12:34:44 -05:00
acl Release version 4.2.13.RELEASE 2019-06-19 18:35:00 +00:00
aspects Release version 4.2.13.RELEASE 2019-06-19 18:35:00 +00:00
bom Add Deploy Artifacts Support 2020-02-05 21:21:18 -06:00
buildSrc uploadArchives dependsOn mavenBom 2020-06-02 16:27:00 -05:00
cas Fix typo 'properites' in documentation 2020-03-11 11:06:30 -06:00
config Replace expired msdn link with latest web archive copy 2020-09-28 17:49:27 -06:00
core Update to Spring Framework 4.3.30 2020-12-09 10:32:14 -07:00
crypto Document NoOpPasswordEncoder will not be removed 2020-05-13 12:57:23 -05:00
data Release version 4.2.13.RELEASE 2019-06-19 18:35:00 +00:00
docs Update Encryptors documentation 2020-03-27 11:24:53 -04:00
etc URL Cleanup 2019-03-26 22:30:09 -04:00
gradle Remove spring-framework-bom Manual Insertion 2020-04-01 12:01:09 -06:00
itest Release version 4.2.13.RELEASE 2019-06-19 18:35:00 +00:00
ldap ActiveDirectoryLdapAuthenticationProvider uses InternalAuthenticationServiceException 2020-04-24 10:57:53 -05:00
messaging Release version 4.2.13.RELEASE 2019-06-19 18:35:00 +00:00
openid Update to httpclient:4.2.6 2020-04-01 00:34:14 -06:00
remoting Release version 4.2.13.RELEASE 2019-06-19 18:35:00 +00:00
samples Update to GAE 1.9.83 2020-12-09 10:32:22 -07:00
sandbox URL Cleanup 2019-03-26 22:30:09 -04:00
scripts Add release-notes-sections.yml 2020-02-06 07:54:37 -06:00
taglibs Release version 4.2.13.RELEASE 2019-06-19 18:35:00 +00:00
test Fix typo 'properites' in documentation 2020-03-11 11:06:30 -06:00
web Polish setAllowedHostnames 2020-06-03 07:52:26 -06:00
.editorconfig Provide editor config for spring-security 2016-05-03 12:26:56 -04:00
.gitignore Update .gitignore 2017-11-02 14:40:53 -05:00
CODE_OF_CONDUCT.adoc URL Cleanup 2019-03-26 22:47:52 -04:00
CONTRIBUTING.md URL Cleanup 2019-03-26 22:47:52 -04:00
README.adoc Add End-of-Life Notice 2020-12-09 11:03:35 -07:00
build.gradle Update to Spring LDAP 2.3.3 2020-12-09 10:32:27 -07:00
class_mapping_from_2.0.x.txt SEC-1148: Simple classname mapping from 2.0 to 3.0 2009-12-02 22:44:30 +00:00
gradle.properties Next Development Version 2020-12-09 11:03:16 -07:00
gradlew gradlew disables Gradle Daemon 2016-10-17 17:00:16 -05:00
gradlew.bat Update GRADLE_OPTS to use " instead of ' 2016-11-01 20:11:05 -05:00
license.txt URL Cleanup 2019-03-14 20:23:19 -05:00
notice.txt URL Cleanup 2019-03-26 22:47:52 -04:00
settings.gradle Add Hello World Spring Boot sample 2016-05-04 17:26:42 -04:00

README.adoc

image::https://badges.gitter.im/Join%20Chat.svg[Gitter,link=https://gitter.im/spring-projects/spring-security?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge]

[NOTE]
======
This branch of Spring Security has reached its https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#supported-versions[End of Life], meaning that there are no further maintenance releases or security patches planned.
Please migrate to a supported branch as soon as possible.
======

= Spring Security

Spring Security provides security services for the https://docs.spring.io[Spring IO Platform]. Spring Security 3.1 requires Spring 3.0.3 as
a minimum and also requires Java 5.

For a detailed list of features and access to the latest release, please visit https://spring.io/projects[Spring projects].

== Code of Conduct
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
By participating, you  are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

== Downloading Artifacts
See https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-artifacts[downloading Spring artifacts] for Maven repository information.

== Documentation
Be sure to read the https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/[Spring Security Reference].
Extensive JavaDoc for the Spring Security code is also available in the https://docs.spring.io/spring-security/site/docs/current/apidocs/[Spring Security API Documentation].

== Quick Start
We recommend you visit https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/[Spring Security Reference] and read the "Getting Started" page.

== Building from Source
Spring Security uses a https://gradle.org[Gradle]-based build system.
In the instructions below, https://vimeo.com/34436402[`./gradlew`] is invoked from the root of the source tree and serves as
a cross-platform, self-contained bootstrap mechanism for the build.

=== Prerequisites
https://help.github.com/set-up-git-redirect[Git] and the https://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].

Be sure that your `JAVA_HOME` environment variable points to the `jdk1.8.0` folder extracted from the JDK download.

=== Check out sources
[indent=0]
----
git clone git@github.com:spring-projects/spring-security.git
----

=== Install all spring-\* jars into your local Maven cache
[indent=0]
----
./gradlew install
----

=== Compile and test; build all jars, distribution zips, and docs
[indent=0]
----
./gradlew build
----

Discover more commands with `./gradlew tasks`.
See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].

== Getting Support
Check out the https://stackoverflow.com/questions/tagged/spring-security[Spring Security tags on Stack Overflow].
https://spring.io/services[Commercial support] is available too.

== Contributing
https://help.github.com/send-pull-requests[Pull requests] are welcome; see the https://github.com/spring-projects/spring-security/blob/master/CONTRIBUTING.md[contributor guidelines] for details.

== License
Spring Security is Open Source software released under the
https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].