spring-projects-experimental/spring-fu

R2dbc H2 does not work with Spring Boot 2.7

hantsy opened this issue · 1 comments

When upgrading my sample project(Spring Fu 0.5.1) to Spring Boot 2.7, I got the following exception.

java.lang.NoClassDefFoundError: org/springframework/boot/autoconfigure/r2dbc/EmbeddedDatabaseConnection

The details: https://github.com/hantsy/spring-kotlin-dsl-sample/runs/6547991485?check_suite_focus=true

That's expected, Spring Fu 0.5 is compatible with Spring Boot 2.6 not 2.7.