Nineya
Home
Blog
Spring When we remove bean from the application context, its aliases must be cleared as well [SPR-16837]
2025-01-08 20:08:04
1597
Artem Bilan opened SPR-16837 and commentedThe simple test-case to reproduce:@Testpublic void aliasesConflict() { Gene...
Spring Missing reflection hints on Kotlin classes for KotlinDetector
2025-01-08 20:07:59
192
See #31213 for background.KotlinDetector performs classpath detection on several Kotlin classes and we need to register ...
Spring Missing reflection hint on Eclipse FileLocator
2025-01-08 20:07:56
278
See #31213 for background.PathMatchingResourcePatternResolver is reflecting on org.eclipse.core.runtime.FileLocator and ...
Spring Missing resource hint for spring.properties
2025-01-08 20:07:54
184
See https://github.com/spring-projects/spring-framework/issues/31213 for background.SpringProperties loads the spring.pr...
Spring Missing reflection hint on MonetaryAmount in conversion service
2025-01-08 20:07:52
170
See #31213 for background.DefaultFormattingConversionService performs classpath detection on javax.money.MonetaryAmount ...
Spring Missing reflection hints for jakarta.inject classes
2025-01-08 20:07:49
321
While working on #31213, I have found that we are missing reflection hints on jakarta.inject.Provider and that we are cu...
Spring JmsTemplate with TransactionSession does not call rollback, while sending message error. [SPR-16850]
2025-01-08 20:07:47
557
hezhou opened SPR-16850 and commentedJmsTemplate with sessionTransacted does not call rollback method when sending messa...
Spring Unexpected bean creation order in collection [SPR-16888]
2025-01-08 20:07:44
1646
Alex opened SPR-16888 and commentedI have several @Component implementing an interface I1, and I've a @Service with an @...
Spring Use "internalSet" instead of normal setter. [SPR-16809]
2025-01-08 20:07:41
542
Zhang Jie opened SPR-16809 and commentedUsing "internalSet" instead of normal setter can avoid checking int param, becau...
Spring ResolvableType.isInstance(Object) does not support dynamic proxies [SPR-15458]
2025-01-08 20:07:38
1546
Lukas Jusko opened SPR-15458 and commentedMethod isInstance(object) returns false even if object is instance of given ty...
Spring Bean/@Configuration reverse dependency insight feature [SPR-16784]
2025-01-08 20:07:35
1743
Jon Schneider opened SPR-16784 and commentedI have two cases I run across regularly enough:Configuration of some bean or...
Spring RootBeanDefinition does not return $-separated classname on inner classes anymore [SPR-15473]
2025-01-08 20:07:32
2584
Elis Edlund opened SPR-15473 and commentedIn previous version I got a correct classname in my custom DefaultListableBean...
Spring Reduce nested class lookups in ClassUtils
2025-01-08 20:07:29
1514
While working on #31213, I have noticed that Framework performs more class lookups than we thought.For example, we need ...
Spring Provide mock implementation of org.springframework.web.servlet.function.ServerRequest
2025-01-08 20:07:26
561
Testing org.springframework.web.servlet.function.HandlerFunction implementations would be easier if spring-test would pr...
Spring BeanUtils.copyProperties() to not set collection fields of wrong generic type [SPR-15689]
2025-01-08 20:07:24
1665
Elad Tabak opened SPR-15689 and commentedorg.springframework.beans.BeanUtils.copyProperties() copy fields of generic col...
Spring Implement annotation and machinery used with SpringJUnit4ClassRunner to augment classpath [SPR-16948]
2025-01-08 20:07:21
1179
David M. Karr opened SPR-16948 and commentedMy project has a bunch of component and integration tests that require addit...
Spring Use ehcache.xml configuration defined name for CacheManager lookup. [SPR-15621]
2025-01-08 20:07:18
386
Hurelhuyag opened SPR-15621 and commentedehcache.xml can have name property for cacheManager instance name. EhCacheManag...
Spring EhCache: Ability to use CacheManager.newInstance for CacheManager creation [SPR-15619]
2025-01-08 20:07:15
1201
Hurelhuyag opened SPR-15619 and commentedIf I use CacheManager.newInstance instead of new CacheManager I can share same ...
Spring Null bean value exception message confusing [SPR-16961]
2025-01-08 20:07:11
508
Dave Syer opened SPR-16961 and commentedWhen a @Bean method returns null it becomes non-autowirable, but the exception m...
Spring Odd behaviour with null bean instance when an alternative autowire candidate is available [SPR-16960]
2025-01-08 20:07:08
4009
Dave Syer opened SPR-16960 and commentedSince Spring 5.0 a @Bean can return null and the effect is to leave the bean def...
上一页
下一页
1
…
1302
1303
1304
1305
1306
…
2246
.