636 Commits (4b22a4a0d8fec6fb136fdf740c88bc939836d4b3)

Author SHA1 Message Date
Juergen Hoeller e1395a6c68 Avoid repeated exposure of SpringProxy/Advised for fallback interfaces as well 10 years ago
Juergen Hoeller f9c2d1d171 DefaultAopProxyFactory falls back to JdkDynamicAopProxy when encountering JDK proxy as target 10 years ago
Juergen Hoeller bc6a98c144 Polishing (in particular updating javadoc references to Apache Commons) 10 years ago
Juergen Hoeller 13659d645b Consistent support for @Order annotation as alternative to Ordered interface 10 years ago
Stephane Nicoll 8f8a85912a Call AsyncUncaughtExceptionHandler when necessary 10 years ago
Juergen Hoeller ee74fe6c27 Latest dependency updates (HttpClient 4.4, TestNG 6.8.21, SnakeYAML 1.15, FreeMarker 2.3.22, JRuby 1.7.19, JAMon 2.81, JiBX 1.2.6, XMLUnit 1.6, JsonPath 1.2) 10 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 10 years ago
Juergen Hoeller 287045ef74 Allow for shared Objenesis caching in ObjenesisCglibAopProxy 10 years ago
Stephane Nicoll 44075d7205 Add missing test 10 years ago
Stephane Nicoll aabf73dea4 Add Commons Pool 2 support 10 years ago
John Tims 4c00a3b4c8 fix javadoc typo 10 years ago
Juergen Hoeller 9ac02b319d Remove pre-3.2 deprecated classes and methods 10 years ago
Juergen Hoeller 86b8112c90 Polishing 10 years ago
Stephane Nicoll cae217de94 Handle scoped proxy properly in MBeanExporter 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Juergen Hoeller fb08644e46 ExposeInvocationInterceptor declares itself as PriorityOrdered now 10 years ago
Juergen Hoeller 5a631177ff Consistent use of LinkedHashSet for interfaces (since interface order may matter in subtle cases) 10 years ago
Juergen Hoeller 9d832816a8 Further locking optimizations for the retrieval of non-singleton beans 10 years ago
Juergen Hoeller 98eb0f75bc Polishing 10 years ago
Juergen Hoeller 51e4b07856 JamonPerformanceMonitorInterceptor tracks exceptions as well (consistent with JAMon's other interceptors) 10 years ago
Stephane Nicoll 8fc191c95e Apply AsyncUncaughtExceptionHandler to AspectJ 10 years ago
Juergen Hoeller ad475ffadf Consistent vararg declarations for String array setters 10 years ago
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 11 years ago
Juergen Hoeller a9b650fd0f DefaultAdvisorChainFactory never passes null into ClassFilter, enabling async advisor to work without target class as well 11 years ago
Juergen Hoeller 46dc07a005 AsyncExecutionInterceptor uses submitListenable if method signature indicates ListenableFuture 11 years ago
Juergen Hoeller 18131bf611 Consistent declaration of private static final logger variables 11 years ago
Juergen Hoeller 03ce4a5024 Polishing 11 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