Files
spring-cloud-function/spring-cloud-function-context/src
Oleg Zhurakousky 55c4fcf4f7 GH-1260 Additional fix to Kotlin type resolution for generics
This is specifically relevant to the way Kotlin represents types. For example List<Message> resolves to List <? extends Message> which becomes the WildCard unlike in Java

Resolves #1260
2025-04-11 12:26:03 +02:00
..