Nineya
Home
Blog
Spring Cache busting issue when configured ContentVersionStrategy + CssLinkResourceTransformer
2025-01-09 00:32:54
2275
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
2025-01-09 00:32:52
463
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
2025-01-09 00:32:49
5692
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
2025-01-09 00:32:45
5394
AbstractJackson2Decoder.decodeToMono currently uses DataBufferUtils.join to join all DataBuffers, converts the result to...
Spring Support Flux in, Flux out for WebSocketSession in WebFlux
2025-01-09 00:32:42
749
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
2025-01-09 00:32:39
1320
With the introduction of the DefaultMultipartParser, two tests started failing when running against Undertow:org.springf...
Spring BeanCurrentlyInCreationException with DelegatingWebFluxConfiguration
2025-01-09 00:32:37
4270
DelegatingWebFluxConfiguration can trigger BeanCurrentlyInCreationException under a few circumstances.ReactiveAdapterReg...
Spring Streaming parsing of JSON array in Spring WebClient
2025-01-09 00:32:34
5146
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
2025-01-09 00:32:31
2100
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
2025-01-09 00:32:29
5043
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
2025-01-09 00:32:26
5242
@RequestParams (i.e. HTTP query parameters) with leading or trailing spaces, including single parameters or delimited pa...
Spring Add RSocket Interceptors
2025-01-09 00:32:23
864
Affects: 5.2.0.BUILD-SNAPSHOTThe WebClient supports an ExchangeFilterFunction that allows intercepting the request/respo...
Spring RSocket Functional route & Kotlin DSL
2025-01-09 00:32:20
1474
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
2025-01-09 00:32:18
1151
Spring Boot currently includes a DelimitedStringToArrayConverter and DelimitedStringToCollectionConverter which allows a...
Spring Make StompSession.Subscription.unsubscribe() to return Receiptable
2025-01-09 00:32:15
1000
When I use WebSocketStompClient, then StompSession.subscribe method returns Subscription which extends Receiptable. The ...
Spring Add a heartbeat executor for SSE
2025-01-09 00:32:13
255
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
2025-01-09 00:32:10
745
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
2025-01-09 00:32:07
5704
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
2025-01-09 00:32:05
1732
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
2025-01-09 00:32:02
3494
org.springframework.test.context.ContextCustomizer has been introduced to allow implementations to customize the context...
上一页
下一页
1
…
1147
1148
1149
1150
1151
…
2246
.