Spring Support for PathPatternParser in Spring MVC

Spring MVC has always used AntPathMatcher but the use of patterns has grown over time with annotated controllers and URI...

Spring Caching emitted values of monos

Spring caching does not currently work as I would expect for methods that return a Mono type. I suggest an enhancement t...

Spring Add support for R2DBC

This commit introduces support for R2DBC("Reactive Relational Database Connectivity") with customConnectionFactory imple...

Spring Use computeIfAbsent in ResourceBundleMessageSource

This PR is to optimize code by using computeIfAbsent instead of putIfAbsent, similar to #25054Comment From: sbrannenThis...

Spring Support multi-value X-Forwarded-Prefix headers

When spring-cloud-gateway adds an X-Forward-Prefix header to a request on which an X-Forwarded-Prefix header is already ...

Spring MessageLite support with Protobuf

Seems like ProtobufHttpMessageConverter supports only full-featured protobuf Message inheritors. Is it possible to add M...

Spring Enhanced form data request support in MockRestServiceServer

Added FormDataRequestMatchers to be able to verify expected form parameters when using MockRestServiceServerE.g. MockRes...

Spring Multipart request support in MockRestServiceServer

Introduce MultipartFormDataRequestMatchers for MockRestServiceServer. Handles ONLY multipart/form-data requests.E.g.Mock...

Spring Improve WebFlux exception logging [SPR-15083]

Marty Pitt opened SPR-15083 and commentedWhen a Rest controller's @RequestBody params can't be deserialized because of i...

Spring Ensure flush after StreamingResponseBody

Consider this simple controller:@RestController@RequestMapping("/api")public class DemoController { @GetMap...

Spring Open single spring project

Hi all,I have cloned the spring github repository and and i have build the all project.It's possible to open in inteelij...

Spring Access all the properties on the Environment as a Map. [SPR-10241]

Andrés Monge Moreno opened SPR-10241 and commentedIt would be nice if it was possible to access to all the properties pa...

Spring NoRollbackFor rule causes TransactionAspectSupport to log unwarranted "exception overridden" error on WebSphere

Observed using Spring 4.3.26, expecting same behavior from Spring 5.x after code comparison.The application code throws ...

Spring Rollback reactive transaction on cancel

This commit introduces a change in reactive transaction semantics forcancel signals. Canceling a subscription now rolls ...

Spring Remove redundant assignment of default values to volatile fields

Assignment of default values to fields in general case is redundant, because the value will be there according to JLS. H...

Spring ReactorServerHttpRequest to use hostAddress() instead of parsing the "Host" header

Why not just use the original hostaddress first?Comment From: rstoyanchevIt looks like that change 5cac619e237f8f7120814...

Spring Deprecate rarely used bean definition variants

OverviewFor Spring Framework 5.3, we should consider deprecating rarely used bean definition variants.Possible candidate...

Spring AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience

Affects: 5.2.7 (Spring Boot 2.3.1)Due to a fix in Issue #25076the AbstractJackson2HttpMessageConverter also blocks the o...

Spring @ComponentScan not finding @Repositories in external modules

Affects: 5.2.xI'm trying to create @Repository definitions in a common library / module, and then use them in a separate...

Spring Use try-with-resources language construct where feasible

Comment From: snicollOn close inspection, this PR brings a significant of build warning we need to handle/Users/snicoll/...
上一页 下一页
.