spring-framework/spring-core
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-core.gradle Upgrade to ASM master (6.2+) and CGLIB 3.2.7 2018-07-10 18:51:01 +02:00