Go to file
rstoyanchev 8fa428f825 Skip reconstructing body from request params if query present
This allows restoring optimization in StringHttpMessageConverter
that was undone in 23162b for 6.0.x.

Closes gh-31327
2023-09-29 18:01:18 +01:00
.github
buildSrc Use Objects.equals() for null-safe string comparison 2023-09-25 08:28:33 +02:00
ci Upgrade to Java 21 in CI image 2023-09-22 09:02:12 +02:00
framework-api
framework-bom
framework-docs Merge branch '6.0.x' 2023-09-29 15:01:43 +02:00
framework-platform
gradle
integration-tests
spring-aop Enable test in AbstractAspectJAdvisorFactoryTests 2023-09-28 15:46:47 +02:00
spring-aspects
spring-beans Update copyright headers 2023-09-23 13:36:41 +02:00
spring-context Merge branch '6.0.x' 2023-09-29 15:01:43 +02:00
spring-context-indexer
spring-context-support Prevent ValueLoaderEntryProcessor to be created for each get call 2023-09-18 09:27:16 +02:00
spring-core Merge branch '6.0.x' 2023-09-29 15:01:43 +02:00
spring-core-test Update copyright headers 2023-09-16 15:23:10 +02:00
spring-expression Clean up (boolean) (Boolean) casts in tests 2023-09-29 18:16:04 +02:00
spring-instrument
spring-jcl
spring-jdbc Prefer query(Class) method in javadoc example 2023-09-28 14:33:20 +02:00
spring-jms Polish "Fix regression in JmsAccessor#setSessionAcknowledgeMode" 2023-09-29 08:42:56 +02:00
spring-messaging Polishing 2023-09-16 15:25:16 +02:00
spring-orm Merge branch '6.0.x' 2023-09-29 15:01:43 +02:00
spring-oxm
spring-r2dbc Merge branch '6.0.x' 2023-09-29 15:01:43 +02:00
spring-test Polishing 2023-09-26 11:34:40 +01:00
spring-tx Merge branch '6.0.x' 2023-09-20 17:06:35 +02:00
spring-web Skip reconstructing body from request params if query present 2023-09-29 18:01:18 +01:00
spring-webflux Polishing 2023-09-27 10:19:51 +02:00
spring-webmvc Clean up (boolean) (Boolean) casts in tests 2023-09-29 18:16:04 +02:00
spring-websocket
src
.editorconfig
.gitattributes
.gitignore
.mailmap
.sdkmanrc Upgrade SDKMAN to 17.0.8.1 2023-09-22 09:45:46 +02:00
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle
gradle.properties
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle Configure Gradle toolchain auto-provisioning 2023-09-22 09:44:12 +02:00
update_copyright_headers.sh

README.md

Spring Framework Build Status Revved up by Gradle Enterprise

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 of the reference documentation 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.

Micro-Benchmarks

See the Micro-Benchmarks wiki page.

Build from Source

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

Continuous Integration Builds

Information regarding CI builds can be found in the Spring Framework Concourse pipeline documentation.

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 releases feed.

License

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