Spring Upgrade spring framework libraries to 5.4.0 to 5.3.10.RELEASE

How to migrate from 5.3.10.RELEASE to 5.4.0 and 5.7.12 eventually?Why - to fix a security vulnerability.pom.xml<depen...

Spring Support batchUpdate in JdbcClient

JdbcClient introduced in https://github.com/spring-projects/spring-framework/issues/30931 is missing batchUpdate methodC...

Spring Allow formatting of Collection values for @RequestParam with HTTP interface client

Motivation:Make it possible to format Collection, @RequestParam arguments to a single String value. On the server side, ...

Spring Capture information about component scanning for subsequent use in diagnostic messages

We'd like to improve Spring Boot's failure analysis when refresh fails due to a NoSuchBeanDefinitionException by showing...

Spring Provide a hook point that a Configuration class was skipped [SPR-17066]

Stéphane Nicoll opened SPR-17066 and commentedSpring Boot has a ConditionEvaluationReport that keeps track of conditions...

Spring Add "self injection" code example

Comment From: bclozelThanks for the proposal, but I don't think this code snippets really helps here, especially for a u...

Spring What is the official recommended way to Mock the RestClient in a integrationtest?

Affects: 6.1.12This is not a general how do i do this question so i hope thats okay here.What is the recommended way to ...

Spring spring jms shutdown frizzing application context

Hi, allFaced with issue related to all version of spring-jms. When spring-jms configuration with BackOf and app try to c...

Spring RequestParam Capitalization

WIP. Just wondering if something like this has a chance of making it. The idea is to have essentially case-insensitive @...

Spring Server sent events (SSE) with spring boot have a wrong behavior

According to [Asynchronous Requests :: Spring Framework](https://docs.spring.io/spring-framework/reference/web/webmvc/mv...

Spring Add RestClient.Builder#messageConverters(List)

Add a RestClient.Builder#messageConverters(List<HttpMessageConverter<?>>) variant along the existing RestCli...

Spring Merge Expires and Max-Age attributes

org.springframework.http.client.reactive.ClientHttpResponse and its implementations don't process Expires Cookie attribu...

Spring Reactive HttpComponentsClientHttpResponse ignores Expires cookie attribute

A cookie has the optional attributes Expires and Max-Age. If both are set, the latter takes precedence. In method adaptC...

Spring Added TextEventStreamType check before response caching

When using SSE (Server-Sent Events) technology in Spring, the response typically includes a Chunked header and the text/...

Spring ReactorNettyTcpClient and DNSNameResolver instances creation

The question is with reference to https://github.com/netty/netty/pull/13817.In our application, we use netty-reactor lib...

Spring Refine null-safety for additional Assert methods

I saw the work being done to add @Contract annotations for null-safety analysis (#32475).Having a look at the updates to...

Spring WebClient: Explicit Content-Type application/octet-stream is overwritten

Affected version: 6.1.11The API I'm consuming requires the Content-Type header to be application/octet-stream for certai...

Spring Introduce DynamicPropertyRegistrar as a replacement for DynamicPropertyRegistry bean support

32271 introduced the automatic registration of DynamicPropertyRegistry as a bean that can be used in tests, along with s...

Spring MapMethodProcessor precludes custom argument resolvers with Map and custom annotation [SPR-17340]

Laplie opened SPR-17340 and commentedSpring argument resolvers are listed first inRequestMappingHandlerAdapter.getDefaul...
上一页 下一页
.