Spring When we remove bean from the application context, its aliases must be cleared as well [SPR-16837]

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

See #31213 for background.KotlinDetector performs classpath detection on several Kotlin classes and we need to register ...

Spring Missing reflection hint on Eclipse FileLocator

See #31213 for background.PathMatchingResourcePatternResolver is reflecting on org.eclipse.core.runtime.FileLocator and ...

Spring Missing resource hint for spring.properties

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

See #31213 for background.DefaultFormattingConversionService performs classpath detection on javax.money.MonetaryAmount ...

Spring Missing reflection hints for jakarta.inject classes

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]

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]

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]

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]

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]

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]

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

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

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]

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]

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]

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]

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]

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]

Dave Syer opened SPR-16960 and commentedSince Spring 5.0 a @Bean can return null and the effect is to leave the bean def...
上一页 下一页
.