Go to file
Spring Builds e69dde8291 Release v6.0.22 2024-06-13 09:09:12 +00:00
.github Polish 2024-05-08 15:35:41 +02:00
buildSrc Remove API diff Gradle plugin configuration 2023-11-23 15:53:35 +01:00
ci Upgrade to gradle-enterprise-conventions 0.0.17 2024-04-29 13:16:15 +02:00
framework-bom Guard against new Spring modules in ApiDiff task 2022-07-28 10:51:53 +02:00
framework-docs Polishing 2024-06-12 13:59:33 +02:00
framework-platform Upgrade to SLF4J 2.0.13, JRuby 9.4.7, Awaitility 4.2.1 2024-06-12 14:42:49 +02:00
gradle Fix Dokka links to Spring Framework and Servlet APIs 2024-05-12 12:33:00 +02:00
integration-tests Polishing 2024-05-23 17:12:22 +02:00
spring-aop Skip ajc-compiled aspects for ajc-compiled target classes 2024-06-06 21:01:42 +02:00
spring-aspects Skip ajc-compiled aspects for ajc-compiled target classes 2024-06-06 21:01:42 +02:00
spring-beans Test detection of original generic method for CGLIB bridge method 2024-05-24 12:29:31 +02:00
spring-context Polishing 2024-06-12 13:59:33 +02:00
spring-context-indexer Consistent dependency declarations 2023-08-02 00:56:50 +02:00
spring-context-support Consistent RuntimeHintsRegistrar signature (plus related polishing) 2024-05-07 15:43:17 +02:00
spring-core Avoid NoSuchMethodException for annotation attribute checks 2024-06-03 12:51:47 +02:00
spring-core-test Fix RuntimeHintsPredicates matching rules 2023-09-15 17:50:53 +02:00
spring-expression Support compilation of map indexing with primitive in SpEL 2024-05-28 10:39:54 +02:00
spring-instrument Ensure all packages declare package-info.java with null-safety annotations 2023-03-10 17:33:52 +01:00
spring-jcl Log4jLog re-resolves ExtendedLogger on deserialization 2023-11-09 11:46:22 +01:00
spring-jdbc Polishing 2024-05-14 13:03:35 +02:00
spring-jms Polishing 2024-05-14 13:03:35 +02:00
spring-messaging Polishing 2024-05-14 13:03:35 +02:00
spring-orm Polishing 2024-05-21 11:42:30 +02:00
spring-oxm Avoid creation of SAXParserFactory for every read operation 2024-05-21 11:35:08 +02:00
spring-r2dbc Polishing 2024-02-16 22:41:50 +01:00
spring-test Avoid reader on empty content to be shared by multiple requests 2024-05-20 13:59:50 +02:00
spring-tx Consistent RuntimeHintsRegistrar signature (plus related polishing) 2024-05-07 15:43:17 +02:00
spring-web Stop observations for async requests in Servlet filter 2024-06-07 19:00:26 +02:00
spring-webflux Consistent RuntimeHintsRegistrar signature (plus related polishing) 2024-05-07 15:43:17 +02:00
spring-webmvc Polishing 2024-05-14 13:03:35 +02:00
spring-websocket Consistent RuntimeHintsRegistrar signature (plus related polishing) 2024-05-07 15:43:17 +02:00
src Revise Checkstyle rules to prohibit use of assertions other than AssertJ 2023-08-26 15:28:25 +02:00
.editorconfig
.gitattributes Ensure line endings for binary files are not modified in Git 2019-10-18 11:56:18 +02:00
.gitignore Modernize Antora Build 2024-05-22 10:20:33 +02:00
.sdkmanrc Upgrade to Java 17.0.11 2024-04-22 12:12:11 +02:00
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md Create framework-docs module 2022-11-02 10:59:12 +01:00
LICENSE.txt
README.md Polish "Move CI to GitHub Actions" 2024-03-15 09:14:22 +01:00
SECURITY.md Mention JAR signing key in SECURITY.md 2023-03-17 22:32:33 +01:00
build.gradle Upgrade to spring-javaformat-checkstyle 0.0.42 2024-06-12 13:58:27 +02:00
gradle.properties Release v6.0.22 2024-06-13 09:09:12 +00:00
gradlew Upgrade to Gradle 8.4 2023-10-08 16:08:29 +02:00
gradlew.bat Upgrade to Gradle 8.6 2024-02-03 11:36:40 +01:00
import-into-eclipse.md Remove Groovy from "Eclipse/STS Project Import Guide" 2022-01-21 11:27:09 +01:00
import-into-idea.md Fix links in Javadoc and reference docs 2022-09-14 17:00:11 +02:00
settings.gradle Fix build warnings 2024-04-30 19:09:44 +02:00
update_copyright_headers.sh Use correct Kotlin file extension in update_copyright_headers.sh 2023-02-19 13:41:36 +01: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 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.

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

License

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