295 Commits (417354da8a57d8a7653f6645a40051edcd810482)

Author SHA1 Message Date
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
Juergen Hoeller b95e05db04 AspectJExpressionPointcut consistently resolves superinterface methods 7 years ago
Juergen Hoeller a6885c7235 Polishing 7 years ago
Juergen Hoeller 61c3db0869 MethodHandles.Lookup.defineClass for CGLIB class definition purposes 7 years ago
Juergen Hoeller 6102715b8d Consistent treatment of proxy classes and interfaces for introspection 7 years ago
Juergen Hoeller cc379f1cc7 Polishing 7 years ago
Juergen Hoeller 666037ec5c Pointcut checking directly against superclass in case of CGLIB subclass 7 years ago
Juergen Hoeller 6393e5ce0c Consistent Ordered.LOWEST_PRECEDENCE declarations for default order 7 years ago
igor-suhorukov 93abe0e94b All branches in a conditional structure should not have exactly the same implementation 7 years ago
igor-suhorukov e6020ed377 avoid unnecessary autoboxing 7 years ago
Christoph Dreis d3a0a8e007 Use Collection.removeIf() where possible (#1747) 7 years ago
Juergen Hoeller 50253f670e Quick access to volatile field (full synchronization only for lazy init) 7 years ago
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 7 years ago
igor-suhorukov 0f7485b01d Polish: reorder the modifiers to comply with the Java Language Specification. 7 years ago
Juergen Hoeller a19d4deb24 Polishing 7 years ago
Juergen Hoeller 9962df6527 Polishing 7 years ago
igor-suhorukov 49fd724d8f Polish: String function use should be optimized for single characters 7 years ago
Juergen Hoeller 578c078082 Polishing 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
Juergen Hoeller 8d3264f680 Prefer List.sort(Comparator) over Collections.sort(List, Comparator) 7 years ago
igor-suhorukov 2be4985b8f Polish: anonymous inner classes containing only one method should become lambdas, 7 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 7 years ago
Juergen Hoeller b449928691 Avoid unused arguments for internal delegates 7 years ago
Juergen Hoeller b089ded5b0 Polishing 7 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 7 years ago
Juergen Hoeller 0a06bce3a6 Relaxed BeanFactory assertion in resolveInterceptorNames 7 years ago
nkjackzhang ec6eed6c63 Polish Javadoc 7 years ago
Juergen Hoeller 4577a19190 Upgrade to Commons Pool 2.5 (and Jackson Kotlin Module 2.9.3) 7 years ago
Juergen Hoeller 996d747aed Upgrade to Mockito 2.11 7 years ago
Juergen Hoeller a4b2ae583e Expose AspectJ 1.8.11 in POMs (and use it for all tests) 7 years ago
Juergen Hoeller ac45aa2022 Upgrade to AspectJ 1.9 beta 7 (with 1.8.10 exposed in POMs) 7 years ago
Juergen Hoeller 9190b76ab9 Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2) 7 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Juergen Hoeller 47a7475898 Resolve remaining nullability warnings 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Sebastien Deleuze 1e07468d20 Prevent warning about final private methods in CglibAopProxy 7 years ago
Juergen Hoeller 6d6d772f31 Polishing 7 years ago
Juergen Hoeller 118d1470fd Ignore (Auto)Closeable for interface-based proxy decisions 7 years ago
Juergen Hoeller ac1d3b22c9 Polishing 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Juergen Hoeller c292a89b24 Http(Async)Client not actually nullable, plus MethodInterceptor nullability 7 years ago
Juergen Hoeller 57f961e36b No nullability declarations in AOP Alliance sources 7 years ago
Juergen Hoeller 6d7612e052 AbstractTraceInterceptor provides logExceptionStackTrace flag and writeToLog delegates 7 years ago