Spring 6.0.x

Comment From: pivotal-cla@ling0900 Please sign the Contributor License Agreement!Click here to manually synchronize the ...

Spring Revise reference documentation for Spring JMX annotations

The reference documentation for Spring JMX annotations is in need of a revision for various reasons including, but not l...

Spring Enhancement proposal: give jdbcclient access to conversion services for converting custom object types from db.

Enhancement Description: allow JdbcClient to convert custom object types in records. for example, in postgres you may ha...

Spring Add Javadoc since for ReflectionHints.registerForInterfaces()

This PR adds a Javadoc @since tag for the ReflectionHints.registerForInterfaces().See gh-32824Comment From: bclozelThank...

Spring Update Content-Length when body changed by Interceptor

Hi maintainers, while working with the framework, I discovered a bug that I believe warrants attention.In the org.spring...

Spring Improve error message when @Autowired is missing on JUnit Jupiter test class constructor

Hi, let's consider that I forgot to add @Autowired in the below:@SpringBootTestpublic class VisitServiceTest { privat...

Spring Recommend use of self injection instead of AopContext.currentProxy()

Self-Injection is better than horrendous AopContext.currentProxy()Comment From: sbrannenHi @quaff,Self-Injection is bett...

Spring Added ability to add HttpMethod along with include/exclude URL patterns when registering Interceptor for Restful API applications.

Affects: 6.2.0If register an Interceptor in InterceptorRegistration and call addPathPatterns() or excludePathPatterns(),...

Spring Errors thrown from SmartLifeycle#stop results in (unnecessary) waiting for the shutdown timeout

When the stop method of a SmartLifecycle bean throws an error, the DefaultLifecycleProcessor always waits until the time...

Spring PathMatchingResourcePatternResolver no longer follows symlinks

Affects: 6.0.x, 6.1.xFrom 5.3.x to 6.0.x, the implementation of filesystem-searching in PathMatchingResourcePatternResol...

Spring ServerHttpObservationFilter does not register against new async operations

Affects: Spring Framework 6.1.9 - currentThe change introduced to ServerHttpObservationFilter in 6.1.9 causes requests t...

Spring Automatic context propagation stops working after an error occurs

Expected BehaviorI believe WebFilters should have auto context propagation regardless if error occurred or not.Actual Be...

Spring Update information in SpEL Evaluation chapter in reference manual

The SpEL Evaluation chapter in the reference manual contains the following outdated information.SimpleEvaluationContext ...

Spring Revise AOP proxying section of the reference manual

OverviewThe section on AOP proxying currently:omits some of the limitations of CGLIB-based proxiessuggests the use of Ao...

Spring Consolidate self injection documentation in the reference manual

The reference manual currently documents self injection in multiple places.We should instead consolidate that documentat...

Spring Fix example for @ImportResource in the reference manual

The last example code in composing java-based configurations is showing below as TransferService.public static void main...

Spring Stop documenting use of -debug compiler flag in reference manual

Since Spring no longer parses bytecode (generated by the -debug compiler flag) to resolve parameter names, we need to re...

Spring Use discrete headings instead of titled blocks in reference manual

In various places in the reference manual, whenever we need a "section" that is not physically part of the table of cont...

Spring Add support for double backslashes to StringUtils#cleanPath

Affects: 6.1.8 While upgrading a project from spring boot 3.1.12 to spring boot 3.2.6 I've encountered issues with my @V...

Spring Kotlin 2.0.20, JVM21, SpringBoot 3.3.3, value classes, reflection error with CoroutineCrudRepository

Kotlin 2.0.20, JVM21 (graalvm-jdk-21.0.3+7.1), SpringBoot 3.3.3. The following code is available:package org.somepkg.rep...
上一页 下一页
.