Spring Spring WebFlux "ResourceLeakDetector:LEAK"

Spring Boot Versionspring-boot-starter-webflux:2.1.14.RELEASEspring-boot-starter-reactor-netty:2.1.14.RELEASEreactor-net...

Spring Fix SpEL propertyReadWriteWithRootObject() test

Partially modify PropertyAccessTests#propertyReadWriteWithRootObject.The test case is for method 'withRootObject' but ac...

Spring Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x

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

Optimize the initialization of hashmapComment From: sbrannenHi @springmonster,Nice GitHub handle. 😉 Congratulations on s...

Spring Add general HttpHandlers to adapt Servlet runtimes

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

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

Revert and polishing https://github.com/spring-projects/spring-framework/commit/c04fa858fc3344b8d8a9b01b3b07ce0d00d51676...

Spring Generic error when invalid json parsing/decoding happens in webflux

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

in TypeMappedAnnotations's process methodComment From: snicollThanks for the report but this method delegates straight t...

Spring Fix the issue#27683

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

org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor class parses durations from fields fixedD...

Spring Dev dsc note annotation

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?

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

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]

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

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

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

Increase readability,Optimal condition judgment27856Comment From: pivotal-cla@1725636955 Please sign the Contributor Lic...

Spring Use try-with-resources for AutoClosables

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

Comment From: sbrannenThis is effectively a follow up to #27822Comment From: sbrannenThis has been merged into main.Than...
上一页 下一页
.