I was trying to update the flyway-core version from 9 to 10, but when running the tests I got the following errors for Oracle and postgresql
Caused by: org.flywaydb.core.api.FlywayException: Unsupported Database: PostgreSQL
15.4
and
Caused by: org.flywaydb.core.api.FlywayException: Unsupported Database: Oracle 19.3
but after adding flyway-database-oracle
and flyway-database-postgresql
the error went away, with version 9 I only needed flyway-core.
what are these two libraries? here are the links to the libraries flyway-database-oracle and flyway-database-postgresql
cheers,
es
We did some re-organisation as part of Flyway V10, this is described here.