760 Commits (b790bd1fd6843129c706139861914a0405dc86a3)

Author SHA1 Message Date
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 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
Stephane Nicoll 451b419624 Polish "Use Map#forEach instead of Map#entrySet#forEach" 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
Juergen Hoeller e2e0410570 Method-level javadoc on XmlReaderContext etc 8 years ago
Juergen Hoeller c0550f7eb6 Documented AbstractBeanFactory nullability warning 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 f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Sebastien Deleuze c3e6afb879 Improve null-safety to fix some Spring Boot warnings 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Juergen Hoeller f985f71daf Polishing 8 years ago
Juergen Hoeller 652266bcc2 Polishing 8 years ago
Juergen Hoeller 27057889f8 Polishing 8 years ago
Juergen Hoeller d74542ed21 Honor @Autowired(required=false) at parameter level 8 years ago
Stephane Nicoll 1b9e12f52f Polish "Use Java 8 forEach method on Map" 8 years ago
Jon Borenstein 13dc0cd828 Use Java 8 forEach method on Map 8 years ago
Juergen Hoeller c668d9a473 Polishing 8 years ago
Juergen Hoeller a95843a068 Dependency tracking for Supplier-created beans 8 years ago
Sebastien Deleuze e2fd398bad Specify explicitly Kotlin extensions return type 8 years ago
Sam Brannen 7a01771a45 Polishing 8 years ago
Sebastien Deleuze 9963c4a495 Fix Kotlin warnings 8 years ago
Juergen Hoeller 6556b40c2b Upgrade to SnakeYAML 1.18 (with updated duplicate key tests) 8 years ago
stonio 7d062df992 Use String#isEmpty() 8 years ago
Juergen Hoeller 0da8dee289 Polishing 8 years ago
Juergen Hoeller 8d707eb530 Polishing 8 years ago
Juergen Hoeller 9543384d9e Avoid deprecated comparators in tests 8 years ago
Kazuki Miyahara e95391765c Fix typo in Javadoc 8 years ago