Go to file
Sam Brannen 45c1cd9295 Link to Spring Framework Artifacts wiki page
This commit revises the Integration Testing chapter to reference the
"Spring Framework Artifacts" wiki page instead of the nonexistent
"Dependency Management" section of the reference manual.

Closes gh-35890
2025-11-26 12:55:01 +01:00
.github Update Antora UI Spring to v0.4.19 2025-11-12 12:32:08 +01:00
.idea
buildSrc Restrict "validateMultiReleaseJar" task to Java 25+ 2025-11-19 13:55:27 +01:00
framework-api Upgrade to Gradle 9.2 2025-10-29 17:06:29 +01:00
framework-bom
framework-docs Link to Spring Framework Artifacts wiki page 2025-11-26 12:55:01 +01:00
framework-platform Upgrade to testng-engine 1.1.0 2025-11-15 12:42:24 +01:00
gradle Upgrade to Gradle 9.2.1 2025-11-18 10:13:56 +01:00
integration-tests
spring-aop Merge branch '6.2.x' 2025-11-11 19:46:12 +01:00
spring-aspects
spring-beans Remove javadoc references to deprecated PropertiesBeanDefinitionReader 2025-11-19 16:18:56 +01:00
spring-context Modernize java.time API usages 2025-11-26 10:24:34 +01:00
spring-context-indexer Remove deprecation on CandidateComponentsIndex(Loader) 2025-10-09 20:26:59 +02:00
spring-context-support Add resetCaches() method to Caffeine/ConcurrentMapCacheManager 2025-11-18 13:37:14 +01:00
spring-core Refine nullability of Assert#noNullElements 2025-11-24 09:42:44 +01:00
spring-core-test Fix typos in tests 2025-11-13 13:43:54 +01:00
spring-expression Fix typos in tests 2025-11-13 13:43:54 +01:00
spring-instrument
spring-jdbc Remove javadoc references to deprecated PropertiesBeanDefinitionReader 2025-11-19 16:18:56 +01:00
spring-jms Add builder-based constructors to Jackson 3 infrastructure 2025-10-15 11:49:55 +02:00
spring-messaging Polish suspending functions support in RSocketServiceMethod 2025-10-30 10:51:58 +01:00
spring-orm Fix compilation warnings 2025-11-17 15:24:44 +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 Polishing 2025-11-26 10:27:01 +01:00
spring-tx Revise proxyTargetClass handling in ResilientMethodsConfiguration and ProxyAsyncConfiguration 2025-11-25 18:03:04 +01:00
spring-web Keep using ZoneId.of("GMT") in HttpHeaders 2025-11-26 10:27:00 +01:00
spring-webflux Modernize java.time API usages 2025-11-26 10:24:34 +01:00
spring-webmvc Polishing 2025-11-26 10:27:01 +01:00
spring-websocket Make WebSocketHttpHeaders compatible with HttpHeaders APIs 2025-11-12 17:08:35 +01:00
src Lazily initialize ProblemDetail for picking up actual status code 2025-11-19 17:21:32 +01:00
.editorconfig
.gitattributes
.gitignore
.sdkmanrc
CONTRIBUTING.md
LICENSE.txt
README.md Polishing 2025-11-03 11:14:30 +01:00
SECURITY.md
build.gradle Upgrade nullability plugin to 0.0.8 2025-11-05 11:07:53 +01:00
gradle.properties Next development version (v7.0.2-SNAPSHOT) 2025-11-20 11:53:27 +01:00
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle

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.