spring-projects-experimental / spring-fu

Configuration DSLs for Spring Boot
Apache License 2.0
1.67k stars 139 forks source link

R2dbc H2 does not work with Spring Boot 2.7 #390

Closed hantsy closed 2 years ago

hantsy commented 2 years ago

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

sdeleuze commented 2 years ago

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