Nineya
Home
Blog
Spring DefaultListableBeanFactory#getBeanNamesForType does not take target type into account for FactoryBean resolution
2025-01-08 17:47:20
714
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[]
2025-01-08 17:47:18
4818
Normally it's safe to change type from array to list, but it's not for Resource.@Value("${resources:file:/tmp/*.tex...
Spring @Lookup doesn't work in case of AbstractBeanFactory's cacheBeanMetadata=false
2025-01-08 17:47:15
1021
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
2025-01-08 17:47:12
4459
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
2025-01-08 17:47:10
272
The documentation needs an update for data binding improvements such as DataBinder support for constructor binding (#267...
Spring Use method meta-data in getTypeForFactoryMethod
2025-01-08 17:47:08
852
Update AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod touse already loaded method meta-data when deducing th...
Spring Reduce BeanDefinition cloning from isFactoryBean
2025-01-08 17:47:05
225
Update AbstractBeanFactory.isFactoryBean to only create the merged localbean definition when absolutely necessary.Commen...
Spring Introduce failOnError flag in TestContextAotGenerator
2025-01-08 17:47:02
848
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
2025-01-08 17:47:00
242
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
2025-01-08 17:46:59
4468
The current structure of UnsatisfiedServletRequestParameterException does not provide custom exception handlers with eno...
Spring Introduce RoutingDataSource with lazy Connection retrieval
2025-01-08 17:46:56
8697
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
2025-01-08 17:46:53
632
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
2025-01-08 17:46:51
4719
Hello, Possible enhancement?When using MappingJackson2MessageConverter to convert payload to Message type I have noticed...
Spring Fix typo in javadoc
2025-01-08 17:46:48
271
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
2025-01-08 17:46:46
9301
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
2025-01-08 17:46:43
1689
Affects version: 5.3.22该问题造成的影响:尊敬的团队,当我使用 @PropertySource 注解通过 YamlPropertySourceLoader 加载时,即使 ignoreResourceNotFound 属...
Spring Support SPEL expressions in @HttpExchange and related annotations
2025-01-08 17:46:21
1735
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
2025-01-08 17:46:18
2822
Affects: 6.0.11As the title says, I want to set the URL from the property similar to the following.@HttpExchange("$...
Spring Introduce Environment.matchesProfiles() for profile expressions
2025-01-08 17:46:15
5154
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
2025-01-08 17:46:13
15344
In the batch sample from spring-native in sb-3.0.x branch, running the native image fails with the following exception:o...
上一页
下一页
1
…
1325
1326
1327
1328
1329
…
2246
.