472 Commits (02b539c5f50b59d9f5605c21e42d53f0c8e23ae1)

Author SHA1 Message Date
Sam Brannen 51a5517a45 Polishing 4 years ago
Сергей Цыпанов d08ce303f1 Extract Class.getName() from String concatenation 4 years ago
Sam Brannen b33d2fe683 Clean up warnings in Gradle build, polishing, etc. 4 years ago
Sam Brannen ab0e651547 Polish SerializationTestUtils, clean up warnings, etc. 4 years ago
Sébastien Deleuze 63dff520e6 Disable and remove unsupported features from native images 4 years ago
Juergen Hoeller c777468056 Polishing 5 years ago
Sam Brannen 0998bd49ef Implement reliable advice invocation order within an @Aspect 5 years ago
Sam Brannen d6525cfb97 Polishing 5 years ago
Juergen Hoeller d14140da69 Polishing 5 years ago
Sam Brannen fbeecf3bf8 Test status quo for invocation order of all advice types 5 years ago
Sam Brannen 04c8de4e50 Polishing 5 years ago
Sam Brannen 63e8609f3b Test status quo for 'after' advice invocation order 5 years ago
Sam Brannen 70b3de4afe Polish AspectJAdvisorFactory tests 5 years ago
Juergen Hoeller 7207f7645c Deprecate InstantiationAwareBeanPostProcessorAdapter 5 years ago
Juergen Hoeller 3c1ee64b7f Explicit nullability declarations for all AOP Alliance methods 5 years ago
Sam Brannen e8335c94d5 Update Javadoc for LazyInitTargetSourceCreator 5 years ago
Sam Brannen 3c3e8e6a8b Only proxy supported beans in BeanNameAutoProxyCreator 5 years ago
陈其苗 13970ae528 Use autoboxing instead of explicit wrapping in tests 5 years ago
Sam Brannen e26764d249 Remove duplicate words in documentation and polish Javadoc 5 years ago
Juergen Hoeller fdc60311ed Avoid unnecessary trace logging in ProxyFactoryBean 5 years ago
Juergen Hoeller d91fc8c672 No log level check unless String concatenation is following 5 years ago
Juergen Hoeller 33642345a4 Lazily check log level within validation conditions 5 years ago
Qimiao Chen 988aae4f2e
Remove unnecessary variable declaration in ProxyCallbackFilter 5 years ago
Сергей Цыпанов 1fd447f395
Reduce String garbage in CglibAopProxy.doValidateClass() 5 years ago
Qimiao Chen b92515bdee
Add logger.isInfoEnabled check before logger.info 5 years ago
Christoph Dreis 2093e35f27 Avoid unnecessary sorting 5 years ago
ZhangT 6add7b4dec
Polishing 5 years ago
Sam Brannen 51fa98a1b2 Apply compiler conventions to test fixtures 5 years ago
Rossen Stoyanchev f5df422de9 Polishing contribution 5 years ago
Hyunjin Choi 273812f9c5 Remove unnecessary escapes in regular expressions 5 years ago
Sam Brannen e8ef93c508 Polish contribution 5 years ago
lixiaolong11000 047eefd2e2 Improve exception message in AopContext.currentProxy() 5 years ago
stsypanov 8e5cad2af3 Add fast path for ClassUtils.hasMethod() 5 years ago
Sam Brannen 141dae6437 Polish contribution 5 years ago
lixiaolong11000 132805133d Improve ExposeInvocationInterceptor exception message 5 years ago
Sam Brannen 8a371c7669 Use Gradle test fixture support for spring-aop 5 years ago
Sam Brannen 7cd4ddf5fc Rename test fixture package in spring-beans 5 years ago
Sam Brannen 4260c34b47 Rename test fixture package in spring-core 5 years ago
Sam Brannen 61d4ee594d Use Gradle test fixture support for spring-beans and spring-context 5 years ago
Sam Brannen 5718bf424b Use Gradle test fixture support for spring-core 5 years ago
Pascal Schumacher e7d489667c Add missing space in AopConfigException message 5 years ago
Sam Brannen 6fdf5ef6ee Polish contribution 5 years ago
Сергей Цыпанов d9cae339d6 Simplify AdvisedSupport.removeAdvisor() 5 years ago
stsypanov 484006ce90 Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution 5 years ago
Sam Brannen 59e250c93c Consistent use of SCOPE_PROTOTYPE and SCOPE_SINGLETON constants 5 years ago
Sam Brannen 769a15cb82 Polishing 5 years ago
stsypanov f2b3953d76 Use array.clone() instead of manual array creation 5 years ago
stsypanov f5ae3c77c6 Use Method::getParameterCount where possible 5 years ago
Sam Brannen 1a13700f8b Polish contribution 5 years ago
stsypanov 9da15ee23a Improve usage of String.substring() 5 years ago