Nineya
Home
Blog
Spring Support for PathPatternParser in Spring MVC
2025-01-08 03:29:21
492
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
2025-01-08 03:29:19
891
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
2025-01-08 03:29:16
14252
This commit introduces support for R2DBC("Reactive Relational Database Connectivity") with customConnectionFactory imple...
Spring Use computeIfAbsent in ResourceBundleMessageSource
2025-01-08 03:29:14
155
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
2025-01-08 03:29:11
680
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
2025-01-08 03:29:09
3555
Seems like ProtobufHttpMessageConverter supports only full-featured protobuf Message inheritors. Is it possible to add M...
Spring Enhanced form data request support in MockRestServiceServer
2025-01-08 03:29:06
981
Added FormDataRequestMatchers to be able to verify expected form parameters when using MockRestServiceServerE.g. MockRes...
Spring Multipart request support in MockRestServiceServer
2025-01-08 03:29:04
2298
Introduce MultipartFormDataRequestMatchers for MockRestServiceServer. Handles ONLY multipart/form-data requests.E.g.Mock...
Spring Improve WebFlux exception logging [SPR-15083]
2025-01-08 03:29:01
13306
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
2025-01-08 03:28:59
8472
Consider this simple controller:@RestController@RequestMapping("/api")public class DemoController { @GetMap...
Spring Open single spring project
2025-01-08 03:28:56
670
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]
2025-01-08 03:28:53
2188
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
2025-01-08 03:28:47
3025
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
2025-01-08 03:28:45
349
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
2025-01-08 03:28:42
1339
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
2025-01-08 03:28:40
1252
Why not just use the original hostaddress first?Comment From: rstoyanchevIt looks like that change 5cac619e237f8f7120814...
Spring Deprecate rarely used bean definition variants
2025-01-08 03:28:36
460
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
2025-01-08 03:28:34
3760
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
2025-01-08 03:28:31
2631
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
2025-01-08 03:28:28
1720
Comment From: snicollOn close inspection, this PR brings a significant of build warning we need to handle/Users/snicoll/...
上一页
下一页
1
…
1345
1346
1347
1348
1349
…
2025
.