Closed tom-cordiance closed 1 year ago
Hi It looks like R2DBC 0.9 - 1.0 problem.
r2dbc-migrate | R2DBC Spec | PostgresSQL R2DBC driver | Java | Spring Boot |
---|---|---|---|---|
2.8+ | R2DBC 1.0 | r2dbc-postgresql v1.0.x | Java 17+ | Spring Boot 3+ |
2.7.x | R2DBC 0.9 | r2dbc-postgresql v0.9.x | Java 8+ | Spring Boot 2.7.x |
Please use your postgresql driver accordingly
Closing as answered
Feel free to reopen if problem persists
It looks like there is an incorrect constant type supplied to the function name.nkonev.r2dbc.migrate.core.R2dbcMigrate.switchIfEmpty().
Here is the offending code
Here is the stack trace