252 Commits (bb684ce60b82bb2d3a81828a6780800c51bb4e33)

Author SHA1 Message Date
Juergen Hoeller 6d6d772f31 Polishing 9 years ago
Juergen Hoeller 118d1470fd Ignore (Auto)Closeable for interface-based proxy decisions 9 years ago
Juergen Hoeller ac1d3b22c9 Polishing 9 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 9 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 9 years ago
Juergen Hoeller c292a89b24 Http(Async)Client not actually nullable, plus MethodInterceptor nullability 9 years ago
Juergen Hoeller 57f961e36b No nullability declarations in AOP Alliance sources 9 years ago
Juergen Hoeller 6d7612e052 AbstractTraceInterceptor provides logExceptionStackTrace flag and writeToLog delegates 9 years ago
Juergen Hoeller 19a8efc717 Revised assertions and $[invocationTime] support for exceptionMessage 9 years ago
Stephane Nicoll 6e5e5913d7 Polish contribution 9 years ago
tianjunwei 03b409f891 Use dedicated addAdvisors 9 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 9 years ago
Juergen Hoeller 87430f3cd3 ListenableFuture provides CompletableFuture adaptation via completable() 9 years ago
Stephane Nicoll 58242f2249 Polish 9 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 9 years ago
diguage 4b1478d830 Replace relevant code with lambda 9 years ago
Juergen Hoeller 738160538e TargetSource.getTarget() is nullable again (for compatibility with MethodInvocation.getThis) 9 years ago
Juergen Hoeller 47ec966757 TargetSource.getTarget() is nullable again (for compatibility with MethodInvocation.getThis) 9 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 9 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 9 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 9 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 9 years ago
Juergen Hoeller 3cc94ae8b5 Consistently accept "taskExecutor" bean of type Executor (as stated in @EnableAsync's javadoc) 9 years ago
Juergen Hoeller 0183576215 Polishing 9 years ago
Juergen Hoeller 6c43d14a77 Async annotations on interface methods with CGLIB proxies 9 years ago
John Ryan 33d7816de3 Remove extraneous asterisk 9 years ago
Juergen Hoeller 43e806c733 Refined log message for interface-implementing method 9 years ago
Juergen Hoeller 0d0b879a23 CglibAopProxy logs explicit warning for interface-implementing method marked as final 9 years ago
Juergen Hoeller 9abf249cee Explicitly replace target ApplicationListener with singleton proxy, if any (avoiding double registration/invocation) 9 years ago
Stephane Nicoll bf6e7d0c26 Update copyright header 9 years ago
John S. Ryan 9287bbb91a Fix typo in AfterReturningAdviceInterceptor JavaDoc 9 years ago
Juergen Hoeller 67ea4b3a05 package-info for repackaged libraries (and other polishing) 9 years ago
Juergen Hoeller f4de1ea147 Polishing 9 years ago
Juergen Hoeller 5f531a7a7d Comparators entry point with generically typed factory methods 9 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 9 years ago
Juergen Hoeller ed40b1c8ee Remove outdated abstractions/delegates from core/util 9 years ago
Juergen Hoeller fc629bb508 Polishing 9 years ago
Juergen Hoeller 209e7a700d Avoid FactoryBean initialization on isSingleton check for decorated bean definition 9 years ago
Juergen Hoeller a8741dd371 Polishing 9 years ago
Juergen Hoeller f51fe5fd39 Polishing 9 years ago
Juergen Hoeller d64d9ab370 Consistent ClassLoader propagation and ConcurrentHashMap setup for AspectJ pointcuts 9 years ago
Juergen Hoeller 97ea22cb4a Defensively catch any exception from match attempts (for compatibility with AspectJ 1.8.10) 9 years ago
Juergen Hoeller 3370f41c61 Defensively catch IllegalStateException from match attempts (for compatibility with AspectJ 1.8.10) 9 years ago
Juergen Hoeller 6d1cae2f57 Avoid proxy replacement for generic return type signatures 9 years ago
Juergen Hoeller 84d3808b3b Upgrade to Mockito 2.2 10 years ago
Juergen Hoeller 36332441ae DefaultListableBeanFactory allows early type matching against ScopedProxyFactoryBean 10 years ago
Juergen Hoeller 5ac5ec1046 No external locking for singleton advice/aspect beans 10 years ago
Juergen Hoeller 3726c6f18d Polishing 10 years ago
Juergen Hoeller cfa0f6c84b Consistent final logger fields 10 years ago
Juergen Hoeller ab0d523cc0 Polishing 10 years ago