Open msotho opened 7 hours ago
Thanks for the sample.
As far as I can tell, this is a regression in Spring Framework 6.2. The problem occurs with Spring Boot 3.3.6 when the Spring Framework version is overridden to 6.2.0:
ext {
set("spring-framework.version", "6.2.0")
}
We'll transfer this issue so that the Framework team can continue the investigation.
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: