Go to file
Sébastien Deleuze 6939cb90df Add ServerRequest.bindAndAwait Kotlin extension
Closes gh-36092
2026-01-02 18:06:27 +01:00
.github Refresh GitHub Actions 2025-12-12 11:51:11 +01:00
.idea Add a project icon for IntelliJ IDEA 2025-02-19 13:45:16 +01:00
buildSrc Upgrade to nullability plugin 0.0.9 2025-12-29 17:09:53 +01:00
framework-api Upgrade to Gradle 9.2 2025-10-29 17:06:29 +01:00
framework-bom
framework-docs Add ServerRequest.bindAndAwait Kotlin extension 2026-01-02 18:06:27 +01:00
framework-platform Upgrade to Log4J 2.25.3, Protobuf 4.33.2, Selenium 4.39 2025-12-21 22:01:11 +01:00
gradle Upgrade to nullability plugin 0.0.9 2025-12-29 17:09:53 +01:00
integration-tests Update copyright headers in source files 2025-06-17 16:23:50 +02:00
spring-aop Consistently declare @⁠Nullable on parameter in equals() implementations 2025-12-29 11:43:49 +02:00
spring-aspects Update copyright headers in source files 2025-06-17 16:23:50 +02:00
spring-beans Reliably resolve generic read/write methods in PropertyDescriptorUtils 2025-12-29 12:18:23 +02:00
spring-context Upgrade to nullability plugin 0.0.9 2025-12-29 17:09:53 +01:00
spring-context-indexer Upgrade to nullability plugin 0.0.9 2025-12-29 17:09:53 +01:00
spring-context-support Add @Override to existing resetCaches() methods 2025-12-04 07:09:21 +01:00
spring-core Polishing 2025-12-31 10:58:44 +01:00
spring-core-test Do not display error location when unknown 2025-12-17 14:33:14 +01:00
spring-expression Fix typos in tests 2025-11-13 13:43:54 +01:00
spring-instrument Upgrade to nullability plugin 0.0.9 2025-12-29 17:09:53 +01:00
spring-jdbc Polishing contribution 2025-12-17 12:35:30 +01:00
spring-jms Polishing 2025-12-04 00:12:31 +01:00
spring-messaging Update to NullAway 0.12.15 and fix new warnings 2025-12-29 17:09:52 +01:00
spring-orm Suppress serial warning 2025-12-16 13:54:40 +01:00
spring-oxm Merge branch '6.2.x' 2025-10-28 15:39:02 +01:00
spring-r2dbc Adapt to Reactor 3.8 JSpecify annotations 2025-10-13 09:01:47 +02:00
spring-test Null-mark org.springframework.test.web.support package 2025-12-29 17:09:53 +01:00
spring-tx Polishing 2025-12-29 11:43:23 +02:00
spring-web Document HttpHeaders#toSingleValueMap() case-sensitive behavior 2025-12-29 11:02:28 +01:00
spring-webflux Add ServerRequest.bindAndAwait Kotlin extension 2026-01-02 18:06:27 +01:00
spring-webmvc Consistently declare @⁠Nullable on parameter in equals() implementations 2025-12-29 11:43:49 +02:00
spring-websocket Update to NullAway 0.12.15 and fix new warnings 2025-12-29 17:09:52 +01:00
src Lazily initialize ProblemDetail for picking up actual status code 2025-11-19 17:21:32 +01:00
.editorconfig
.gitattributes
.gitignore Use correct product name for IntelliJ IDEA 2025-12-02 16:54:56 +01:00
.sdkmanrc Upgrade the build to Java 25 2025-09-23 15:57:21 +02:00
CONTRIBUTING.md Use correct product name for IntelliJ IDEA 2025-12-02 16:54:56 +01:00
LICENSE.txt
README.md Polishing 2025-11-03 11:14:30 +01:00
SECURITY.md Update SECURITY.md 2024-10-15 17:13:29 +01:00
build.gradle Upgrade to nullability plugin 0.0.9 2025-12-29 17:09:53 +01:00
gradle.properties Next development version (v7.0.3-SNAPSHOT) 2025-12-11 17:34:57 +01:00
gradlew Upgrade to Gradle 9.1 2025-09-19 17:40:32 +02:00
gradlew.bat Upgrade to Gradle 9.1 2025-09-19 17:40:32 +02:00
import-into-eclipse.md Use correct product name for IntelliJ IDEA 2025-12-02 16:54:56 +01:00
import-into-intellij-idea.md Use correct product name for IntelliJ IDEA 2025-12-02 16:54:56 +01:00
settings.gradle Merge branch '6.2.x' 2025-06-06 18:21:24 +02:00

README.md

Spring Framework Build Status Revved up by Develocity

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@spring.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

CI builds are defined with GitHub Actions workflows.

Stay in Touch

Follow @SpringCentral, @SpringFramework, and its team members on 𝕏. 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.