380 Commits (90467ba5689dae73e92f6a616d362fc76c93fe72)

Author SHA1 Message Date
Sam Brannen 51a5517a45 Polishing 6 years ago
Сергей Цыпанов d08ce303f1 Extract Class.getName() from String concatenation 6 years ago
Sébastien Deleuze 63dff520e6 Disable and remove unsupported features from native images 6 years ago
Juergen Hoeller c777468056 Polishing 6 years ago
Sam Brannen 0998bd49ef Implement reliable advice invocation order within an @Aspect 6 years ago
Sam Brannen d6525cfb97 Polishing 6 years ago
Juergen Hoeller d14140da69 Polishing 6 years ago
Sam Brannen 04c8de4e50 Polishing 6 years ago
Juergen Hoeller 7207f7645c Deprecate InstantiationAwareBeanPostProcessorAdapter 6 years ago
Juergen Hoeller 3c1ee64b7f Explicit nullability declarations for all AOP Alliance methods 6 years ago
Sam Brannen e8335c94d5 Update Javadoc for LazyInitTargetSourceCreator 6 years ago
Sam Brannen 3c3e8e6a8b Only proxy supported beans in BeanNameAutoProxyCreator 6 years ago
Sam Brannen e26764d249 Remove duplicate words in documentation and polish Javadoc 6 years ago
Juergen Hoeller fdc60311ed Avoid unnecessary trace logging in ProxyFactoryBean 6 years ago
Juergen Hoeller d91fc8c672 No log level check unless String concatenation is following 6 years ago
Juergen Hoeller 33642345a4 Lazily check log level within validation conditions 6 years ago
Qimiao Chen 988aae4f2e
Remove unnecessary variable declaration in ProxyCallbackFilter 6 years ago
Сергей Цыпанов 1fd447f395
Reduce String garbage in CglibAopProxy.doValidateClass() 6 years ago
Qimiao Chen b92515bdee
Add logger.isInfoEnabled check before logger.info 6 years ago
Christoph Dreis 2093e35f27 Avoid unnecessary sorting 6 years ago
Rossen Stoyanchev f5df422de9 Polishing contribution 6 years ago
Hyunjin Choi 273812f9c5 Remove unnecessary escapes in regular expressions 6 years ago
Sam Brannen e8ef93c508 Polish contribution 6 years ago
lixiaolong11000 047eefd2e2 Improve exception message in AopContext.currentProxy() 6 years ago
stsypanov 8e5cad2af3 Add fast path for ClassUtils.hasMethod() 6 years ago
Sam Brannen 141dae6437 Polish contribution 6 years ago
lixiaolong11000 132805133d Improve ExposeInvocationInterceptor exception message 6 years ago
Pascal Schumacher e7d489667c Add missing space in AopConfigException message 6 years ago
Sam Brannen 6fdf5ef6ee Polish contribution 6 years ago
Сергей Цыпанов d9cae339d6 Simplify AdvisedSupport.removeAdvisor() 6 years ago
stsypanov 484006ce90 Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution 6 years ago
Sam Brannen 769a15cb82 Polishing 7 years ago
stsypanov f2b3953d76 Use array.clone() instead of manual array creation 7 years ago
stsypanov f5ae3c77c6 Use Method::getParameterCount where possible 7 years ago
stsypanov 9da15ee23a Improve usage of String.substring() 7 years ago
Juergen Hoeller 357beb24bc Polishing 7 years ago
Juergen Hoeller bb6f9bb6d4 Polishing 7 years ago
Sam Brannen 8f6846827d Ensure ClassFilter and MethodMatcher implementations are cacheable 7 years ago
Sam Brannen e1e072b75c Fix memory leak regression involving @Async methods 7 years ago
Sam Brannen 46a37b447c Fix copyright dates 7 years ago
stsypanov 78d56dc61b Use Arrays.copyOf and Arrays.copyOfRange where possible 7 years ago
Sam Brannen 1ec9721617 Fix @since tags in ScopedProxyUtils[Tests] 7 years ago
Sam Brannen 9d2a874e3f Introduce getOriginalBeanName(String) in ScopedProxyUtils 7 years ago
Sam Brannen 5105b74f6e Add missing @Nullable declaration 7 years ago
Sam Brannen 9be6aa64ef Introduce getOriginalBeanName(String) in ScopedProxyUtils 7 years ago
Juergen Hoeller 9bd3a535cd Avoid UndeclaredThrowableStrategy with 1.8 bytecode level (CGLIB 3.3) 7 years ago
Сергей Цыпанов 1728bf17fc Avoid unnecessary boxing where primitives can be used 7 years ago
Issam El-atif 57fa09b80d Fix typo 7 years ago
stsypanov 49873a30c5 Simplify String concatenation 7 years ago
Sebastien Deleuze 098ac0bbb8 Annotate Object#equals parameter with @Nullable 7 years ago