Spring Add missing field to MethodParameter copy constructor

Hi,I just noticed that the MethodParameter copy constructor misses to copy its nestedMethodParameter field.Cheers,Christ...

Spring MapSqlParameterSource.getValue Handling of null values

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

As the log says,Cannot enhance @Configuration bean definition since its singleton instance has been created too early. T...

Spring Support combining multiple SqlParameterSource

I want to support the feature that combine multiple SqlParamterSource to a one SqlParameterSource. For example, When sav...

Spring Add composite for TaskDecorator

Add CompositeTaskDecorator class.For #23686 Comment From: snicollThanks @ttddyy, I've polished things up in 6e141cc

Spring Support multiple TaskDecorators in TaskExecutionAutoConfiguration

TaskExecutionAutoConfiguration currently only take single TaskDecorator bean.This is because there is no implementation ...

Spring Cannot enhance @Configuration bean definition

Cannot enhance @Configuration bean definition if its singleton instance has been created too early.Add the corresponding...

Spring Simplify AbstractAsyncConfiguration

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

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

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

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

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

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

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

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

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]

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

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

【版本】你们好,版本如下,springframework:6.0.11,springboot:3.0.9【问题】项目启动,并且请求接口时,将会报出警告:Using deprecated '-debug' fallback for param...

Spring AnnotationTypeMapping tracks @AliasFor mappings as convention-based

While working on #28760, I noticed that AnnotationTypeMapping.addConventionMappings() actually adds convention-based map...
上一页 下一页
.