spring-framework/spring-webflux
Sébastien Deleuze 7617a01f60 Unwrap Kotlin inline value classes return values
The result returned by Kotlin reflective invocation of a function
returning an inline value class is wrapped, which makes sense
from Kotlin POV but from a JVM perspective the associated value
and type should be unwrapped to be consistent with what
would happen with a reflective invocation done by Java.

This commit unwraps such result.

Closes gh-33026
2024-07-10 18:38:37 +02:00
..
src Unwrap Kotlin inline value classes return values 2024-07-10 18:38:37 +02:00
spring-webflux.gradle Implement Eclipse Jetty core HTTP handler adapter 2024-07-08 18:36:46 +02:00