spring-framework/spring-core/src/test
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
..
java Polishing 2024-11-13 19:00:08 +01:00
java21/org/springframework/core/task Order modifiers to align with JLS 2023-10-17 16:13:56 +02:00
kotlin/org/springframework Move Kotlin value class unboxing to InvocableHandlerMethod 2024-11-27 16:39:26 +01:00
resources Polish "Add test coverage for DomUtils" 2024-11-03 18:15:34 +09:00