-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Migration Guide 3.10
Guillaume Smet edited this page Mar 20, 2024
·
18 revisions
Table of Contents
Note
|
We highly recommend the use of Items marked below with ⚙️ ✅ are automatically handled by |
We updated Quarkus to Flyway 10.
For some databases, the support that was previously part of the main artifact has been split to separate artifacts.
For instance, the PostgreSQL support has been moved to org.flywaydb:flyway-database-postgresql
.
If you are using Flyway with PostgreSQL, you need to add this dependency to your project.