Go to file
Simon Baslé 06d267f04e Improve WebClientResponseException message in case of 1xx/2xx/3xx status
When a response fails to be completely emitted by the remote (connection
termination during the transmission of the response for example), a
WebClientResponseException can be propagated with a confusing message
which mainly reflects the status code and reason phrase, leading to
messages like "200 OK" in such an exception.

This change improves the situation by appending a hint at the underlying
cause whenever getMessage() is called on a WebClientResponseException
which was created with a non-error status code.

Closes gh-33127
2024-07-04 15:20:46 +02:00
.github
buildSrc
ci
framework-api
framework-bom
framework-docs Document that ModelMap is not a supported argument type in WebFlux 2024-06-27 11:33:50 +02:00
framework-platform Downgrade Awaitility to 4.2.0 2024-07-04 04:20:43 +02:00
gradle Upgrade to Gradle 8.8 2024-07-04 10:23:15 +02:00
integration-tests
spring-aop Detect ajc markers in superclasses as well (for weaving check) 2024-06-28 11:36:17 +02:00
spring-aspects
spring-beans Apply fallback resolution for non-hierarchical URIs such as "file:." 2024-07-03 16:36:18 +02:00
spring-context Use error handler for reactive cache aspect 2024-07-02 11:29:53 +02:00
spring-context-indexer
spring-context-support Improve documentation regarding encoding in FreeMarker support 2024-06-25 16:56:48 +02:00
spring-core Document contentLength() behavior for InputStreamResource and custom subclasses 2024-06-24 12:10:35 +02:00
spring-core-test
spring-expression
spring-instrument
spring-jcl
spring-jdbc
spring-jms
spring-messaging Support byte array payloads in ProtobufMessageConverter 2024-06-25 21:16:50 +02:00
spring-orm
spring-oxm
spring-r2dbc
spring-test
spring-tx
spring-web Re-enable async dispatches in Observation Filter 2024-07-01 11:42:48 +02:00
spring-webflux Improve WebClientResponseException message in case of 1xx/2xx/3xx status 2024-07-04 15:20:46 +02:00
spring-webmvc Improve documentation regarding encoding in FreeMarker support 2024-06-25 16:56:48 +02:00
spring-websocket
src
.editorconfig
.gitattributes
.gitignore
.sdkmanrc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle
gradle.properties
gradlew Upgrade to Gradle 8.8 2024-07-04 10:23:15 +02:00
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle
update_copyright_headers.sh

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

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