Spring StringUtils.uriDecode decodes strings with non-ASCII characters incorrectly

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

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

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

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

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

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

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

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

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

ServletResponseHttpHeaders#get should be annotated with @Nullable and return null instead of a singleton list containing...

Spring Optimize content type parsing in ServletServerHttpResponse

The multiple HttpHeaders#getContentType invocations in ServletServerHttpResponse#writeHeaders should be turned into a si...

Spring Revisit EnableCaching versus EnableTransactionManagement default order

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]

Juergen Hoeller opened SPR-15513 and commentedAbstractFallbackTransactionAttributeSource and AbstractFallbackCacheOperat...

Spring ExceptionHandlerExceptionResolver doesn't handle exceptions when the client closes its connection

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

Affects: Spring Framework 6.1.4, Spring Boot 3.2.3This is related to support added in #27345 for value classes. This is ...

Spring 个人的测试

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

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

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

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

As of Spring Framework 6.1.4, ContentCachingResponseWrapper returns null for Content-Type and Content-Length via getHead...
上一页 下一页
.