Nineya
Home
Blog
软著申请
Spring Add BeanPostProcessors in bulk
2025-01-08 03:22:21
575
In one of my applications there's about 50 post processors added in loop to CopyOnWriteArrayList. I think this can be im...
Spring Improve performance of AbstractAutowireCapableBeanFactory#predictBeanType
2025-01-08 03:22:17
3082
Hi,I am currently trying to improve startup time of a medium sized Spring-Boot app that currently takes around 20 second...
Spring @ExceptionHandler to keep nesting beyond the first cause
2025-01-08 03:22:09
867
spring-web exception handling considers only the first cause of an exception to determine the applicable @ExceptionHandl...
Spring Allow setting SerializationInclusion with JsonInclude.Value
2025-01-08 03:22:06
3083
Affects: \5.2.5EnhancementThere is a method Jackson2ObjectMapperBuilder.serializationInclusion(JsonInclude.Include seria...
Spring Support matching against multiple header values in HeaderAssertions
2025-01-08 03:22:04
741
The only way to validate multiple response header values – is to assert for strict equality with valueEquals(String head...
Spring Support separate annotation introspectors in Jackson2ObjectMapperBuilder
2025-01-08 03:22:01
1040
I would like to be able to reuse the existing Jackson2ObjectMapperBuilder to set an AnnotationIntrospector for serializa...
Spring Use computeIfAbsent in ResourceBundleMessageSource
2025-01-08 03:21:58
197
This PR is to optimize code by using computeIfAbsent instead of putIfAbsent, in addition, the content of some Javadoc ha...
Spring Support configurable timeout in @Transactional
2025-01-08 03:21:56
2853
Affects: 5.2.5Currently @Transactional annotation supports only hard-coded values for the timeout attribute. Sometimes i...
Spring Use proxyBeanMethods=false on remaining internal configuration classes
2025-01-08 03:21:53
303
Following up on #23004 and #23166, let's revisit all remaining internal configuration classes and refactor them towards ...
Spring Turn off useSuffixPatternMatching by default
2025-01-08 03:21:48
4876
When useSuffixPatternMatching is set to true, then a method mapped to "/users" also matches to "/users.*"The default val...
Spring MockHttpServletRequest parse uri query params
2025-01-08 03:21:45
683
Affects: 5.2.0.RELEASECurrently the following returns an empty map:new MockHttpServletRequest( "GET", "http://test.com?a...
Spring VersionResourceResolver should use weak ETags to allow for HTTP compression
2025-01-08 03:21:43
3570
It is currently not possible to compress static resources that are passed through the VersionResourceResolver.VersionRes...
Spring BigDecimal in multi-value request body deserializes differently than single-value
2025-01-08 03:21:40
2396
Affects: spring-webflux:5.2.3.RELEASEGiven a WebFlux RestController has an endpoint mapped, with @RequestBody of type Fl...
Spring Align TransactionManagementConfigurer support in TestContext framework with production
2025-01-08 03:21:38
3500
Affects: Spring Framework 4.3.0+When @Primary support was added for spring-test in 677a321, the lookup was added before ...
Spring Improve efficiency of mutating of ClientHttpResponse and ServerHttpRequest
2025-01-08 03:21:36
1328
DefaultClientResponse has from(ClientResponse) which copies status, headers, and cookies. It is only half as useful beca...
Spring Support for RxJava 3
2025-01-08 03:21:33
138
RxJava 3 will certainly go GA in our Spring Framework 5.3 timeframe, so let's add support for it... next to deprecating ...
Spring Change to placeholder value in XML is not reevaluated at runtime
2025-01-08 03:21:31
4367
package com.example;public class PlainBean { private int value; public int getValue() { return value; } ...
Spring Document ReactiveTransactionManager support
2025-01-08 03:21:29
561
OverviewSpring Framework 5.2 introduced reactive transaction management support but did not include any documentation on...
Spring UriBuilder replaceQueryParam not working
2025-01-08 03:21:26
1575
I am using spring web-flux webclient and i am passing b as null, but replaceQueryParam is still adding b param in uri. N...
Spring 加一些基本注释
2025-01-08 03:21:23
271
Comment From: pivotal-issuemaster@alexsun1024 Please sign the Contributor License Agreement!Click here to manually synch...
上一页
下一页
1
…
1573
1574
1575
1576
1577
…
2246
.