1647 Commits (168a5159b8ae176950c3ea5bfb7df98b3774a79b)

Author SHA1 Message Date
Sebastien Deleuze 23497a7ece Support autowiring by constructor in Kotlin bean DSL 7 years ago
Sebastien Deleuze 14cba15296 Open router and bean Kotlin DSL to allow building custom ones 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 e2882fe1db Build against EE 8 API level wherever possible 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
Xavier Downs dba1ef0b26 Fix Javadoc typo 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Juergen Hoeller 4371350b5d Polishing 7 years ago
Juergen Hoeller 30d67f7c42 Tests for @Lazy Validator setup 7 years ago
Sebastien Deleuze 8b8a6766de Change BeanDefinitionDsl to implement ApplicationContextInitializer 7 years ago
Juergen Hoeller 26284cac4f Hibernate Validator 5 compatible support for element constraints 7 years ago
Juergen Hoeller 97ded1dcc7 Polishing 7 years ago
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