spring-framework/spring-webflux
Sébastien Deleuze 1aede291bb Move Kotlin value class unboxing to InvocableHandlerMethod
Before this commit, in Spring Framework 6.2, Kotlin value class
unboxing was done at CoroutinesUtils level, which is a good fit
for InvocableHandlerMethod use case, but not for other ones like
AopUtils.

This commit moves such unboxing to InvocableHandlerMethod in
order to keep the HTTP response body support while fixing other
regressions.

Closes gh-33943
2024-11-27 16:39:26 +01:00
..
src Move Kotlin value class unboxing to InvocableHandlerMethod 2024-11-27 16:39:26 +01:00
spring-webflux.gradle Merge branch '6.1.x' 2024-09-18 11:21:03 +02:00