Go to file
rstoyanchev 7e52b803be Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests
To see if it still fails on the CI server as it doesn't fail locally
for me, and if it does to get details to investigate.

See gh-29287
2022-11-22 16:42:57 +00:00
.github
buildSrc
ci Revert "Upgrade CI image to Ubuntu Jammy" 2022-11-03 12:54:52 +01:00
framework-bom
framework-docs Fix some typos in Kotlin WebClient example code 2022-11-22 08:26:11 +01:00
framework-platform Upgrade to Jackson 2.14.1 2022-11-22 07:30:38 +01:00
gradle
integration-tests
spring-aop Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-aspects
spring-beans Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-context Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-context-indexer Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-context-support Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-core Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-core-test Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-expression User AssertJ's hasSize() for arrays 2022-11-22 17:03:45 +01:00
spring-instrument
spring-jcl Refine LogAdapter#isPresent 2022-11-22 09:44:52 +01:00
spring-jdbc Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-jms Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-messaging Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests 2022-11-22 16:42:57 +00:00
spring-orm Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-oxm Avoid direct URL construction and URL equality checks 2022-11-14 23:23:12 +01:00
spring-r2dbc Use Assert.state() where appropriate 2022-11-15 12:31:10 +01:00
spring-test Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-tx Use AssertJ's hasSize() for collections and maps 2022-11-22 16:50:10 +01:00
spring-web Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-webflux Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-webmvc Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
spring-websocket Use AssertJ's isEmpty() instead of hasSize(0) 2022-11-22 17:11:50 +01:00
src Document TestSocketUtils in the testing chapter 2022-11-15 14:43:56 +01:00
.editorconfig
.gitattributes
.gitignore
.mailmap
.sdkmanrc
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle Add milestone repo for optional Netty 5 support 2022-11-16 11:03:14 +01:00
gradle.properties Upgrade to Kotlin 1.7.21 2022-11-22 08:53:10 +01:00
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle

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.