Spring Cache busting issue when configured ContentVersionStrategy + CssLinkResourceTransformer

When configuring ContentVersionStrategy we are experiencing a problem when a resource referenced in a css file is modifi...

Spring Support for RSocket per-stream data MIME type extension

At present there can be only one data MIME for the every request/stream on the connection. This is negotiated in the SET...

Spring Missing ETag response header for CSS TransformedResources

Version: Spring Boot 2.3.4.RELEASEWhen using a content resource chain to cache-bust .css and .js files, with server comp...

Spring AbstractJackson2Decoder.decodeToMono should use non-blocking parser

AbstractJackson2Decoder.decodeToMono currently uses DataBufferUtils.join to join all DataBuffers, converts the result to...

Spring Support Flux in, Flux out for WebSocketSession in WebFlux

WebSocketClient as of Webflux 5.2.7 offers only 2 execute methods which confine programmer's logic to WebSocketHandler i...

Spring Determine why transferTo tests fail for Undertow

With the introduction of the DefaultMultipartParser, two tests started failing when running against Undertow:org.springf...

Spring BeanCurrentlyInCreationException with DelegatingWebFluxConfiguration

DelegatingWebFluxConfiguration can trigger BeanCurrentlyInCreationException under a few circumstances.ReactiveAdapterReg...

Spring Streaming parsing of JSON array in Spring WebClient

I found #21862 which is pretty close to my request but closed.I am currently using Spring WebClient with Spring Boot 2.2...

Spring Add support for relative ordering

Our current support for @Order is using an absolute number with a default value of "lowest precedence" (i.e. Integer.MAX...

Spring Add toString hook for GenericMessage to let end-users obfuscate non-public information in logs

See https://github.com/spring-projects/spring-integration/issues/3222 for more info.An idea to have something like Gener...

Spring Provide mechanism to control trimming in StringToArrayConverter and StringToCollectionConverter

@RequestParams (i.e. HTTP query parameters) with leading or trailing spaces, including single parameters or delimited pa...

Spring Add RSocket Interceptors

Affects: 5.2.0.BUILD-SNAPSHOTThe WebClient supports an ExchangeFilterFunction that allows intercepting the request/respo...

Spring RSocket Functional route & Kotlin DSL

Now functional route is useful feature for Spring WebFlux and SpringMVC, and it's possible to add this feature for RSock...

Spring Consider adding @Delimiter support to String converters

Spring Boot currently includes a DelimitedStringToArrayConverter and DelimitedStringToCollectionConverter which allows a...

Spring Make StompSession.Subscription.unsubscribe() to return Receiptable

When I use WebSocketStompClient, then StompSession.subscribe method returns Subscription which extends Receiptable. The ...

Spring Add a heartbeat executor for SSE

It looks like the general recommendation about SSE is to send messages at fixed interval to clients to probe the connect...

Spring FormHttpMessageConverter should be able to read Multipart responses

FormHttpMessageConverter currently doesn't support reading multipart responses: it can only write requests.Unless I'm mi...

Spring Custom Coroutine Contexts not propagated in WebClient client filter

Affects: 3.2.2It appears when custom coroutine contexts are applied prior to entering a WebClient filter, the custom con...

Spring Support multiple @RequestMapping annotations (@GetMapping, etc) on a controller method

As a follow-up to #31962, we would like to investigate the feasibility of supporting multiple @RequestMapping annotation...

Spring ContextCustomizer does not respect lifecycle best practices

org.springframework.test.context.ContextCustomizer has been introduced to allow implementations to customize the context...
上一页 下一页
.