273 Commits (f89511e7fe9c32ad28de2c00a6197ca9ad6ce937)

Author SHA1 Message Date
Juergen Hoeller 43868d2b72 Polishing 8 years ago
Juergen Hoeller 455d8ac7b9 Correct code example for YamlProcessor.setDocumentMatchers 8 years ago
Juergen Hoeller f6275e009b YamlProcessor embraces SnakeYAML 1.18+ duplicate key handling 8 years ago
Stephane Nicoll 43f2334e82 Keep YAML entries that haven an empty array value 8 years ago
Juergen Hoeller b5922f75bb AspectJExpressionPointcut consistently resolves superinterface methods 8 years ago
Juergen Hoeller 4763154193 Consistent getTypeForFactoryMethod result for parameterized method 8 years ago
Juergen Hoeller de8c4179fb Polishing 8 years ago
Juergen Hoeller d7cab23e6d Consistent use of StringUtils.toStringArray 8 years ago
Juergen Hoeller c9d08bff41 DefaultListableBeanFactory only calls getPriority for non-null instance 8 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 8 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 8 years ago
Juergen Hoeller 285b01fc79 Test with all-negated profile condition 8 years ago
sdeleuze 19a1477228 Fix Kotlin bean w/ default + secondary ctors handling 8 years ago
Juergen Hoeller 4adc820714 Warning instead of error for non-present type filter class 8 years ago
Juergen Hoeller 4a57e26d76 Polishing 8 years ago
Juergen Hoeller 9beb97880f Support for static field access on non-public enums 8 years ago
sdeleuze 9f1d8517ba Polish Kotlin source code style 8 years ago
sdeleuze edf8232555 Avoid implicit autowiring with Kotlin secondary ctors 8 years ago
Juergen Hoeller 9649b0cb25 Properly resolve null beans as getBeansOfType result entries 9 years ago
Juergen Hoeller 91a8993895 Skip init/destroy method check for null beans 9 years ago
Juergen Hoeller c9d3c2690d Properly resolve null candidates for collection injection 9 years ago
Juergen Hoeller ec345bf162 Revised handling of missing data class arguments 9 years ago
Sebastien Deleuze fb09a75c82 Improve support of Kotlin beans w/ primary and default ctors 9 years ago
Juergen Hoeller e927cae476 ObjectProvider offers ifAvailable/ifUnique variants with Consumer 9 years ago
Sebastien Deleuze d8e52c0413 Refine BeanUtils#findPrimaryConstructor behavior 9 years ago
Stephane Nicoll 71182ab54b Provide hierarchy traversal support for getBeanNamesForAnnotation 9 years ago
Sebastien Deleuze ef68ccdbd8 Add support for Kotlin autowired ctors w/ optional params 9 years ago
Juergen Hoeller ac5e2599f7 Consistent overriding for all variants of init/destroy method inheritance 9 years ago
Juergen Hoeller b94302b5bd Enforce non-null value from getBean and at injection points 9 years ago
Sebastien Deleuze ef175d7ca6 Fix BeanUtils#instantiateClass w/ Kotlin + noarg constructor 9 years ago
Sebastien Deleuze ed6fe2b723 Upgrade to Kotlin 1.1.4-eap-33 9 years ago
Sebastien Deleuze fa4d139684 Support instantiating Kotlin classes with optional parameters 9 years ago
Sebastien Deleuze d728d597f2 Add missing license headers in Kotlin files 9 years ago
Sebastien Deleuze 04d5a2951c Remove KClass based Kotlin extensions 9 years ago
Stephane Nicoll 58242f2249 Polish 9 years ago
Sebastien Deleuze 86580b2358 Polishing 9 years ago
Sebastien Deleuze 8579ae66fc Add comprehensive tests of Kotlin extensions 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
Juergen Hoeller d74542ed21 Honor @Autowired(required=false) at parameter level 9 years ago
Juergen Hoeller 6556b40c2b Upgrade to SnakeYAML 1.18 (with updated duplicate key tests) 9 years ago
Juergen Hoeller 0da8dee289 Polishing 9 years ago
Juergen Hoeller 9543384d9e Avoid deprecated comparators in tests 9 years ago
Juergen Hoeller 65d8d698cd Test for ObjectFactory injection at constructor level 9 years ago
Juergen Hoeller 5e946c2700 Consistent type variable resolution for arrays/collections (in particular at field level) 9 years ago
Juergen Hoeller ac6aa53031 Drop outdated BeanFactoryLocator / beanRefContext.xml mechanism 9 years ago
Juergen Hoeller 32fc855dd1 Introspect FactoryBean class declaration if no early instantiation possible 9 years ago
Juergen Hoeller 1cb381e9a7 Consistent deprecation markers on JDK 9 9 years ago
Juergen Hoeller 8084da59a7 Map resolution for multiple beans applies to plain Map interface declaration only 9 years ago
Juergen Hoeller d3f97e3092 ObjectProvider offers getIfAvailable/getIfUnique variants with default supplier 9 years ago