Go to file
Stéphane Nicoll f00bc7bb24 Remove snapshot repo 2024-08-14 08:22:43 +02:00
.github Sync GHA setup 2024-08-09 16:13:14 +02:00
buildSrc Upgrade to JApicmp Gradle Plugin 0.3.0 2021-09-15 14:40:42 +02:00
framework-bom Remove BOM workaround 2020-04-28 15:14:02 +02:00
gradle Build KDoc against 5.3.x Spring Framework Javadoc 2024-03-11 10:19:49 +01:00
integration-tests Polishing 2024-05-23 17:21:34 +02:00
spring-aop Detect ajc markers in superclasses as well (for weaving check) 2024-07-03 17:16:47 +02:00
spring-aspects Skip ajc-compiled aspects for ajc-compiled target classes 2024-06-06 21:09:27 +02:00
spring-beans Apply fallback resolution for non-hierarchical URIs such as "file:." 2024-07-03 16:49:03 +02:00
spring-context Backported test for @Autowired @Bean method on configuration subclass 2024-06-17 19:15:41 +02:00
spring-context-indexer Update copyright headers for source code changed since August 2022 2022-12-03 17:23:21 -05:00
spring-context-support Polishing 2023-12-30 15:51:05 +01:00
spring-core Support conversion from primitive array to Object[] in ConversionService 2024-08-05 10:32:02 +03:00
spring-expression Introduce withAssignmentDisabled() option for SimpleEvaluationContext 2024-08-13 17:55:08 +03:00
spring-instrument Delete obsolete log4j config 2020-03-18 17:01:01 +01:00
spring-jcl Log4jLog re-resolves ExtendedLogger on deserialization 2023-11-09 12:12:55 +01:00
spring-jdbc Polishing 2024-05-14 13:31:30 +02:00
spring-jms Polishing 2024-05-14 13:31:30 +02:00
spring-messaging Double-checked lock in ChannelSendOperator#request 2024-01-12 17:18:19 +00:00
spring-orm Polishing 2024-05-21 12:28:48 +02:00
spring-oxm Fix typos in test code 2022-07-13 16:24:11 +02:00
spring-r2dbc Polishing 2024-02-28 21:13:10 +01:00
spring-test Remove superfluous @NonNull declarations 2024-03-16 14:39:58 +01:00
spring-tx Polishing (aligned with 6.1.x) 2024-04-18 13:15:49 +02:00
spring-web Efficient ETag parsing 2024-08-14 07:56:54 +03:00
spring-webflux Guard against multiple body subscriptions 2024-01-24 14:05:06 +01:00
spring-webmvc Polishing 2024-05-14 13:31:30 +02:00
spring-websocket Skip close lock if acquired by other thread already 2024-04-23 16:26:26 +02:00
src Fix typo 2024-06-17 13:43:02 +02:00
.editorconfig
.gitattributes Ensure line endings for binary files are not modified in Git 2019-10-18 11:56:18 +02:00
.gitignore Add ignore rule for cached-antora-playbook.yml 2023-05-23 15:14:01 +01:00
.mailmap Add entries for "Sam Brannen" to .mailmap 2022-06-07 14:27:42 +02:00
.sdkmanrc Updated Java 8 version in sdkmanrc 2023-10-11 10:38:59 +02:00
CODE_OF_CONDUCT.adoc URL Cleanup 2019-03-21 15:08:55 -05:00
CONTRIBUTING.md Avoid creating unnessary wrapper for empty map 2021-06-11 16:36:04 +01:00
LICENSE.txt Add LICENSE.txt file 2019-08-20 22:01:12 +02:00
README.md Move CI to GitHub Actions 2024-03-15 09:30:15 +01:00
SECURITY.md Update "Reporting a Vulnerability" link 2021-10-20 14:48:51 +02:00
build.gradle Remove snapshot repo 2024-08-14 08:22:43 +02:00
gradle.properties Next development version (v5.3.38-SNAPSHOT) 2024-06-13 08:39:58 +00:00
gradlew Upgrade to Gradle 7.2 2021-09-13 09:37:35 +02:00
gradlew.bat Upgrade to Gradle 6.6 2020-08-11 12:10:35 +02:00
import-into-eclipse.md About notes about AJDT and Kotlin not supported in Eclipse 4.21 2021-09-21 14:23:02 +02: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:03 +02:00
update_copyright_headers.sh Apply update_copyright_headers.sh to staged files as well 2022-12-03 17:23:21 -05: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.