713 Commits (6bbc5b0f267ac06d113492e88a86f5fd50ccf0cc)

Author SHA1 Message Date
Juergen Hoeller d5cabca2f7 Internal adaptation to Deque semantics 7 years ago
igor-suhorukov 711b0f50f2 Polish: replace the synchronized class "Stack" by an unsynchronized one such as "Deque". 7 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 7 years ago
igor-suhorukov 6ea0af3540 Polish: Lambdas should be replaced with method references 7 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 7 years ago
Stephane Nicoll 991eb4858e Update copyright header 7 years ago
igor-suhorukov c0b4b5787f Change this "try" to a try-with-resources 7 years ago
Juergen Hoeller 285b01fc79 Test with all-negated profile condition 7 years ago
Juergen Hoeller 5c813a366b Consistent use of @throws instead of @exception 7 years ago
Kamil Szymanski 61117245a6 Replace manual array copy with native method call 7 years ago
Juergen Hoeller 4a1cc9ced7 Constructor-provided field values get recorded for failed binding result 7 years ago
Juergen Hoeller 7772b914c6 Deep BeanCurrentlyInCreationException check in getTypeForFactoryBean 7 years ago
Juergen Hoeller ea5f8f5a7c Consistently handle NoClassDefFoundError in BeanUtils and related places 7 years ago
Juergen Hoeller 214576673a Proper NoClassDefFoundError check against BeanUtils.instantiateClass 7 years ago
sdeleuze 19a1477228 Fix Kotlin bean w/ default + secondary ctors handling 7 years ago
Juergen Hoeller 45828cb934 Check BeanInfoFactory for interface introspection as well 7 years ago
Juergen Hoeller 4adc820714 Warning instead of error for non-present type filter class 7 years ago
Juergen Hoeller 4a57e26d76 Polishing 7 years ago
Juergen Hoeller 18d90ec140 Properly handle null FactoryBean instance 7 years ago
Juergen Hoeller d3e0f4dd91 Consider enum subclasses as simple value types as well 7 years ago
Juergen Hoeller 9beb97880f Support for static field access on non-public enums 7 years ago
Christoph Dreis 260ebeca3a Improve performance of some string operations 7 years ago
sdeleuze 9f1d8517ba Polish Kotlin source code style 7 years ago
Juergen Hoeller 84699c8b9b Document common use cases for @Order vs @Priority vs @DependsOn 7 years ago
Juergen Hoeller 7697b398d5 Polishing 7 years ago
sdeleuze edf8232555 Avoid implicit autowiring with Kotlin secondary ctors 7 years ago
Juergen Hoeller b5cedd43eb Consistent and efficient access to BeanDefinition argument values 7 years ago
Juergen Hoeller a5da05c3dc Comprehensive documentation on injection point matching 7 years ago
sdeleuze 1a246c0a67 Fix ListableBeanFactory Kotlin extensions return types 7 years ago
Juergen Hoeller 9649b0cb25 Properly resolve null beans as getBeansOfType result entries 7 years ago
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