131 Commits (d0fc38ec76da3c3b7949c5fa6a4d2783dc8df12c)

Author SHA1 Message Date
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 13 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
Rob Winch 940011e233 Ensure Parent ConfigurationClass loaded on overrides 13 years ago
Juergen Hoeller 886cc2cce8 Fixed general test suite problems found during OpenJDK 8 upgrade 13 years ago
Juergen Hoeller 5bdd2d245c Consistent Map/Set ordering 13 years ago
Juergen Hoeller d0513f7521 Revised Joda-Time support (as a side effect of JSR-310 support in Spring 4.0) 13 years ago
Juergen Hoeller 265c0c1505 Minimized ASM usage 13 years ago
Dave Syer 6914aff825 Add additional test for daylight savings glitch 13 years ago
Dave Syer 5b6f149bf8 Fix test for daylight savings glitch 13 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 13 years ago
Juergen Hoeller 2302b9b48b Added locale-independent "commonMessages" property to AbstractMessageSource 13 years ago
Chris Beams 9a48c10dcb Segregate tests that depend on the jmxmp: protocol 13 years ago
Chris Beams 10648942c3 Update AbstractMBeanServerTests hierarchy to JUnit 4 13 years ago
Chris Beams cbe03093ba Revert "Revert "Re-enable ignored JMX tests"" 13 years ago
Phillip Webb 66ae626f91 Only register Date converters with global format 13 years ago
Juergen Hoeller cef97819c5 Fixed regression in SpringValidatorAdapter's retrieval of invalid values 13 years ago
Phillip Webb 19eecb151b Add @Ignored Test case to reproduce SPR-10243 13 years ago
Juergen Hoeller aa576e70be Fixed test class name 13 years ago
Juergen Hoeller af8e6255e2 Refined CronSequenceGenerator's rounding up of seconds to address second-specific cron expressions 13 years ago
Juergen Hoeller 89c3d03083 @Async's qualifier works for target class annotations behind a JDK proxy as well 13 years ago
Juergen Hoeller 0058503cf0 @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support 13 years ago
Juergen Hoeller 9255d3038f @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support 13 years ago
Juergen Hoeller b3c9a11bd1 Folded a FactoryBean-specific check into predictBeanType now 13 years ago
Juergen Hoeller 0d66df26da "depends-on" attribute on lang namespace element actually respected at runtime now 13 years ago
Phillip Webb fd831bc19e Add testMany test to TestGroup.PERFORMANCE 13 years ago
Phillip Webb b21063ec05 Polish @Test annotation position 13 years ago
Phillip Webb 8c2ace33cb Support 'unless' expression for cache veto 13 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 13 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 13 years ago
Phillip Webb 6a1e841952 Fix unused type compiler warnings 13 years ago
Phillip Webb 88f5dd6ce1 Fix 'is already an instance of type' warnings 13 years ago
Chris Beams 39c00c489e Avoid UnsupportedOperationEx. with active SecurityManager 13 years ago
Juergen Hoeller 4c823a3f9b DisposableBeanAdapter detects "shutdown" as a destroy method as well (for EHCache CacheManager setup) 13 years ago
Juergen Hoeller 4dde7c4c16 MBeanInfoAssembler impls expose actual method parameter names if possible 13 years ago
Juergen Hoeller d5af9dc0a5 Polishing 13 years ago
Juergen Hoeller ece727bf57 Introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException 13 years ago
Juergen Hoeller 8e75eee9b2 SpringValidationAdapter properly detects invalid value for JSR-303 field-level bean constraints 13 years ago
Phillip Webb 21becef1bd Support Date to String in JodaTimeConverters 13 years ago
Juergen Hoeller 3a9ca4a6bb MessageSourceResourceBundle overrides JDK 1.6 containsKey method, avoiding NPE in getKeys 13 years ago
Chris Beams 662a02b952 Fix several miscellaneous compiler/Eclipse warnings 13 years ago