-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Migration Guide 3.10
Bruno Baptista edited this page Apr 4, 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.
-
Support for traces when using the
quarkus-redis-client
. -
Rest clients span names will now include
operation
andpath
, instead of only theoperation
part. Example: "GET /hello"