-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Migration Guide 3.37
|
Note
|
We highly recommend the use of Items marked below with ⚙️ ✅ are automatically handled by |
Panache Next was renamed to Quarkus Data.
Update your dependencies accordingly:
-
quarkus-hibernate-panache-next→quarkus-data-hibernate -
quarkus-hibernate-panache-next-deployment→quarkus-data-hibernate-deployment -
quarkus-hibernate-panache-next-parent→quarkus-data-hibernate-parent
The Postgres Dev Services now default to using a postgis image when hibernate-spatial is in the classpath, or a pgvector image when hibernate-vector is in the classpath.
If this doesn’t match your requirements, make sure to configure the Dev Services image explicitly with quarkus.datasource.devservices.image-name/quarkus.datasource."datasource-name".devservices.image-name.