683 Commits (e5c1deea637ca8b2ab4352857615e53b4cb07e87)

Author SHA1 Message Date
Juergen Hoeller 5f270bc432 Upgrade to SnakeYAML 1.19 7 years ago
Juergen Hoeller 91a8993895 Skip init/destroy method check for null beans 7 years ago
Juergen Hoeller c9d3c2690d Properly resolve null candidates for collection injection 7 years ago
Juergen Hoeller ec345bf162 Revised handling of missing data class arguments 7 years ago
Sebastien Deleuze fb09a75c82 Improve support of Kotlin beans w/ primary and default ctors 7 years ago
Juergen Hoeller efce7902c4 Polishing 7 years ago
Juergen Hoeller e927cae476 ObjectProvider offers ifAvailable/ifUnique variants with Consumer 7 years ago
Sebastien Deleuze 3996f33399 Support non-standard classes in Kotlin reflection discovery methods 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 d8e52c0413 Refine BeanUtils#findPrimaryConstructor behavior 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Juergen Hoeller 4371350b5d Polishing 7 years ago
Stephane Nicoll 71182ab54b Provide hierarchy traversal support for getBeanNamesForAnnotation 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
Sebastien Deleuze ef68ccdbd8 Add support for Kotlin autowired ctors w/ optional params 7 years ago
Sebastien Deleuze ab6430569d Efficient Kotlin metadata detection 7 years ago
Brian Clozel 41cbc4670f Refactor the spring-beans build 7 years ago
Juergen Hoeller 3991ab4a23 Efficient Kotlin metadata detection 7 years ago
Juergen Hoeller ac5e2599f7 Consistent overriding for all variants of init/destroy method inheritance 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
Sebastien Deleuze ef175d7ca6 Fix BeanUtils#instantiateClass w/ Kotlin + noarg constructor 7 years ago
Juergen Hoeller adeb521ce4 Polishing 7 years ago
Juergen Hoeller 09f5c71374 Consistent nullability for BeanDefinitionBuilder setters 7 years ago
Sebastien Deleuze ed6fe2b723 Upgrade to Kotlin 1.1.4-eap-33 7 years ago
Juergen Hoeller 40df7b6eca Polishing 7 years ago
Sebastien Deleuze fa4d139684 Support instantiating Kotlin classes with optional parameters 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
Juergen Hoeller fd2b4f2427 DefaultListableBeanFactory falls back to empty DLBF instance on deserialization 7 years ago
Juergen Hoeller 6c0ae1ec9b Clarified role of postProcessAfterInstantiation 7 years ago
Juergen Hoeller 6534359473 FactoryBean object cache cleared on shutdown 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
Sebastien Deleuze 04d5a2951c Remove KClass based Kotlin extensions 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
Stephane Nicoll 451b419624 Polish "Use Map#forEach instead of Map#entrySet#forEach" 7 years ago
diguage 2efa06237a Use Map#forEach instead of Map#entrySet#forEach 7 years ago
diguage c1d44d9a34 Use the diamond syntax 7 years ago
Stephane Nicoll 27aabb15f9 Polish "Refact iterator of Map with Java 8 forEach" 7 years ago
diguage dab7a7f0ee Refact iterator of Map with Java 8 forEach 7 years ago
Juergen Hoeller e2e0410570 Method-level javadoc on XmlReaderContext etc 7 years ago
Juergen Hoeller c0550f7eb6 Documented AbstractBeanFactory nullability warning 7 years ago
Sebastien Deleuze 86580b2358 Polishing 7 years ago
Sebastien Deleuze 8579ae66fc Add comprehensive tests of Kotlin extensions 7 years ago