547 Commits (b30f4d7bb770be1d13171ffd4a394635f8dbecdd)

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