Nineya
Home
Blog
Spring CorsRegistration#combine is a noop
2025-01-08 04:33:53
1584
The call to CorsConfiguration::combine returns a new configuration object, which is ignored.https://github.com/spring-pr...
Spring Fix MethodMatcher API doc description
2025-01-08 04:33:50
240
Chapter 6. Spring AOP APIs, section 6.1.1. Concepts contains incorrect API description for org.springframework.aop.Metho...
Spring WebFlux loosing content of the reactive context
2025-01-08 04:33:47
3320
SpringBoot 2.4.5, spring-boot-starter-webfluxWebFilter places a value into reactive context at the beginning of the requ...
Spring Use HttpMethod enum constants instead of strings in DispatcherServlet
2025-01-08 04:33:45
2493
doDispatch method of Dispatcher servlet class uses hard coded strings, such as "GET" and "HEAD".so, I replaced it with H...
Spring AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load
2025-01-08 04:33:42
7514
I have a case where a WebFlux application needs to perform some blocking work. Therefore, I use .subscribeOn(aBoundedEl...
Spring SseEmitter is not thread safe [SPR-13224]
2025-01-08 04:33:39
2033
Tomasz Nurkiewicz opened SPR-13224 and commentedSseEmitter misbehaves when multiple threads call send() at the same time...
Spring @Cacheable condition passes 'null' instead of method argument into the root.target method
2025-01-08 04:33:37
3061
Affects: \5.1.5.RELEASE (via Boot 2.1.3.RELEASE)Dear Spring Team!Spring Cache overall works as expected for a long time ...
Spring Upgrade to Kotlin 1.5.0
2025-01-08 04:33:26
180
In order to be consistent with Spring Boot 2.5 which should use Kotlin 1.5, we intend to build Spring Framework 5.3.7 ag...
Spring Enhancing SpelExpressionParser to accept expressions containing Mono instances
2025-01-08 04:33:24
4247
context: So I've been trying to work with SPEL and Mono instance as input that would be parsed to an instance of Mono bu...
Spring LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value
2025-01-08 04:33:22
1907
Seems to be a bug that LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a n...
Spring Avoid memory leak when PropertyComparator is reused
2025-01-08 04:33:19
798
Fixing memoryleak, PropertyComparator was remembering the value it compared in the past.Comment From: pivotal-issuemaste...
Spring webmvc.fn onError doesn't work with CompletableFuture
2025-01-08 04:33:17
2054
Affects: 5.3.6webmvc.fn onError doesn't work with CompletableFuture.Error handler predicates are never called.Take a loo...
Spring webflux-sourcecode-help will repesponse.writeflush cause memory leak?
2025-01-08 04:33:14
3942
Environment: linuxjava: java8spring: spring-boot-starter-webflux 2.3.2.RELEASE reactor-nettyI was using write response ...
Spring StringToCollectionConverter splits string by comma [SPR-15356]
2025-01-08 04:33:11
2143
None opened SPR-15356 and commentedWhen you submit a form (only tried post) with a parameter that includes a comma, and ...
Spring Fix @Scope documentation in ref docs
2025-01-08 04:33:09
383
Chapter 1. The IoC Container, section 1.12.3. Using the @Bean Annotation, paragraph Specifying Bean Scope of official do...
Spring Use an import instead of FQCN in StaxEventXMLReader
2025-01-08 04:33:06
517
In #1927, handleDtd() was modified but handleDtd(Dtd dtd) was not.I changed not to use FQCN in the latter method.Comment...
Spring Improve readability of MessageSourceSupport Javadoc
2025-01-08 04:33:03
752
The Javadoc of org.springframework.context.support.MessageSourceSupport class contains unreadable piece of text for met...
Spring Fix syntax for RequestEntity headers example in ref docs
2025-01-08 04:33:00
225
Hi. There is an additional parenthesis in reference document about spring integration - RestTempate Headers partComment ...
Spring Polish
2025-01-08 04:32:58
189
This PR fixes some typos and polishes trivial stuff.Comment From: sbrannenThanks for catching these.I am to blame for th...
Spring Is it possible to merge @RestController (@Controller) and @RequestMapping in one annotation?
2025-01-08 04:32:55
537
This is not an issue but an improvement. When I look at my controllers all of them start with these 2 annotations: @Rest...
上一页
下一页
1
…
1503
1504
1505
1506
1507
…
2246
.