Files
spring-cloud-function/spring-cloud-function-context
Oleg Zhurakousky 7fc81cab28 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:49 +02:00
..
2025-04-07 09:50:54 +00:00