1534 Commits (aa89a579530b5a519d26e54829e8ffc2f8b4115c)

Author SHA1 Message Date
Juergen Hoeller 30bd5827b0 ConfigurationClassEnhancer leniently allows for null bean references 7 years ago
Sebastien Deleuze d2c1b284f3 Polish Kotlin API contracts and documentation 7 years ago
Brian Clozel 397fd24849 Revert "Leverage Kotlin plugin dependency management" 7 years ago
Sebastien Deleuze 3e2f6c848a Leverage Kotlin plugin dependency management 7 years ago
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Stephane Nicoll f6e7fef236 Polish 7 years ago
Juergen Hoeller b94302b5bd Enforce non-null value from getBean and at injection points 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller ec1eafc46f @Lazy falls back to empty map/list/set for non-required collection dependency 7 years ago
Juergen Hoeller adeb521ce4 Polishing 7 years ago
Juergen Hoeller de09f8ca1f Support for Bean Validation 2.0 container elements (with BV 2.0 test setup) 7 years ago
Juergen Hoeller ca0983cd85 Polishing 7 years ago
Juergen Hoeller dd2bbcb3ec Leniently handle lambda-defined listeners with ErrorHandler as well 7 years ago
Juergen Hoeller 1fbd047003 checkConfigurationClassCandidate explicitly skips factory method definitions 7 years ago
Sebastien Deleuze 29c112c010 Avoid requiring `it` parameter in Kotlin bean DSL 7 years ago
Juergen Hoeller ac1d3b22c9 Polishing 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Sebastien Deleuze ff85726fa9 Fix warnings in Kotlin tests 7 years ago
Sebastien Deleuze e2fd04dff3 Add a [] Kotlin extension for PropertyResolver#getRequiredProperty 7 years ago
Sebastien Deleuze f72e0daa54 Add an env accessor to BeanDefinitionContext 7 years ago
Juergen Hoeller c292a89b24 Http(Async)Client not actually nullable, plus MethodInterceptor nullability 7 years ago
Juergen Hoeller bca5a36216 Explicit error message for bean name clash with containing configuration class 7 years ago
Sebastien Deleuze 1f011467b8 Introduce Kotlin functional bean definition DSL 7 years ago
Juergen Hoeller e7b77cb2b6 Drop legacy DisposableBean declaration on AbstractApplicationContext 7 years ago
Juergen Hoeller 59c26f65ba AbstractValueAdaptingCache subclasses may reuse NullValue.INSTANCE 7 years ago
Juergen Hoeller eb928ce456 Reliably detect event listener conditions on proxied beans 7 years ago
Juergen Hoeller 5f4d1a4628 CronSequenceGenerator.isValidExpression actually validates cron fields 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Sebastien Deleuze d728d597f2 Add missing license headers in Kotlin files 7 years ago
Juergen Hoeller 87430f3cd3 ListenableFuture provides CompletableFuture adaptation via completable() 7 years ago
Juergen Hoeller 03133630cb Missing @Nullable annotations in WebFlux, in particular around locale resolution 8 years ago
Juergen Hoeller 535103cd52 Fine-tune HTTP/RMI Invoker exception handling 8 years ago
Sebastien Deleuze 04d5a2951c Remove KClass based Kotlin extensions 8 years ago
Sebastien Deleuze e0e6736bc5 Introduce LocaleContextResolver in WebFlux 8 years ago
Juergen Hoeller 779deb0fa7 Cleanup of duplicate semicolons 8 years ago
Stephane Nicoll 58242f2249 Polish 8 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
diguage 2efa06237a Use Map#forEach instead of Map#entrySet#forEach 8 years ago
diguage c1d44d9a34 Use the diamond syntax 8 years ago
Stephane Nicoll 27aabb15f9 Polish "Refact iterator of Map with Java 8 forEach" 8 years ago
diguage dab7a7f0ee Refact iterator of Map with Java 8 forEach 8 years ago
Sebastien Deleuze 86580b2358 Polishing 8 years ago
Sebastien Deleuze 8579ae66fc Add comprehensive tests of Kotlin extensions 8 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 8 years ago
Juergen Hoeller 55b0fe1027 Unwrap SpringValidatorAdapter (e.g. CustomValidatorBean) to native Validator 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Sebastien Deleuze b494c53b40 Avoid defining nullability for non-relevant API 8 years ago