169 Commits (d6a4981a9200f79fc33db32e2e4b59d22bf45d68)

Author SHA1 Message Date
Juergen Hoeller 3d6b0ca5be SpringCacheAnnotationParser properly accepts empty @Caching annotation 10 years ago
Juergen Hoeller 1e42464c22 Polishing 11 years ago
Juergen Hoeller 896f0d91f9 AspectJExpressionPointcut defensively catches exceptions thrown from ShadowMatch.matchesJoinPoint 11 years ago
Juergen Hoeller e5ccdfb029 Polishing 11 years ago
Juergen Hoeller b5a56ca3a9 CronSequenceGenerator explicitly rejects invalid incrementer delta 11 years ago
Juergen Hoeller 568e963466 Annotation post-processors clear old InjectionMetadata registrations on refresh 11 years ago
Juergen Hoeller ec3967a6c7 Consistent bridge method handling in annotation post-processors 11 years ago
Juergen Hoeller bb6349f8cc SimpleMetadataReaderFactory is capable of resolving inner class names with dot syntax now (analogous to ClassUtils.forName) 12 years ago
Juergen Hoeller be89612ec0 ConfigurationClassParser avoids ImportBeanDefinitionRegistrar double scan 12 years ago
Juergen Hoeller 6183e83b6a Provider declaration for @Value method argument works again 12 years ago
Juergen Hoeller 834ddad616 Polishing 12 years ago
Juergen Hoeller d18bdf6448 Polishing 12 years ago
Juergen Hoeller 5da8a16284 AbstractAutowireCapableBeanFactory avoids early FactoryBean instantiation on currently created configuration bean 12 years ago
Juergen Hoeller e89f18bf6d DefaultListableBeanFactory defensively handles BeanDefinition access in getBean(Class) 12 years ago
Juergen Hoeller 0492c9955c Polishing 12 years ago
Juergen Hoeller cec3ffa3ca Polishing 12 years ago
Juergen Hoeller dc50001620 Additional tests for configuration class importing via ASM 12 years ago
Juergen Hoeller a5606a6c46 Polishing 12 years ago
Juergen Hoeller 2f5d378d82 AbstractAdvisingBeanPostProcessor uses target class check for existing proxy but checks against actual exposed object otherwise (catching introductions) 12 years ago
Juergen Hoeller dc934064a2 @Bean processing explicitly ignores bridge methods (for method overrides with return type narrowing on JDK 8) 12 years ago
Juergen Hoeller ffaac0ecf3 Polishing 12 years ago
Juergen Hoeller 20228e78c5 CacheAspectSupport checks Cache.get(key) once per invocation only 12 years ago
Juergen Hoeller 5c3f6a1571 Revised naming for prototype inner beans to avoid excessive unique name calculation 12 years ago
Juergen Hoeller 70155e9ff9 KeyGenerators should not return a plain array parameter as raw key but rather always handle that case in a deepHashCode fashion 12 years ago
Sam Brannen bc879100c4 Test against CGLIB memory leak for method injection 12 years ago
Juergen Hoeller 61ab40cd7a Upgraded to Commons FileUpload 1.3.1, TestNG 6.8.7, Hibernate 4.2.8, Joda-Time 2.2, Jackson 1.7.9 12 years ago
Juergen Hoeller 3da9a3193c Polishing 12 years ago
Juergen Hoeller ad91610796 Polishing 12 years ago
Juergen Hoeller dd5af764b5 Avoided unnecessary substring creation for field error access with wildcard 12 years ago
Juergen Hoeller edb660863b Polishing 12 years ago
Juergen Hoeller d434ef9713 Polishing 12 years ago
Juergen Hoeller f8f6c5fd89 Polishing 12 years ago
Juergen Hoeller 1e0bf493cc Backported generics/varargs signature refinements for scripting package 12 years ago
Juergen Hoeller 139adba96a Removed TestGroup.LONG_RUNNING marker from Groovy and JRuby tests 12 years ago
Juergen Hoeller f5d5882f46 Fixed @Bean meta-annotation detection when using ASM 12 years ago
Juergen Hoeller 249d8379ae Polishing 12 years ago
Juergen Hoeller 2a6c642408 Added tests for custom qualifier annotations on scoped @Bean methods 12 years ago
Juergen Hoeller ec78165072 Component scanning ignores attributes and meta-annotations on non-public annotations 12 years ago
Juergen Hoeller d0fc38ec76 Fixed inner bean name determination for multi-level nesting scenario, calculating a unique bean name as early as possible now (and for any kind of bean scope) 12 years ago
Juergen Hoeller 6bed18004e Fixed detection of qualifier annotations on scoped-proxy factory methods 12 years ago
Phillip Webb 73a8a1b966 Detect cache hit with multiple @Cachables 13 years ago
Juergen Hoeller df7b661702 Added test for placeholder in alias definition 13 years ago
Juergen Hoeller fe46a01a57 JndiObjectFactoryBean converts a "defaultObject" value to the expected type if necessary 13 years ago
Juergen Hoeller 044d68b336 @Bean method metadata is always being picked from the most concrete subclass 13 years ago
Juergen Hoeller b00c31a620 Use non-lenient constructor resolution mode for @Bean methods 13 years ago
Phillip Webb 1ea7f741fe Multicaster support for events with null source 13 years ago
Phillip Webb 8c6fe2cb42 Consistent ordering for @PropertySource locations 13 years ago
Juergen Hoeller b40263e06b PropertySourcesPlaceholderConfigurer's "ignoreUnresolvablePlaceholders" setting reliably applies to nested placeholders as well 13 years ago
Phillip Webb 67f41b15eb Resolve ${} placeholders in @ImportResource 13 years ago
Phillip Webb 4ba43b4737 Support meta @Component with non-string value 13 years ago