Go to file
Rossen Stoyanchev bb4e802af5 Full header support HTTP HEAD Resource requests
Allow the body to be written in order for all headers to be set
as they would be on HTTP GET. The body content is ignored as a
lower level.

See gh-25976
2020-10-27 11:14:37 +00:00
.github Configure Gradle wrapper validation action 2020-06-02 14:43:45 +02:00
buildSrc
framework-bom
gradle Fix missing reference doc from docs archive 2020-09-24 17:49:37 +02:00
integration-tests Implement reliable advice invocation order within an @Aspect 2020-06-08 14:18:28 +02:00
spring-aop Consistent javadoc for ParseState and its entry classes 2020-08-27 14:37:42 +02:00
spring-aspects Polishing 2020-06-23 11:35:22 +02:00
spring-beans Fix JUnit 4 to AssertJ migration bugs 2020-10-26 14:53:09 +01:00
spring-context Revise event multicaster locking for non-synchronized retriever caching 2020-09-25 11:24:26 +02:00
spring-context-indexer
spring-context-support Construct StringWriter instances with appropriate initial size 2020-09-18 18:14:57 +02:00
spring-core Fix JUnit 4 to AssertJ migration bugs 2020-10-26 14:53:09 +01:00
spring-expression Fix JUnit 4 to AssertJ migration bugs 2020-10-26 14:53:09 +01:00
spring-instrument
spring-jcl
spring-jdbc Polishing 2020-10-26 18:18:33 +01:00
spring-jms Polishing 2020-09-25 11:26:01 +02:00
spring-messaging Optimize Jackson resource management in codecs 2020-10-20 15:36:23 +02:00
spring-orm Revise native Hibernate 5 bootstrapping with JTA transaction manager 2020-10-06 15:31:19 +02:00
spring-oxm Avoid direct use of non-exported XStream CompositeClassLoader class 2020-08-30 12:15:45 +02:00
spring-test Fix JUnit 4 to AssertJ migration bugs 2020-10-26 14:53:09 +01:00
spring-tx Explicit note on TransactionalEventListener versus reactive transactions 2020-09-25 12:49:45 +02:00
spring-web Fix JUnit 4 to AssertJ migration bugs 2020-10-26 14:53:09 +01:00
spring-webflux Full header support HTTP HEAD Resource requests 2020-10-27 11:14:37 +00:00
spring-webmvc Full header support HTTP HEAD Resource requests 2020-10-27 11:14:37 +00:00
spring-websocket Fix JUnit 4 to AssertJ migration bugs 2020-10-26 14:53:09 +01:00
src Correct Javadoc link core-resources.adoc 2020-10-26 07:43:30 +00:00
.editorconfig
.gitattributes
.gitignore
.mailmap
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle Upgrade to JUnit 5.6.3, Woodstox 6.2.3, BlockHound 1.0.4 2020-10-26 23:20:14 +01:00
gradle.properties Next Development Version 2020-09-15 08:31:10 +00:00
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle

README.md

Spring Framework Build Status

This is the home of the Spring Framework: the foundation for all Spring projects. Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring".

Spring provides everything required beyond the Java programming language for creating enterprise applications for a wide range of scenarios and architectures. Please read the Overview section as reference for a more complete introduction.

Code of Conduct

This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Access to Binaries

For access to artifacts or a distribution zip, see the Spring Framework Artifacts wiki page.

Documentation

The Spring Framework maintains reference documentation (published and source), Github wiki pages, and an API reference. There are also guides and tutorials across Spring projects.

Build from Source

See the Build from Source Wiki page and the CONTRIBUTING.md file.

Stay in Touch

Follow @SpringCentral, @SpringFramework, and its team members on Twitter. In-depth articles can be found at The Spring Blog, and releases are announced via our news feed.

License

The Spring Framework is released under version 2.0 of the Apache License.