Spring DefaultListableBeanFactory#getBeanNamesForType does not take target type into account for FactoryBean resolution

Given a RootBeanDefinition for a FactoryBean that exposes a generic for the bean that it produces (typically Spring Data...

Spring Injection of List<Resource> is inconsistent with Resource[]

Normally it's safe to change type from array to list, but it's not for Resource.@Value(&quot;${resources:file:/tmp/*.tex...

Spring @Lookup doesn't work in case of AbstractBeanFactory's cacheBeanMetadata=false

HI! I came across the use case when I wanted to create some provider with @Lookup but when our BeanFactory has cacheBean...

Spring Availability of a bean definition's resolved factory method depends upon a side-effect of getBeanNamesForType which is lost when metadata caching is disabled

Affects: 5.1.x and 5.2.xThis is a follow-on from https://github.com/spring-projects/spring-boot/issues/18440. The differ...

Spring Update documentation for data binding improvements

The documentation needs an update for data binding improvements such as DataBinder support for constructor binding (#267...

Spring Use method meta-data in getTypeForFactoryMethod

Update AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod touse already loaded method meta-data when deducing th...

Spring Reduce BeanDefinition cloning from isFactoryBean

Update AbstractBeanFactory.isFactoryBean to only create the merged localbean definition when absolutely necessary.Commen...

Spring Introduce failOnError flag in TestContextAotGenerator

OverviewWhen an error is encountered during AOT processing in TestContextAotGenerator, a DEBUG or WARN message is logged...

Spring Fail on error by default during test AOT processing

Deliverables[x] Fail on error by default during test AOT processing.[x] Make the failOnError flag in TestContextAotGener...

Spring Add unsatisfied parameter name and parameter value to UnsatisfiedServletRequestParameterException

The current structure of UnsatisfiedServletRequestParameterException does not provide custom exception handlers with eno...

Spring Introduce RoutingDataSource with lazy Connection retrieval

When I use AbstractRoutingDataSource, some scenarios need to switch the data source in the transaction. Of course, there...

Spring Consider making @Value consistent for resource arrays and collections

For Resource arrays, the ResourceArrayPropertyEditor will convert the location pattern to an array of resources. However...

Spring MappingJackson2MessageConverter fails with null pointer in Native mode

Hello, Possible enhancement?When using MappingJackson2MessageConverter to convert payload to Message type I have noticed...

Spring Fix typo in javadoc

I found equal sign is missing in javadoc and it feels like typo issue, so I fixed it.Comment From: snicollApologizes for...

Spring Give spring-core access to org.jboss.vfs for VfsUtils support on WildFly

Give spring-core access to the org.jboss.vfs module to make VfsUtils work out of the box on WildFly 28+.Starting from Wi...

Spring YamlPropertySourceLoader renders @PropertySource(ignoreResourceNotFound = true) unusable

Affects version: 5.3.22该问题造成的影响:尊敬的团队,当我使用 @PropertySource 注解通过 YamlPropertySourceLoader 加载时,即使 ignoreResourceNotFound 属...

Spring Support SPEL expressions in @HttpExchange and related annotations

I would like to avoid hardcoding of url template in these annotations to be able to change it via configuration properti...

Spring Property placeholder not resolved for URL in @HttpExchange

Affects: 6.0.11As the title says, I want to set the URL from the property similar to the following.@HttpExchange(&quot;$...

Spring Introduce Environment.matchesProfiles() for profile expressions

I noticed that you've deprecated Environment.acceptsProfiles(String... profiles) in favor of a method that takes a Profi...

Spring Field PROPAGATION_REQUIRED not found in class TransactionDefinition in native image

In the batch sample from spring-native in sb-3.0.x branch, running the native image fails with the following exception:o...
上一页 下一页
.