spring-framework/spring-core
Konrad Kamiński 9302cb2f85 Support Kotlin suspending functions in MethodParameter
Before this commit, the return type for Kotlin suspending functions
(as returned by MethodParameter#getParameterType and
MethodParameter#getGenericReturnType methods) was incorrect.

This change leverages Kotlin reflection instead of Java one
to return the correct type.

Closes gh-21058
2019-03-06 10:14:34 +01:00
..
src Support Kotlin suspending functions in MethodParameter 2019-03-06 10:14:34 +01:00
spring-core.gradle Upgrade to CGLIB 3.2.10 2018-12-12 16:03:31 +01:00