158 Commits (6a30d04d1e34ef2d6732e54ac35cfb9dda81cbb1)

Author SHA1 Message Date
Juergen Hoeller a8432bc8a1 Tests for enum array with varargs (and related refinements) 9 years ago
Kazuki Shimizu 9524f96405 Fix default value of CommonsPool2TargetSource#maxWait 9 years ago
Stephane Nicoll a3f39d5257 Add missing 4.2 XSDs 9 years ago
Juergen Hoeller edd6e76b9f Polishing 9 years ago
Juergen Hoeller 2934256257 Polishing 9 years ago
Juergen Hoeller dd4bc630c3 Common code in AsyncExecutionAspectSupport allows for CompletableFuture processing with AspectJ as well 9 years ago
Juergen Hoeller 600e5915b4 ObjenesisCglibAopProxy defensively catches Throwable 9 years ago
Juergen Hoeller 9f64230131 TransactionAttributeSourcePointcut pointcut skips target classes with TransactionalProxy marker (e.g. Spring Data proxies) 9 years ago
Juergen Hoeller 92f1754b1e Fixed fallback mode in ObjenesisCglibAopProxy, plus consistent support for bypassing Objenesis (e.g. on Google App Engine) 9 years ago
Juergen Hoeller c41779f895 AsyncExecutionInterceptor supports Java 8's CompletableFuture as a return type 9 years ago
Juergen Hoeller 75edb3979e AspectJExpressionPointcut defensively catches exceptions thrown from ShadowMatch.matchesJoinPoint 9 years ago
Stephane Nicoll e8441edcb7 Remove commons pool 2.x workaround 9 years ago
Juergen Hoeller d195ad216a Polishing 9 years ago
Juergen Hoeller 9410dff99c AsyncResult allows for exposing an execution exception 9 years ago
Stephane Nicoll 3d86f15a84 Merge BeanWrapperImpl and DirectFieldAccessor 9 years ago
Juergen Hoeller b4095c3e1d Class identity comparisons wherever possible 9 years ago
Sam Brannen 1f54ba001b Polish Javadoc for AopUtils, Advised, & related classes 10 years ago
Juergen Hoeller dbd82d128d Polishing 10 years ago
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 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