91 Commits (1487b703940e2d3d34abe98edacbad5f1a7489d1)

Author SHA1 Message Date
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 7a19fd5750 Fix regression in static setter method support 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 4d97ff2479 Fix [dep-ann] warnings with @Deprecated 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 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 9b6ec5bfab DeprecatedBeanWarner detects deprecated FactoryBean classes and always logs user-specified bean type 12 years ago
Sam Brannen 31dfffde52 Update TODOs with new JIRA issue 12 years ago
Sam Brannen 025d111efc Re-enable and document @Ignore'd tests 12 years ago
Juergen Hoeller 786a20f9d0 Finally deprecated BeanReferenceFactoryBean and CommonsLogFactoryBean 12 years ago
Juergen Hoeller d2207b2619 Fixed typos in javadoc 12 years ago
Juergen Hoeller ad33dbca0b Removed accidentally added DestructionAwareAttributeHolder class 12 years ago
Juergen Hoeller 9c6aa3e43b Java 5 Closeable and Java 7 AutoCloseable automatically detected as destroy methods 12 years ago
Juergen Hoeller 52124fa31b Avoid wide locks in order to remove deadlock potential in case of multi-threaded singleton creation/destruction 12 years ago
Juergen Hoeller c368068c0c CachedIntrospectionResults uses full WeakReference for any non-safe ClassLoader arrangement 12 years ago
Chris Beams 4a8be69099 Overhaul non-void JavaBean write method support 12 years ago
Juergen Hoeller f6209cd7af DefaultSingletonBeanRegistry avoids singletonObjects lock wherever possible for non-singleton factory performance 12 years ago
Juergen Hoeller c24825ca19 DefaultSingletonBeanRegistry avoids singletonObjects lock wherever possible for non-singleton factory performance 12 years ago
Juergen Hoeller e1d11ec99d Do not cache PropertyDescriptors for autowireBean calls anymore, avoiding ClassLoader leaks 12 years ago
Sam Brannen 8bb19f05ea Fix typos in Javadoc 12 years ago
Juergen Hoeller 914a1b2088 @Autowired, @Value and qualifiers may be used as meta-annotations for custom injection annotations 12 years ago
Juergen Hoeller 2081521695 @Autowired and @Value may be used as meta-annotations for custom injection annotations 12 years ago
Juergen Hoeller 0e0200769d ManagedResource annotation supports placeholders for String attributes 12 years ago
Gareth Davis 0709c033a0 Allow 'arg-type' matches against element body 12 years ago
Juergen Hoeller 29d60448cd Polishing 12 years ago
Juergen Hoeller 3cf5572ee8 LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably 12 years ago
Juergen Hoeller 0f11920007 Only cache by-type lookups if configuration has been marked as frozen 12 years ago
Juergen Hoeller 538ce4747d Only cache by-type lookups if configuration has been marked as frozen 12 years ago
Juergen Hoeller 3c59725b94 LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably 12 years ago
Juergen Hoeller ff7dcec5f7 BeanWrapper does not fall back to String constructor if ConversionService attempt failed before 12 years ago
Juergen Hoeller 65743936ff Provider injection into prototype beans works for method parameters as well 12 years ago
Juergen Hoeller d15ca6277a Polishing 12 years ago
Chris Beams 0c0a563a24 Avoid further 'type mismatch' errors in ExtendedBeanInfo 12 years ago
Juergen Hoeller 7fc16298e6 Fixed potential race condition in concurrent calling of autowired methods on a prototype bean 12 years ago
Phillip Webb 8e7622bb8a Fix Windows-related build issues 12 years ago