Nineya
Home
Blog
Spring Spring WebFlux "ResourceLeakDetector:LEAK"
2025-01-08 05:12:21
32822
Spring Boot Versionspring-boot-starter-webflux:2.1.14.RELEASEspring-boot-starter-reactor-netty:2.1.14.RELEASEreactor-net...
Spring Fix SpEL propertyReadWriteWithRootObject() test
2025-01-08 05:12:18
551
Partially modify PropertyAccessTests#propertyReadWriteWithRootObject.The test case is for method 'withRootObject' but ac...
Spring Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x
2025-01-08 05:12:16
2797
Spring JDBC is currently not compatible with 2.0.x of H2. This creates problems for users that want to upgrade. See e.g....
Spring Simplify HashMap declaration in test fixture
2025-01-08 05:12:13
446
Optimize the initialization of hashmapComment From: sbrannenHi @springmonster,Nice GitHub handle. 😉 Congratulations on s...
Spring Add general HttpHandlers to adapt Servlet runtimes
2025-01-08 05:12:10
1417
In webflux world, it is easy to create a HttpHandler adapter to connect the underlay Web server, thus it is easy to star...
Spring Cors Preflight request without auth header started giving 403 after upgrade to spring framework 5.3.13
2025-01-08 05:12:08
1884
Affects: \Comment From: sbrannenI'm afraid that's not enough information to go on.Can you please provide more details ab...
Spring Use try-with-resources where feasible
2025-01-08 05:12:05
549
Revert and polishing https://github.com/spring-projects/spring-framework/commit/c04fa858fc3344b8d8a9b01b3b07ce0d00d51676...
Spring Generic error when invalid json parsing/decoding happens in webflux
2025-01-08 05:12:02
1345
Affects: 2.6.1I'm using starter-webflux, and when invalid json is sent to my service I get a super generic error:{ &quo...
Spring compute mapping size in every loop
2025-01-08 05:12:00
310
in TypeMappedAnnotations's process methodComment From: snicollThanks for the report but this method delegates straight t...
Spring Fix the issue#27683
2025-01-08 05:11:55
324
fix #27683 .pathSeparator should be a complete separator, But in StringUtils#tokenizeToStringArray,each of the character...
Spring Support for parsing duration in @Scheduled annotation with the same way as with StringToDurationConverter
2025-01-08 05:11:53
1093
org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor class parses durations from fields fixedD...
Spring Dev dsc note annotation
2025-01-08 05:11:50
274
aadfsa Comment From: pivotal-cla@pierre2017 Please sign the Contributor License Agreement!Click here to manually synchro...
Spring Are there any tasks that novices can participate in?
2025-01-08 05:11:47
235
Affects: \Comment From: rstoyanchevWe use the label "status: ideal-for-contribution" label to flag issues that are suite...
Spring Run http requests in WebFlux always throw timeout
2025-01-08 05:11:45
3638
I defined an interface to download a file@GetMapping("/video.mp4")public Mono<Void> video(ServerHttpResp...
Spring ReflectionUtils.findMethod() with no paramTypes params [SPR-3749]
2025-01-08 05:11:42
1771
allnightlong opened SPR-3749 and commentedMay be it's possible to have 2 kinds of findMethod() method:public static Meth...
Spring Correct not compiling example code in Data Access docs
2025-01-08 05:11:39
912
I've noticed, that there is a piece of sample code that does not compile with Spring 5.x, because the the EntityManager ...
Spring URIComponent does not encode json query param
2025-01-08 05:11:37
2425
If URIComponentsBuilder is used to create uri that contains some json as query param, it will not work as JSON will not ...
Spring perf: Conditional Judgment Modification
2025-01-08 05:11:34
497
Increase readability,Optimal condition judgment27856Comment From: pivotal-cla@1725636955 Please sign the Contributor Lic...
Spring Use try-with-resources for AutoClosables
2025-01-08 05:11:32
130
Noticed a couple of places that could benefit from try-with-resources. Comment From: sbrannenThis has been merged into m...
Spring Replace use of StringBuffer with StringBuilder
2025-01-08 05:11:29
122
Comment From: sbrannenThis is effectively a follow up to #27822Comment From: sbrannenThis has been merged into main.Than...
上一页
下一页
1
…
1462
1463
1464
1465
1466
…
2246
.