553 Commits (7f9933fdb742b6eec66cfb1d79de91972bfddf74)

Author SHA1 Message Date
Juergen Hoeller 8e5c4903d4 Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindings 2 years ago
Sam Brannen 2e4d7e4ef9 Polishing 2 years ago
Marc Wrobel c6be3b33c9 Fix and improve Javadoc in spring-aop 2 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 2 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 2 years ago
Sam Brannen 59c7bb1f86 Use Arrays.toString instead of Arrays.asList when generating Strings 3 years ago
Sam Brannen 6fad00ed22 Ensure dynamic proxy with AOP introduction includes lambda interfaces 3 years ago
Sam Brannen 5f6d8df34b Introduce isLambdaClass() as a public utility in ClassUtils 3 years ago
Juergen Hoeller 7aed6279a2 Consistent fallback in case of fast-class generation failure 3 years ago
Sam Brannen 64b64d9ba0 Stop referring to features as "Java 5" features 3 years ago
Juergen Hoeller f8a59c267f Polishing 3 years ago
izeye 4ab03fede8 Fix Javadoc since for AopProxyUtils.isLambda() 3 years ago
Sam Brannen 5d7a632965 Ensure Spring AOP generates JDK dynamic proxies for lambdas 3 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 3 years ago
Sam Brannen 7072aab53b Improve log message when searching for default executor for async processing 3 years ago
Sam Brannen f4f5cee76c Polish AOP namespace tests 3 years ago
Sam Brannen bf1cf549b1 Delete unused XML config in AOP namespace tests 3 years ago
kuanghc1 e24043ab90 Simplify HashMap declaration in test fixture 3 years ago
Sam Brannen 03668f9c10 Replace remaining use of StringBuffer with StringBuilder 3 years ago
Juergen Hoeller 1af21bb451 Declare serialVersionUID on DefaultAopProxyFactory 3 years ago
Juergen Hoeller c44447f622 Avoid early initialization of empty interceptor names 3 years ago
Stephane Nicoll 9e09d6cde4 Polish "Fix javadoc reference to ThrowsAdvice" 3 years ago
Stephane Nicoll 31b8587ce6 Update copyright year of changed file 3 years ago
xay 00375df4e8 Fix javadoc reference to ThrowsAdvice 3 years ago
Stephane Nicoll 27257fb82e Polish "Fix reference to CountingBeforeAdvice" 3 years ago
diguage e209a460ca Fix reference to CountingBeforeAdvice 3 years ago
Juergen Hoeller a295a28e4b Defensively handle fast class generation failure for individual methods 3 years ago
Sam Brannen 96e4d3a530 Fail Gradle build for Javadoc warnings 3 years ago
Sam Brannen bfdc99ab79 Fix Javadoc errors 3 years ago
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 3 years ago
Juergen Hoeller 49d003857d Skip CGLIB class validation in case of optimize flag 3 years ago
yokotaso 0a776a76d1 Fix memory leak on AOP Proxy class definition cache 3 years ago
Brian Clozel cecc0849a8 Upgrade to Gradle 7.2 3 years ago
Sam Brannen 88af24c1cb Update copyright date 3 years ago
Inmord 871e378ed0 Polish AbstractAspectJAdvisorFactory 3 years ago
Sam Brannen 9f7a94058a Update copyright date 3 years ago
LEE Juchan caf6760ddd
Fix grammatical errors in Javadoc 3 years ago
Sam Brannen ce94f69e52 Polish contribution 3 years ago
Anton Lyxell 01c8de0111
Simplify getInternalBeanFactoryForBean 3 years ago
Juergen Hoeller 475396b516 Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) 3 years ago
Juergen Hoeller 8680fdb8bc Polishing 3 years ago
Juergen Hoeller c45c46dad7 Make proxyTargetClass=true with introduction advice work for JDK proxy targets 3 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 3 years ago
Johnny Lim 98770b15e7
Polishing 4 years ago
Juergen Hoeller 2b017fe540 Apply original ClassLoader in AbstractAdvisingBeanPostProcessor as well 4 years ago
Qimiao Chen 9877a9e6b7 Reduce memory consumption 4 years ago
Juergen Hoeller e53cce0778 Allow AOP proxies to be created using the original ClassLoader 4 years ago
Sam Brannen 8535193df3 Update copyright date for DynamicIntroductionAdvice 4 years ago
heqiang a78701cc4b
Fix Javadoc link in DynamicIntroductionAdvice 4 years ago
Sébastien Deleuze 3524401bf1 Introduce a NativeDetector utility class 4 years ago