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

Spring Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler

In the documentation, an example is provided for implementing WebSocketHandler when processing inbound and outbound mess...

Spring Test bean override support should only override singletons

While working on #32933, I noticed some potential issues regarding singleton and scope semantics in our Bean Override su...

Spring Support Bean Overrides for non-singletons

OverviewDue to interest from the community (see comments in #33602), we have decided to reinstate support for overriding...
上一页 下一页
.