599 Commits (cdf01ede8d0615b182f80e9e23d3ad9c2bf72050)

Author SHA1 Message Date
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
Yanming Zhou a2bb59f1b8 Replace StringBuffer with StringBuilder where possible 4 years ago
Juergen Hoeller 278c6d5cdb Redeclare postProcessProperties callback to skip postProcessPropertyValues 4 years ago
Сергей Цыпанов 1f3e52d932 gh-25650 Replace remaining usage of LinkedList with ArrayList in tests 4 years ago
Сергей Цыпанов a033660425 Improve performance of JdkDynamicAopProxy.getProxy() 4 years ago
Juergen Hoeller a8b295c516 Consistent javadoc for ParseState and its entry classes 4 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 4 years ago
Juergen Hoeller ff11467a0c Avoid resizing of fixed-size HashMap/LinkedHashMap variants 4 years ago
Juergen Hoeller 7d56c303a4 Use getType with allowFactoryBeanInit=false during advisor retrieval 4 years ago
Sam Brannen 335c3d5db6 Polish contribution 4 years ago