spring-framework/spring-beans
Sebastien Deleuze f8f8d28f08 Support running Kotlin apps without kotlin-reflect
This commit includes an optimization of BeansUtils#instantiateClass
that favors Java reflection for default constructors before leveraging
Kotlin one for finding primary constructors and avoids Kotlin related
conditions when running in Java.

Issue: SPR-17069
2018-07-23 09:54:48 +02:00
..
src Support running Kotlin apps without kotlin-reflect 2018-07-23 09:54:48 +02:00
spring-beans.gradle Fix JDK9 build after Groovy 2.5 upgrade 2018-06-08 13:37:44 +02:00