306 Commits (c73b98cf3328fd5eff0bdf67fed65d9bf26662d1)

Author SHA1 Message Date
Juergen Hoeller 9c1cbbb689 Post-processors consistently ignore ScopedObject/AopInfrastructureBean 8 years ago
Juergen Hoeller 951b39cc7a Polishing 8 years ago
Juergen Hoeller 7737175140 Polishing 8 years ago
Juergen Hoeller e00fd52dc6 Polishing 8 years ago
Juergen Hoeller a159dd5993 AbstractAspectJAdvisorFactory uses AnnotationUtils.getValue 8 years ago
Juergen Hoeller d8d04d82c1 Polishing 8 years ago
Juergen Hoeller f3184a0878 Polishing 8 years ago
Kazuhiro Sera a80f4caf37 Fix typos detected by github.com/client9/misspell 8 years ago
Juergen Hoeller a45ef35b38 Pruning of outdated JDK 6/7 references (plus related polishing) 8 years ago
Juergen Hoeller 6839570187 Polishing 8 years ago
Juergen Hoeller d7cf2c869c MethodBeforeAdviceInterceptor implements BeforeAdvice marker interface 8 years ago
Juergen Hoeller 207e8c2409 BeanFactoryAdvisorRetrievalHelper avoids synchronization for name cache 8 years ago
Juergen Hoeller e21db2619b AspectJExpressionPointcut leniently ignores non-composable interfaces 8 years ago
Juergen Hoeller c3f6403f61 Polishing 8 years ago
Juergen Hoeller 1cd0135195 Restore original DefaultAdvisorChainFactory MethodMatcher invocation 8 years ago
Juergen Hoeller 11fc086309 Prefer ArrayList/ArrayDeque over LinkedList for multi-element holders 8 years ago
Juergen Hoeller c0040a5508 Polishing 8 years ago
Juergen Hoeller 4be6bcae74 Polishing 8 years ago
Juergen Hoeller a631af80c1 Polishing 8 years ago
Juergen Hoeller 416dee7226 AspectJExpressionPointcut evaluates interface method on proxy as well 8 years ago
Juergen Hoeller b4f83dbdc3 Polishing 8 years ago
Johnny Lim a0d37ac29e Remove inconsistent spaces 8 years ago
Juergen Hoeller 8b051ab06e AopUtils.getMostSpecificMethod exposes dynamic proxy class methods 8 years ago
Juergen Hoeller c1385f52c2 Polishing 8 years ago
Juergen Hoeller b5922f75bb AspectJExpressionPointcut consistently resolves superinterface methods 8 years ago
Juergen Hoeller de8c4179fb Polishing 8 years ago
Juergen Hoeller 6102715b8d Consistent treatment of proxy classes and interfaces for introspection 8 years ago
Juergen Hoeller cc379f1cc7 Polishing 8 years ago
Juergen Hoeller 666037ec5c Pointcut checking directly against superclass in case of CGLIB subclass 8 years ago
Juergen Hoeller 6393e5ce0c Consistent Ordered.LOWEST_PRECEDENCE declarations for default order 8 years ago
igor-suhorukov 93abe0e94b All branches in a conditional structure should not have exactly the same implementation 8 years ago
igor-suhorukov e6020ed377 avoid unnecessary autoboxing 8 years ago
Christoph Dreis d3a0a8e007 Use Collection.removeIf() where possible (#1747) 8 years ago
Juergen Hoeller 50253f670e Quick access to volatile field (full synchronization only for lazy init) 8 years ago
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 8 years ago
igor-suhorukov 0f7485b01d Polish: reorder the modifiers to comply with the Java Language Specification. 8 years ago
Juergen Hoeller a19d4deb24 Polishing 8 years ago
Juergen Hoeller 9962df6527 Polishing 8 years ago
igor-suhorukov 49fd724d8f Polish: String function use should be optimized for single characters 8 years ago
Juergen Hoeller 578c078082 Polishing 8 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 8 years ago
Juergen Hoeller 8d3264f680 Prefer List.sort(Comparator) over Collections.sort(List, Comparator) 8 years ago
igor-suhorukov 2be4985b8f Polish: anonymous inner classes containing only one method should become lambdas, 8 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 8 years ago
Juergen Hoeller b449928691 Avoid unused arguments for internal delegates 8 years ago
Juergen Hoeller b089ded5b0 Polishing 8 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 8 years ago
Juergen Hoeller 0a06bce3a6 Relaxed BeanFactory assertion in resolveInterceptorNames 8 years ago
nkjackzhang ec6eed6c63 Polish Javadoc 8 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 9 years ago