166 Commits (08ba5a0d4a579f29a67bcaeba0f23be610583500)

Author SHA1 Message Date
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
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 8472a2b2ab Update Apache license headers for affected sources 12 years ago
Phillip Webb 60032e0012 Ignore performance-sensitive tests by default 12 years ago
Phillip Webb d66c733ef4 Replace EasyMock with Mockito in test sources 12 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 12 years ago
Chris Beams 40357be72b Fix various compiler warnings in spring-context 12 years ago
Chris Beams 8d2e125e7b Fix [rawtypes] compiler warnings 12 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 12 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 12 years ago
Phillip Webb 7f0aa5cfb2 Fix [varargs] compiler warnings 12 years ago
Phillip Webb 731d5be644 Fix warnings due to unused import statements 12 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 12 years ago
Chris Beams 8597ec25ec Fix various Javadoc warnings 12 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 12 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 12 years ago
Chris Beams 44a474a014 Various updates to support IDEA 12 years ago
Juergen Hoeller c242abada1 Fixed QualifierAnnotationAutowireCandidateResolver's detection of custom qualifier annotations 12 years ago
Juergen Hoeller 047db8cdf8 Fixed AbstractAutoProxyCreator to accept null bean names again 12 years ago
Juergen Hoeller c954d10be4 Allow for SpEL expressions in initial-delay attribute 12 years ago
Juergen Hoeller b9df7d68d9 Consistent fine-tuning of synchronized and concurrent data structures 12 years ago
Chris Beams f26534700a Eliminate all Javadoc warnings 12 years ago
Juergen Hoeller c55446da9d Polishing 12 years ago
Juergen Hoeller 1cb6e3dbb6 Several enhancements with respect to CachingMetadataReaderFactory handling. 12 years ago
Juergen Hoeller e298658ef0 Polishing 12 years ago