Nineya
Home
Blog
Spring StringUtils.uriDecode decodes strings with non-ASCII characters incorrectly
2025-01-08 22:03:10
853
Affects: 6.1.3StringUtils.uriDecode will take two different paths depending if "%" is found. One of these does not handl...
Spring Instrument RSocket Requester for Observability
2025-01-08 22:03:07
1348
Hi team, until Spring Boot 2.4.0, there's no metrics auto-configuration for RSocketRequester. Would be nice if there's m...
Spring AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore
2025-01-08 22:03:02
2489
Affects: 5.3.30, 5.3.31, 5.3.32Since 5.3.30 AopUtils.getMostSpecificMethod is no longer giving the correct result in our...
Spring Cannot call Kotlin suspend function in @Around advice after Spring Framework 6.1
2025-01-08 22:02:59
21605
Affects: \org.springframework.boot: 3.2.0org.springframework: 6.1.1We used this workaround to execute suspend function ...
Spring Behavior of AopUtils#getMostSpecificMethod in some cases no longer returns the most specific method
2025-01-08 22:02:56
2362
Affects: 6.1.3After upgrading from spring version 6.1.2 to version 6.1.3, I can in some cases no longer use method param...
Spring @Valid annotation can't establish dependency relationship between beans
2025-01-08 22:02:53
4579
We can't call @Validated bean's method on application shutdown because defaultValidator bean is destroyed first even tho...
Spring @Transactional annotation can't establish dependency relationship between beans
2025-01-08 22:02:50
3133
Problem DescriptionI use spring framework in my projects. In my application scenario, I need to use multiple data source...
Spring Regression in SpringWeb 6.1.4 causes ContentType to be missing if ShallowEtagHeaderFilter is used and HTTP response is streamed
2025-01-08 22:02:48
642
Affects: \6.1.4Upgrading from SpringBoot 3.2.2 to 3.2.3 broke some of our APIs. After thorough examination we were able ...
Spring ServletResponseHttpHeaders ignores content type in ServletResponse
2025-01-08 22:02:45
555
The Servlet API doesn't say that Content-Type has to be available in ServletResponse.getHeader() and Tomcat actually tak...
Spring Fix ServletResponseHttpHeaders#get null handling
2025-01-08 22:02:43
163
ServletResponseHttpHeaders#get should be annotated with @Nullable and return null instead of a singleton list containing...
Spring Optimize content type parsing in ServletServerHttpResponse
2025-01-08 22:02:41
129
The multiple HttpHeaders#getContentType invocations in ServletServerHttpResponse#writeHeaders should be turned into a si...
Spring Revisit EnableCaching versus EnableTransactionManagement default order
2025-01-08 22:02:38
6737
I use EnableTransactionManagement and EnableCaching at the same time.I find them in the same aspect order. You may seeAd...
Spring Revisit storage of null attributes in AbstractFallbackTransaction/CacheAttributeSource [SPR-15513]
2025-01-08 22:02:36
1222
Juergen Hoeller opened SPR-15513 and commentedAbstractFallbackTransactionAttributeSource and AbstractFallbackCacheOperat...
Spring ExceptionHandlerExceptionResolver doesn't handle exceptions when the client closes its connection
2025-01-08 22:02:33
28357
Affects: 5.3.22Description@RestControllerAdvice methods for specific error classes can fail to apply if the client close...
Spring Suspend handler methods fail on nullable value class parameters
2025-01-08 22:02:28
8124
Affects: Spring Framework 6.1.4, Spring Boot 3.2.3This is related to support added in #27345 for value classes. This is ...
Spring 个人的测试
2025-01-08 22:02:25
195
Comment From: pivotal-cla@illeagalName Please sign the Contributor License Agreement!Click here to manually synchronize ...
Spring Compiled SpEL expression fails if #root or #this is a non-public type
2025-01-08 22:02:22
975
If a SpEL expression references the root context object via the #root or #this variables, we currently insert a checkcas...
Spring Stop publishing distribution zip artifact
2025-01-08 22:02:20
3351
Affects: 5.3.26, 5.3.* releasesIt seems that packages like https://repo.spring.io/ui/native/release/org/springframework...
Spring Add support for resolving multiple bounds in type variables
2025-01-08 22:02:17
788
Affects: 5.1.6 , and I believe any previousAutowired list of beans with multiple bounds generics may result in ClassCast...
Spring ContentCachingResponseWrapper no longer honors Content-Type and Content-Length
2025-01-08 22:02:14
9799
As of Spring Framework 6.1.4, ContentCachingResponseWrapper returns null for Content-Type and Content-Length via getHead...
上一页
下一页
1
…
1210
1211
1212
1213
1214
…
2246
.