159 Commits (333cfeb6f060c3e602fbc138fcdb2a7de113cb6d)

Author SHA1 Message Date
Juergen Hoeller 0fc5a5d912 Introduced 4.0 versions of all XML configuration schemas 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 853826a774 Use JDK 1.6's Collections.newSetFromMap instead of manually accessing Maps with dummy Boolean values 12 years ago
Juergen Hoeller 27693bbc83 CustomizableTraceInterceptor relies on JDK 1.5+ Matcher.quoteReplacement method now 12 years ago
Juergen Hoeller 43c1cec79b Added "beforeExistingAdvisors" flag to AbstractAdvisingBeanPostProcessor 12 years ago
David Harkness 801f196de0 Compare Kind references before checking log levels 12 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 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 2aaa66f86b Allow for ordering of mixed AspectJ before/after advices 12 years ago
Juergen Hoeller d3969de101 Allow for ordering of mixed AspectJ before/after advices 12 years ago
Phillip Webb f464a45ba4 Polish formatting 12 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 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 97ae403b53 AbstractAdvisingBeanPostProcessor caches per bean target class, working for null bean names as well 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 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 90d1886cbd Add aop target source test to TestGroup.PERFORMANCE 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
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 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 4c7cafbde6 Fix "unnecessary @SuppressWarnings" warnings 12 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 12 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 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
Juergen Hoeller 047db8cdf8 Fixed AbstractAutoProxyCreator to accept null bean names again 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 801d4714b1 Fixed CGLIB proxy class leaks through further equals/hashCode implementations in Spring AOP pointcuts 12 years ago
Ezequiel Ballesi b43bc8659a Remove unused imports 12 years ago
Juergen Hoeller 0a3ea42fe1 DefaultSingletonBeanRegistry avoids singletonObjects lock wherever possible for non-singleton factory performance 12 years ago
Dave Syer 3e296974c4 Throw on advise returning null for primitive type 12 years ago
Chris Beams dfe05305e2 Upgrade to JUnit 4.11 snapshot in support of JDK7 12 years ago
Phillip Webb a9a90cabad Protect against non-deterministic method order in JDK7 12 years ago
Juergen Hoeller 430db261e7 BeanFactoryAnnotationUtils throws NoSuchBeanDefinitionExceptions instead of IllegalStateExceptions 12 years ago
Phillip Webb 77c9321967 Sort candidate @AspectJ methods deterministically 12 years ago
Chris Beams 92500ab902 Upgrade to CGLIB 3 and inline into spring-core 12 years ago
Chris Beams f6de5d4360 Reflect @Async executor qual. 3.2=>3.1.2 backport 12 years ago
Chris Beams a4b00c732b Introduce BeanFactoryAnnotationUtils 13 years ago
Chris Beams ed0576c181 Support executor qualification with @Async#value 13 years ago
Chris Beams 3fb11870d9 Polish async method execution infrastructure 13 years ago
Chris Beams f3bcb6e2e4 Update spring.schemas to reflect 3.2 schemas 13 years ago