145 Commits (e9a2e688cbc6321ed40b2b468501642877080681)

Author SHA1 Message Date
Juergen Hoeller 2a44228b98 Consistent use of <pre class="code"> 12 years ago
Juergen Hoeller 2c3a8a5309 Removed parsing support for the 'singleton' attribute in an XML bean definition 12 years ago
Juergen Hoeller 0fc5a5d912 Introduced 4.0 versions of all XML configuration schemas 12 years ago
Juergen Hoeller 61c3f3d9fd Removed support for deprecated registerSharedEditor mechanism 12 years ago
Juergen Hoeller 0a8f5b2919 Removed deprecated helper classes and methods (that have been deprecated since 3.0 or before) 12 years ago
Juergen Hoeller 9c09a0a037 Consistent Map/Set ordering 12 years ago
Juergen Hoeller d3a4068768 Minimized ASM usage 12 years ago
Sam Brannen cf687fcc72 Fix typos in ServiceLocatorFactoryBean 12 years ago
Juergen Hoeller 853826a774 Use JDK 1.6's Collections.newSetFromMap instead of manually accessing Maps with dummy Boolean values 12 years ago
Juergen Hoeller 23bf5f563b Added "destroyBean(Object)" method to AutowireCapableBeanFactory 12 years ago
Juergen Hoeller 5472e975f6 Removed deprecated core.enums package 12 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 12 years ago
Juergen Hoeller db823ba1e4 DefaultListableBeanFactory clears by-type matching cache on runtime register/destroySingleton calls 12 years ago
Juergen Hoeller c986a1efc1 Cache target type per bean definition and allow for specifying it in advance 12 years ago
Juergen Hoeller e0c7571a41 Refined predictBeanType's typesToMatch check for FactoryBeans 12 years ago
Juergen Hoeller 1bae80a241 Polishing 12 years ago
Chris Beams 58ab8b691c Re-enable ignored SecurityManager-related test 12 years ago
Chris Beams 3100d89d07 Clean up console output for spring-beans tests 12 years ago
Phillip Webb 5008005df0 Protect against 'has not been resolved to a Class' 12 years ago
Phillip Webb 608dab28bf Protect against ArrayIndexOutOfBoundsException 12 years ago
Phillip Webb 893574be0e Protect against ArrayIndexOutOfBoundsException 12 years ago
Carson McDonald 6f0b4395e5 Fix a few typos 12 years ago
Juergen Hoeller b3c9a11bd1 Folded a FactoryBean-specific check into predictBeanType now 12 years ago
Juergen Hoeller e3c83bb769 Minor javadoc and source layout polishing 12 years ago
Phillip Webb f464a45ba4 Polish formatting 12 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 12 years ago
Phillip Webb 2b0d860923 Fix Javadoc warnings 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
Juergen Hoeller d46a82bbb0 Added note on thread safety to TypeConverter and SimpleTypeConverter javadoc 12 years ago
Juergen Hoeller 575926932d Polishing 12 years ago
Juergen Hoeller 4c823a3f9b DisposableBeanAdapter detects "shutdown" as a destroy method as well (for EHCache CacheManager setup) 12 years ago
Phillip Webb f3ff98d862 Allow nulls with multiple embedded value resolvers 12 years ago
Phillip Webb 7e74fd2b7f Consider primary attribute with getBean(Class) 12 years ago
Juergen Hoeller 8f103c2ea1 Introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException 12 years ago
Juergen Hoeller 1a929f22e0 EntityManagerFactoryUtils finds default EntityManagerFactory in parent contexts as well 12 years ago
Juergen Hoeller 721fa9db6a SpringBeanAutowiringInterceptor eagerly releases BeanFactory if post-construction fails 12 years ago
Juergen Hoeller 6a5744e61c CachedIntrospectionResults.clearClassLoader(null) removes cached classes for the system class loader 12 years ago
Chris Beams 26d5ef93e6 Handle non-void write methods deterministically 12 years ago
Chris Beams 42729014b6 Move namespace tests to root integration module 12 years ago
Chris Beams 51b307681a Fix warnings due to unused import statements 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 7a19fd5750 Fix regression in static setter method support 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