Move Kotlin value class unboxing to InvocableHandlerMethod
#33943
Labels
Milestone
InvocableHandlerMethod
#33943
Problem:
The below code throws the following error on Spring Boot 3.4.0 but not on Spring Boot 3.3.6:
More details:
This seems to occur when I add the
spring-boot-starter-data-r2dbc
related dependenciesMinimal Repo: https://github.com/msotho/castissue.git
Includes a Unit Test:
The text was updated successfully, but these errors were encountered: