176 Commits (9bffb9e53f301feaa0e9e54c113406f091e94aa3)

Author SHA1 Message Date
Juergen Hoeller 470ea977e1 Consistent validation of annotated methods behind AOP proxies 9 years ago
Juergen Hoeller 1cfeb07fa5 Consistent use of varargs plus related polishing 9 years ago
Juergen Hoeller 4adb7e2500 AOP proxies with annotation-based aspects are serializable now 9 years ago
Stephane Nicoll 752d3c715a Initiate structure for 4.3 XSDs 9 years ago
Juergen Hoeller 753347ea98 Consistent static final logger declarations 9 years ago
Juergen Hoeller 11806b9215 Class identity comparisons wherever possible (and further polishing) 9 years ago
Juergen Hoeller 20a286b4d6 ASM ClassWriter uses application ClassLoader for its getCommonSuperClass check 9 years ago
Sam Brannen de9c030ba1 Suppress warnings in Gradle build 9 years ago
Juergen Hoeller 4b2ce60d65 Polishing 9 years ago
Juergen Hoeller 98be36a306 Extended default collection size for common per-bean caches 9 years ago
Juergen Hoeller 7b711c4aac AbstractAutoProxyCreator uses prefixed bean name as cache key 9 years ago
Juergen Hoeller 90c9d96a4d Avoid exposeTargetClass attempt if bean name is null 9 years ago
Johnny Lim 2defb6555e Fix broken Javadoc related to `<` and `>` 9 years ago
Juergen Hoeller d5efe4f983 Detect event listener methods behind interface proxies as well 9 years ago
Juergen Hoeller 400749667a Polishing 9 years ago
Juergen Hoeller 8c4b8d253a Auto-adapt reflective arguments in case of vararg array type mismatch 9 years ago
Sam Brannen d5ee787e1e Migrate JUnit 3 tests to JUnit 4 9 years ago
Sam Brannen d91806d7ab Suppress warnings in Gradle build 9 years ago
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