Nineya
Home
Blog
Spring Add missing field to MethodParameter copy constructor
2025-01-08 17:55:21
1216
Hi,I just noticed that the MethodParameter copy constructor misses to copy its nestedMethodParameter field.Cheers,Christ...
Spring MapSqlParameterSource.getValue Handling of null values
2025-01-08 17:55:18
1088
Does the reading of multithreaded HashMap need to be synchronized? This problem has been bothering me. I don't think it'...
Spring continue for loop if the bean definition cannot be enhanced
2025-01-08 17:55:16
300
As the log says,Cannot enhance @Configuration bean definition since its singleton instance has been created too early. T...
Spring Support combining multiple SqlParameterSource
2025-01-08 17:55:13
2204
I want to support the feature that combine multiple SqlParamterSource to a one SqlParameterSource. For example, When sav...
Spring Add composite for TaskDecorator
2025-01-08 17:55:10
115
Add CompositeTaskDecorator class.For #23686 Comment From: snicollThanks @ttddyy, I've polished things up in 6e141cc
Spring Support multiple TaskDecorators in TaskExecutionAutoConfiguration
2025-01-08 17:55:08
1955
TaskExecutionAutoConfiguration currently only take single TaskDecorator bean.This is because there is no implementation ...
Spring Cannot enhance @Configuration bean definition
2025-01-08 17:55:05
455
Cannot enhance @Configuration bean definition if its singleton instance has been created too early.Add the corresponding...
Spring Simplify AbstractAsyncConfiguration
2025-01-08 17:55:02
527
There is simpler way to express that 0 or 1 bean only is allowedThis commit allows flexible AsyncConfigurer substitution...
Spring Rename earlyProxyReferences to earlyBeanReferences in AbstractAutoProxyCreator
2025-01-08 17:55:00
236
The original map named earlyProxyReferences seems to stores the target object, not the proxy object.Comment From: snicol...
Spring Reinitialize SQLErrorCodeSQLExceptionTranslator when initial JDBC connection retrieval failed
2025-01-08 17:54:57
171
closes gh-23675Comment From: snicoll@samratdhillon thanks for the PR and sorry it took so long to process it. I believe ...
Spring Fix nullable get method of title of ProblemDetail.java
2025-01-08 17:54:55
2001
Although the ProblemDetail#getTitle method was marked as nullable, the method never returned null because of unnecessary...
Spring When using Configuration annotation BeanDefinitionRegistryPostProcessor, the instance type of dependency injection is inconsistent with getBeanClassName in BeanDefinition
2025-01-08 17:54:52
6010
When using Configuration annotation BeanDefinitionRegistryPostProcessor, the instance type of dependency injection is in...
Spring Kotlin fails with "Parameter specified as non-null is null" when method with default parameter defined in constructor is called
2025-01-08 17:54:44
8893
Spring Boot with Kotlin fails with "Parameter specified as non-null is null" when you specify default parameters for met...
Spring Built-in method validation does not work with Boot auto-configuration
2025-01-08 17:54:41
7175
There are two issues with the new feature of validating method parameters.Validation happens only if @Validated is used ...
Spring Implementing event listener with proxy fails in native image
2025-01-08 17:54:39
19619
EnvironmentUsing Spring Boot 3.0.2 with the following:java version "17.0.5" 2022-10-18 LTSJava(TM) SE Runtime ...
Spring Refine "checkpoint on refresh" error handling
2025-01-08 17:54:36
279
Using -Dspring.context.checkpoint=onRefresh without the CRaC dependency on the classpath results in a NoClassDefFoundEr...
Spring JOptCommandLinePropertySource selects property names in an inconsistent way [SPR-17639]
2025-01-08 17:54:34
3009
chludwig-haufe opened SPR-17639 and commentedI recently had to build a Spring Boot command line application whose applic...
Spring Get all the aliases at getPropertyNames
2025-01-08 17:54:31
6085
At present, the JOptCommandLinePropertySource.getPropertyNames get the last element in the result of spec.options(). But...
Spring 6.0.11版本,请求接口时警告:Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection
2025-01-08 17:54:29
1137
【版本】你们好,版本如下,springframework:6.0.11,springboot:3.0.9【问题】项目启动,并且请求接口时,将会报出警告:Using deprecated '-debug' fallback for param...
Spring AnnotationTypeMapping tracks @AliasFor mappings as convention-based
2025-01-08 17:54:20
574
While working on #28760, I noticed that AnnotationTypeMapping.addConventionMappings() actually adds convention-based map...
上一页
下一页
1
…
1317
1318
1319
1320
1321
…
2246
.