116 Commits (c1d149591a71439181b15265cae0ff41173781a3)

Author SHA1 Message Date
Stephane Nicoll 3da68cfe21 Remove unused imports 10 years ago
Stephane Nicoll 9fe7780865 Revert accidental class name change 10 years ago
Kang Baek-kyu c7babab2dd Fix javadoc typo 10 years ago
Juergen Hoeller 9d6c38bd54 Consistent bracket alignment 10 years ago
Stephane Nicoll b676c41805 Add missing 4.1 XSDs 10 years ago
Juergen Hoeller 442bd682a7 Polishing 10 years ago
Juergen Hoeller a9b650fd0f DefaultAdvisorChainFactory never passes null into ClassFilter, enabling async advisor to work without target class as well 10 years ago
Juergen Hoeller 46dc07a005 AsyncExecutionInterceptor uses submitListenable if method signature indicates ListenableFuture 10 years ago
Juergen Hoeller 18131bf611 Consistent declaration of private static final logger variables 10 years ago
Juergen Hoeller 03ce4a5024 Polishing 10 years ago
Juergen Hoeller 7230d6a1aa Polishing 11 years ago
Juergen Hoeller b0f0d2f289 Polishing 11 years ago
Juergen Hoeller 1b2014a52d AbstractAutoProxyCreator and AbstractAdvisingBeanPostProcessor consistently not considering configuration callbacks and internal language interfaces as reasonable proxy interfaces 11 years ago
Juergen Hoeller a0658c5832 AbstractAdvisingBeanPostProcessor uses target class check for existing proxy but checks against actual exposed object otherwise (catching introductions) 11 years ago
Juergen Hoeller be5f2a8b4e Polishing 11 years ago
Juergen Hoeller ce4912b627 AspectJExpressionPointcut defensively handles fallback expression parsing 11 years ago
Juergen Hoeller 9353332a61 Polishing 11 years ago
Philippe Marschall fc3df29b2e Clean up spring-aop tests warnings 11 years ago
Sam Brannen a0b6175d78 Update doc for DefaultAopProxyFactory re: CGLIB 11 years ago
Juergen Hoeller 90309ab0b5 CglibAopProxy detects package-visible methods when defined in a different ClassLoader 11 years ago
Stephane Nicoll db23ec733b Add exception handling of asynchronous method 11 years ago
Stephane Nicoll dcf5f4a6a3 javax.annotation.Priority alternative to @Order 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
Juergen Hoeller 189cd663c5 Polishing 11 years ago
Juergen Hoeller 949338009b Ignore container callback and marker interfaces for auto-proxy decisions 11 years ago
Sam Brannen 1f778530b5 Polish test classes 11 years ago
Juergen Hoeller 8c4e372558 Introduced SpringNamingPolicy for CGLIB 11 years ago
Juergen Hoeller 56b7d7a94a Consistently declare @SuppressWarnings("serial") instead of dummy serialVersionUID 11 years ago
Juergen Hoeller 3310ab55e0 Polishing 11 years ago
Juergen Hoeller 6a6a23f0a3 Avoid class loading during AspectJ expression evaluation 11 years ago
Juergen Hoeller 12c393eb6d Switched 'order' attributes across namespaces to 'xsd:token' 11 years ago
Juergen Hoeller f15a5fef8e Fixed assert in setAspectJAdvisorFactory() 11 years ago
Juergen Hoeller 675b650290 Polishing 11 years ago
Juergen Hoeller a2d40f3f16 Polishing 11 years ago
Juergen Hoeller 0de307bb65 Consistent equals/hashCode/toString implementations in AnnotationMatchingPointcut/ClassFilter/MethodMatcher 11 years ago
Juergen Hoeller 61a3d04e91 Set scoped proxy role to same role as target definition 11 years ago
Juergen Hoeller 9fbb57c3ec Fixed CGLIB class validation to not raising warning for static final methods 11 years ago
Juergen Hoeller 8580d2d19e Fixed detection of generic types and qualifier annotations on scoped-proxy factory methods 11 years ago
Juergen Hoeller 8f1fefc159 Fixed javadoc 11 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 11 years ago
Eric Dahl e9f78f6043 Fix various typos 11 years ago
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