340 Commits (d459e1ad61faeef9d2adf7879be7051830244237)

Author SHA1 Message Date
igor-suhorukov a218bf40cd Join identical catch branches 6 years ago
igor-suhorukov 93189a6733 String.indexOf() expressions can be replaced with a call to the String.contains() method available in Java 5 and newer. 6 years ago
Rossen Stoyanchev 38ae282c3b Update log category precision for all tests 6 years ago
Juergen Hoeller 2a5d7690b6 CglibAopProxy skips method proxy for equals/hashCode/toString override 6 years ago
Stephane Nicoll 7b6f2f8fb3 Polish contribution 6 years ago
Hanope bfb49c7249 Fix typos 6 years ago
HeemangHan 729ce4108d Correct typos (#2018) 6 years ago
Juergen Hoeller 9614817e88 Do not proxy test instances based on "original instance" convention 6 years ago
Juergen Hoeller 04d2d1da0d Consistently use double quotes (even if no interpolation needed) 6 years ago
Juergen Hoeller 71d4dbea13 Post-processors ignore AopInfrastructureBean (includes ScopedObject) 6 years ago
Juergen Hoeller 8bf8092740 Post-processors consistently ignore ScopedObject/AopInfrastructureBean 6 years ago
Juergen Hoeller aebb2d52e0 Logging refinements for transaction and cache processing (debug/trace) 6 years ago
Juergen Hoeller 8f513f8561 AnnotationMatchingPointcut uses AnnotatedElementUtils.hasAnnotation 6 years ago
Juergen Hoeller 915afa77f4 Polishing 6 years ago
Juergen Hoeller 65f29a39ca AbstractAspectJAdvisorFactory uses AnnotationUtils.getValue 6 years ago
Juergen Hoeller 7cf98261ce Polishing 6 years ago
Kazuhiro Sera be211ceead Fix typos detected by github.com/client9/misspell 6 years ago
Juergen Hoeller b325c74216 Pruning of outdated JDK 6/7 references (plus related polishing) 6 years ago
Juergen Hoeller c037e75f26 Improve debug logging at BeanDefinitionReader and BeanFactory level 6 years ago
Juergen Hoeller 4e03d3fdcb MethodBeforeAdviceInterceptor implements BeforeAdvice marker interface 6 years ago
Juergen Hoeller 7f1a8d78b5 BeanFactoryAdvisorRetrievalHelper avoids synchronization for name cache 6 years ago
Juergen Hoeller bccff73e2b AspectJExpressionPointcut leniently ignores non-composable interfaces 6 years ago
stsypanov 5051850fa9 SPR-17074 Replace iteration over Map::ketSet with Map::entrySet 6 years ago
Juergen Hoeller 9a43d2ec20 Revised log levels: less WARN and INFO, fine-tuned DEBUG vs TRACE 6 years ago
Juergen Hoeller 252f52ab07 Tighten (IntroductionAware)MethodMatcher contract 6 years ago
Juergen Hoeller 9c08a482d1 Prefer ArrayList/ArrayDeque over LinkedList for multi-element holders 6 years ago
Juergen Hoeller 5fcfe0fa8e Polishing 6 years ago
Juergen Hoeller f6fdffd663 Lazily retrieve delegate beans in AsyncConfigurer and CachingConfigurer 6 years ago
Juergen Hoeller f123d6c3bc Upgrade to Netty 4.1.27 and Commons Pool 2.6 6 years ago
stsypanov 6d6aa72e8f improve performance of projection instantiation 6 years ago
Juergen Hoeller e5a6711d29 Consistent final declaration for static delegate classes 6 years ago
Juergen Hoeller d34e6f7f70 Polishing 6 years ago
Juergen Hoeller 8ad5299f4a Polishing 6 years ago
Juergen Hoeller 40efcc933c Polishing 6 years ago
Juergen Hoeller 81cb740e0a New postProcessProperties variant on InstantiationAwareBeanPostProcessor 6 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 6 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 6 years ago
Phillip Webb 634f5c2792 Ensure when equals() is implemented so is hashCode() 6 years ago
Phillip Webb 9de3689f63 Never use 'this.' when accessing loggers 6 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 6 years ago
Phillip Webb eeebd51f57 Use consistent class design 6 years ago
Phillip Webb 866e9d702e Use consistent block style 6 years ago
Phillip Webb e9d1b39aff Apply consistent copyright header 6 years ago
Phillip Webb c3a17dfd47 Ensure all files end with a newline 6 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 6 years ago
Juergen Hoeller bba5dcaab3 AspectJExpressionPointcut evaluates interface method on proxy as well 6 years ago
Juergen Hoeller 3917737df2 Polishing 6 years ago
Johnny Lim fb898e1727 Remove inconsistent spaces 6 years ago
Juergen Hoeller aa11721ff0 AopUtils.getMostSpecificMethod exposes dynamic proxy class methods 6 years ago
Juergen Hoeller de4ff4b1fc Polishing 7 years ago