1777 Commits (96526dbf03cf807282e3515dd0aa337331236618)

Author SHA1 Message Date
Juergen Hoeller aa576e70be Fixed test class name 12 years ago
Juergen Hoeller a86a77ad81 ConfigurationClassPostProcessor detects covariant return type mismatch, avoiding infinite recursion 12 years ago
Juergen Hoeller af8e6255e2 Refined CronSequenceGenerator's rounding up of seconds to address second-specific cron expressions 12 years ago
Juergen Hoeller 89c3d03083 @Async's qualifier works for target class annotations behind a JDK proxy as well 12 years ago
Juergen Hoeller 0058503cf0 @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support 12 years ago
Juergen Hoeller 9255d3038f @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support 12 years ago
Juergen Hoeller b3c9a11bd1 Folded a FactoryBean-specific check into predictBeanType now 12 years ago
Juergen Hoeller 9ffbee332c Fixed documentation for "depends-on" attribute 12 years ago
Juergen Hoeller 0d66df26da "depends-on" attribute on lang namespace element actually respected at runtime now 12 years ago
Phillip Webb fd831bc19e Add testMany test to TestGroup.PERFORMANCE 12 years ago
Phillip Webb b21063ec05 Polish @Test annotation position 12 years ago
Juergen Hoeller 6b82d293d5 ConfigurationClassPostProcessor allows for overriding of scoped-proxy bean definitions 12 years ago
Phillip Webb 501ce65055 Polish @Configuration javadoc 12 years ago
Phillip Webb 8c2ace33cb Support 'unless' expression for cache veto 12 years ago
Phillip Webb f464a45ba4 Polish formatting 12 years ago
Juergen Hoeller 6d77f1cf3b ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK annotations via ASM 12 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 12 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 12 years ago
Phillip Webb 6a1e841952 Fix unused type compiler warnings 12 years ago
Phillip Webb 88f5dd6ce1 Fix 'is already an instance of type' warnings 12 years ago
Chris Beams 39c00c489e Avoid UnsupportedOperationEx. with active SecurityManager 12 years ago
Juergen Hoeller ede9d535ea Updated resolvePath javadoc to reflect Environment-based placeholder resolution 12 years ago
Juergen Hoeller 4c823a3f9b DisposableBeanAdapter detects "shutdown" as a destroy method as well (for EHCache CacheManager setup) 12 years ago
Juergen Hoeller a425d717b7 ThreadPoolExecutorFactoryBean exposes "createExecutor" method for custom ThreadPoolExecutor subclasses 12 years ago
Juergen Hoeller 4dde7c4c16 MBeanInfoAssembler impls expose actual method parameter names if possible 12 years ago
Sam Brannen 3b8aba9ccd Fix typo in ContextLifecycleScheduledTaskRegistrar 12 years ago
Juergen Hoeller d5af9dc0a5 Polishing 12 years ago
Juergen Hoeller 89db04ec75 Added "awaitTerminationSeconds" property to ThreadPoolTaskExecutor/ThreadPoolTaskScheduler 12 years ago
Juergen Hoeller ece727bf57 Introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException 12 years ago
Juergen Hoeller 0efdd3d566 Aligned XML scheduled-task elements with @Scheduled in terms of kicking in after context refresh 12 years ago
Juergen Hoeller 8e75eee9b2 SpringValidationAdapter properly detects invalid value for JSR-303 field-level bean constraints 12 years ago
Phillip Webb 21becef1bd Support Date to String in JodaTimeConverters 12 years ago
Juergen Hoeller cca255bc79 Added "exposeAccessContext" flag JndiRmiClientInterceptor/ProxyFactoryBean (for WebLogic) 12 years ago
Juergen Hoeller 3dd817585b MBeanExporter does not log warnings for manually unregistered MBeans 12 years ago
Juergen Hoeller 721fa9db6a SpringBeanAutowiringInterceptor eagerly releases BeanFactory if post-construction fails 12 years ago
Juergen Hoeller 2cd23a79a3 Polishing 12 years ago
Juergen Hoeller 450dbb2810 Reintroduced "mode" and "proxy-target-class" attributes in spring-task-3.1/3.2.xsd 12 years ago
Juergen Hoeller a3211782a6 AbstractCacheManager accepts no caches defined, allowing for EHCache default cache setup 12 years ago
Rossen Stoyanchev 54c873b4c4 Support multiple Validators in DataBinder 12 years ago
Juergen Hoeller 3a9ca4a6bb MessageSourceResourceBundle overrides JDK 1.6 containsKey method, avoiding NPE in getKeys 12 years ago
Chris Beams 662a02b952 Fix several miscellaneous compiler/Eclipse warnings 12 years ago
Chris Beams 51b307681a Fix warnings due to unused import statements 12 years ago
Chris Beams d1e6dbe74a Update Apache license headers for affected sources 12 years ago
Phillip Webb 42b5d6dd7e Remove duplicate test classes 12 years ago
Chris Beams 68e3b7773c Segregate add'l long-running and performance tests 12 years ago
Chris Beams 70eaf02b7f Revert "Merge branch 'SPR-10130' into cleanup-master" 12 years ago
Phillip Webb 65fb26f847 Move spring-build-junit into spring-core 12 years ago
Phillip Webb 6626a38730 Fix [deprecation] compiler warnings 12 years ago
Chris Beams b2a048b6f3 Update Apache license headers for affected sources 12 years ago
Chris Beams 3b40ce76bf Add @Override annotations to main sources 12 years ago