544 Commits (61601de250957b7b2bc4796b99e183ff5e5500d9)

Author SHA1 Message Date
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
Arjen Poutsma 81af7330f6 Deprecate StringUtils::trimWhitespace and variants 3 years ago
Stephane Nicoll 27257fb82e Polish "Fix reference to CountingBeforeAdvice" 3 years ago
diguage e209a460ca Fix reference to CountingBeforeAdvice 3 years ago
Sam Brannen 63c6a7e15e Update copyright date 3 years ago
Sam Brannen 07cd6ab761 Apply "instanceof pattern matching" Eclipse clean-up in spring-aop 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
Juergen Hoeller d84ca2ba90 Jakarta EE 9 migration 3 years ago
Juergen Hoeller b74e93807e Remove JDK 9 workarounds etc 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
Sam Brannen 3c959d3515 Fix grammar in Javadoc 4 years ago
Juergen Hoeller 947255e377 Always propagate checked exceptions from Kotlin code behind CGLIB proxies 4 years ago
Juergen Hoeller 1195b3a0b0 Polishing 4 years ago
Sam Brannen 45a9227047 Remove TODO from AbstractAspectJAdvice 4 years ago
Marten Deinum 41835ba5a4 Re-use the isVariableName method 4 years ago
Marten Deinum c9b27af64f Reduce overhead of char[] creation 4 years ago
izeye 1b1ba47912 Avoid char array creation in AbstractAspectJAdvice.isVariableName() 4 years ago
Sam Brannen c419ea7ba7 Use MethodFilter.and() in ReflectiveAspectJAdvisorFactory 4 years ago
Сергей Цыпанов daf9a82e8c Simplify AbstractAspectJAdvice.isVariableName() 4 years ago
Juergen Hoeller 99ed01e3f7 Optimize locking in AspectJProxyFactory for concurrent aspect instantiation 4 years ago
Juergen Hoeller 2657757566 Separate assignment statements for local variable and instance field 4 years ago
Сергей Цыпанов e1f51b4bf8 Avoid multiple volatile reads/writes in a row where only one is enough 4 years ago
Juergen Hoeller a4679b87b9 Fix Checkstyle violation and rearrange getAdvisorCount declaration 4 years ago
Сергей Цыпанов 8c3cab7ead Improve usage of AdvisedSupport.getAdvisors() 4 years ago
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 4 years ago
Brian Clozel e02d3f32b4 Requalify tests as LONG_RUNNING 4 years ago