Closed
Description
Konrad Kamiński opened SPR-16515 and commented
The return type of Kotlin suspending functions (as returned via getParameterType()
and getGenericParameterType()
methods of MethodParameter
) is incorrect. The true return type is actually a generic type of the last parameter of the method.
This issue affects spring-kotlin-coroutine library, specifically issues #10 and #14.
This issue is related to #19975.
Affects: 5.0.3
Issue Links:
- Add support for Kotlin coroutines [SPR-15413] #19975 Add support for Kotlin coroutines
- Cache, allow custom wrapper types other than java.util.Optional [SPR-16530] #21073 Cache, allow custom wrapper types other than java.util.Optional
Referenced from: pull request #1694
2 votes, 6 watchers