262 Commits (4831d38db2e802711287d2474d920be0ab530d5b)

Author SHA1 Message Date
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
Juergen Hoeller 19a8efc717 Revised assertions and $[invocationTime] support for exceptionMessage 7 years ago
Stephane Nicoll 6e5e5913d7 Polish contribution 7 years ago
tianjunwei 03b409f891 Use dedicated addAdvisors 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Juergen Hoeller 87430f3cd3 ListenableFuture provides CompletableFuture adaptation via completable() 7 years ago
Stephane Nicoll 58242f2249 Polish 7 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 7 years ago
diguage 4b1478d830 Replace relevant code with lambda 7 years ago
Juergen Hoeller 738160538e TargetSource.getTarget() is nullable again (for compatibility with MethodInvocation.getThis) 7 years ago
Juergen Hoeller 47ec966757 TargetSource.getTarget() is nullable again (for compatibility with MethodInvocation.getThis) 7 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 7 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 7 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 7 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 7 years ago
Juergen Hoeller 3cc94ae8b5 Consistently accept "taskExecutor" bean of type Executor (as stated in @EnableAsync's javadoc) 7 years ago
Juergen Hoeller 0183576215 Polishing 7 years ago
Juergen Hoeller 6c43d14a77 Async annotations on interface methods with CGLIB proxies 8 years ago
John Ryan 33d7816de3 Remove extraneous asterisk 8 years ago
Juergen Hoeller 43e806c733 Refined log message for interface-implementing method 8 years ago
Juergen Hoeller 0d0b879a23 CglibAopProxy logs explicit warning for interface-implementing method marked as final 8 years ago
Juergen Hoeller 9abf249cee Explicitly replace target ApplicationListener with singleton proxy, if any (avoiding double registration/invocation) 8 years ago
Stephane Nicoll bf6e7d0c26 Update copyright header 8 years ago
John S. Ryan 9287bbb91a Fix typo in AfterReturningAdviceInterceptor JavaDoc 8 years ago
Juergen Hoeller 67ea4b3a05 package-info for repackaged libraries (and other polishing) 8 years ago
Juergen Hoeller f4de1ea147 Polishing 8 years ago
Juergen Hoeller 5f531a7a7d Comparators entry point with generically typed factory methods 8 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 8 years ago
Juergen Hoeller ed40b1c8ee Remove outdated abstractions/delegates from core/util 8 years ago
Juergen Hoeller fc629bb508 Polishing 8 years ago
Juergen Hoeller 209e7a700d Avoid FactoryBean initialization on isSingleton check for decorated bean definition 8 years ago
Juergen Hoeller a8741dd371 Polishing 8 years ago
Juergen Hoeller f51fe5fd39 Polishing 8 years ago
Juergen Hoeller d64d9ab370 Consistent ClassLoader propagation and ConcurrentHashMap setup for AspectJ pointcuts 8 years ago