126 Commits (53eec48ffd4cb2a15f54617129272a00f93eb50f)

Author SHA1 Message Date
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Juergen Hoeller eed1a323d1 Polishing (along with SPR-10992) 11 years ago
Juergen Hoeller 62157fe38f Refined logging for advisors which are currently in creation 11 years ago
Juergen Hoeller d3f063d0f9 After-returning advice strictly follows AspectJ's rules for return value matching 11 years ago
Oliver Gierke 1f9e8f68d4 Add support for Objenesis proxy creation. 11 years ago
Juergen Hoeller 091712df06 Consistent use of Class<?> 11 years ago
Juergen Hoeller 3d462b6dd9 Added missing spring.schemas entries for 4.0 xsds 11 years ago
Juergen Hoeller 1420b970a7 Introduced DefaultParameterNameDiscoverer which checks JDK 8's standard reflection first and then falls back to ASM-based debug symbol analysis 11 years ago
Juergen Hoeller f329140dd4 Fixed ClassFilterAwareUnionMethodMatcher equals implementation 11 years ago
Juergen Hoeller b6c54c3637 Moved executor null check to AsyncExecutionInterceptor, allowing AbstractAsyncExecutionAspect to fall back to sync execution (as in 3.2.1) 11 years ago
Juergen Hoeller 01a71ef5ef Polishing 11 years ago
Phillip Webb 587877c6da Add MemorySafeUndeclaredThrowableStrategy 11 years ago
Carson McDonald ae74a2158a Fix typo {explictly => explicitly} 11 years ago
Juergen Hoeller 814d24e64f Consistent detection of Order annotation in superclasses and interfaces 12 years ago
Juergen Hoeller 59ef34d769 Polishing 12 years ago
Rob Winch 9468548116 Add @Override to remaining source files 12 years ago
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