Nineya
Home
Blog
Spring 6.0.x
2025-01-08 23:10:44
191
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
2025-01-08 23:10:42
1394
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.
2025-01-08 23:10:40
7278
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()
2025-01-08 23:10:37
130
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
2025-01-08 23:10:34
1985
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
2025-01-08 23:10:32
3171
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()
2025-01-08 23:10:29
1459
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.
2025-01-08 23:10:26
2296
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
2025-01-08 23:10:24
515
When the stop method of a SmartLifecycle bean throws an error, the DefaultLifecycleProcessor always waits until the time...
Spring PathMatchingResourcePatternResolver no longer follows symlinks
2025-01-08 23:10:22
572
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
2025-01-08 23:10:20
9236
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
2025-01-08 23:10:16
2492
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
2025-01-08 23:10:14
387
The SpEL Evaluation chapter in the reference manual contains the following outdated information.SimpleEvaluationContext ...
Spring Revise AOP proxying section of the reference manual
2025-01-08 23:10:11
397
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
2025-01-08 23:10:09
201
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
2025-01-08 23:10:06
967
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
2025-01-08 23:10:04
231
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
2025-01-08 23:10:02
817
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
2025-01-08 23:09:47
12586
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
2025-01-08 23:09:32
8249
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...
上一页
下一页
1
…
1158
1159
1160
1161
1162
…
2246
.