Go to file
Sam Brannen e32f94bf8c Polish GenericWebApplicationContext and AnnotationConfigWebApplicationContext 2022-01-27 16:08:07 +01:00
.github
buildSrc
ci Upgrade Java versions in CI image 2022-01-27 09:52:25 +01:00
framework-bom
gradle Indent with tabs instead of spaces 2021-10-13 20:04:40 +02:00
integration-tests Use idiomatic AssertJ assertions for true, false, and null 2022-01-10 14:15:55 +01:00
spring-aop Polish AOP namespace tests 2022-01-26 12:29:30 +01:00
spring-aspects Stop resolving CachingConfigurer instances eagerly 2021-12-15 10:52:09 +01:00
spring-beans Use idiomatic AssertJ assertions for true, false, and null 2022-01-10 14:15:55 +01:00
spring-context Polish "Add CacheErrorHandler implementation that logs exceptions" 2022-01-26 14:10:49 +01:00
spring-context-indexer Partially revert e1200f34e7 2022-01-04 16:20:55 +01:00
spring-context-support Use idiomatic AssertJ assertions for true, false, and null 2022-01-10 14:15:55 +01:00
spring-core Enable ReflectionUtilsTests.findMethodWithVarArgs() 2022-01-25 09:58:57 +01:00
spring-expression Use idiomatic AssertJ assertions for true, false, and null 2022-01-10 14:15:55 +01:00
spring-instrument
spring-jcl
spring-jdbc Explicitly test BeanPropertyRowMapper.underscoreName(String) 2022-01-17 16:54:03 +01:00
spring-jms Avoid message listener recovery in case of persistence exceptions on commit 2022-01-19 13:53:38 +01:00
spring-messaging Polishing contribution 2022-01-12 08:55:32 +00:00
spring-orm Check open status before close call (aligned with EntityManagerFactoryUtils) 2022-01-25 23:50:45 +01:00
spring-oxm Use idiomatic AssertJ assertions for true, false, and null 2022-01-10 14:15:55 +01:00
spring-r2dbc Partially upgrade to H2 database 2.0.206 2022-01-07 15:50:44 +01:00
spring-test Polishing 2022-01-13 08:28:54 +01:00
spring-tx Use idiomatic AssertJ assertions for true, false, and null 2022-01-10 14:15:55 +01:00
spring-web Polish GenericWebApplicationContext and AnnotationConfigWebApplicationContext 2022-01-27 16:08:07 +01:00
spring-webflux Properly abort transferTo test for Undertow 2022-01-13 17:55:37 +01:00
spring-webmvc Explicitly close InputStream after resolution in RequestPartMethodArgumentResolver 2022-01-12 16:31:39 +01:00
spring-websocket Fix exception in Jetty10RequestUpgradeStrategy 2022-01-12 15:04:05 +00:00
src Improve documentation for implementing AspectJ around advice 2022-01-26 17:32:48 +01:00
.editorconfig
.gitattributes
.gitignore
.mailmap
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md Update "Reporting a Vulnerability" link 2021-10-20 14:48:51 +02:00
build.gradle Upgrade to SmallRye Mutiny 1.3.1, Aalto 1.3.1, Woodstox 6.2.8 2022-01-26 00:02:12 +01:00
gradle.properties Next development version (v5.3.16-SNAPSHOT) 2022-01-13 11:22:39 +00:00
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle Download gradle-enterprise-conventions plugin from "release" repo 2022-01-17 18:03:27 +01:00

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