Spring Match against exception causes in @Retryable and RetryPolicy

Spring Framework 7.0.0-M9Spring Retry's RetryTemplateBuilder has a traversingCauses() option, allowing setups like this:...

SpringBoot Consider deprecating RestClientBuilderConfigurer

WebClientAutoConfiguration provides a WebClient.Builder prototype bean for use where as RestClientAutoConfiguration offe...

SpringBoot SpringBoot 4.0.0-M2 to SpringBoot 4.0.0-M3, regression? Consider defining a bean of type 'com.fasterxml.jackson.databind.ObjectMapper' in your configuration.

Hello Spring team,How are you?Sorry to trouble you with this issue.We just bumped our SpringBoot 4.0.0-M2 to M3, no code...

SpringBoot Add support for Spring Batch MongoDB

Sample at https://github.com/joshlong-attic/2024-11-20-batch-job-repositoryComment From: philwebbThis bug exists in earl...

SpringBoot CVE-2025-11226 - ch.qos.logback:logback-core@1.5.18 update to ---> 1.5.9

This issue has undergone the Sonatype Fast-Track process. For more information, please see the Sonatype Knowledge Base G...

Spring Add a exchange() variant to RestTestClient that expects 2xx response

When using RestClient it's possible to submit a request that's expected to succeed viarestClient.post() .uri("/f...

Spring @ExceptionHandler methods not invokable if matched on exception's cause level > 1

Affects: 5.3.2It looks like PR #23380 introduced a major regression in the way exceptions are handled by @ControllerAdvi...

Spring Remove outdated reference to JSR 305 in the reference documentation

The Refdoc still has a JSR 305 reference that is not related the migration to JSpecify.

Spring AI Configuring the server for scalability

Expected BehaviorIs it currently possible to tweak the underlying server? Or in other words I need to ensure that I can ...

Spring AI Google GenAI integration adds empty assistant messages to chat history, causing API errors on subsequent requests

ProblemWhen using Spring AI's Google GenAI integration with tool calling and chat memory, the Google API sometimes retur...

SpringBoot RestTestClient in v4.0.0-M3 ignores custom deserializers

I've created a Spring Boot v4.0.0-M3 app that reproduces an issue with the new TestRestClient. To reproduce the issueClo...

SpringBoot WebClientAutoConfiguration is no longer included by @AutoConfigureWebClient

Spring Boot 4.0.0-M3The imports file references the wrong FQCN:https://github.com/spring-projects/spring-boot/blob/104fe...

SpringBoot Remove Java 24 from CI matrix

With Java 24 being a non-LTS release it has been superseded by Java 25. We can remove Java 24 from our CI matrix in 3.5....

SpringBoot Add mail sender support for spring-boot-testcontainers

Mail catcher is good solution to test email sending by SMTP, such as: https://mailcatcher.me/https://github.com/linux-c...

SpringBoot Missed bump update on commons-lang3 - 3.1.18 and 3.1.19

The CVE is relatively new 2 mois. https://www.cve.org/CVERecord?id=CVE-2025-48924.As you guys forgot to bump to 3.1.18 t...

SpringBoot Clarify that spring-boot-rsocket does not require spring-web

With the modularization spring-boot-rsocket got an implementation dependency to spring-web. This looks strange consideri...

Spring Add the ability to limit ContentCachingResponseWrapper cache size

It would be nice if ContentCachingResponseWrapper could support setting a limit to its cache so that response body is ca...

Spring Allow HttpHeaders invocation on MockHttpServletRequest and MockHttpServletRequestBuilder

It's nice that WebClient and RestClient provides access to the rich HttpHeaders object for setting things like HTTP Basi...

Spring AbstractJacksonEncoder ignores FILTER_PROVIDER_HINT when encoding Flux<T>

WebFlux 7.0.0-M9: AbstractJacksonEncoder considers the FILTER_PROVIDER_HINT only when going through encodeValue():https:...

Spring Update Javadoc related to use of ApiVersionInserter to show examples

The inserter exposes a builder through a static method, so wherever we accept an inserter (clients, test clients, MockMv...
上一页 下一页
.