Skip to content

Migration Guide 3.37

Yoann Rodière edited this page May 28, 2026 · 8 revisions
Note

We highly recommend the use of quarkus update to update to a new version of Quarkus.

Items marked below with ⚙️ ✅ are automatically handled by quarkus update.

Panache Next → Quarkus Data

Panache Next was renamed to Quarkus Data.

Update your dependencies accordingly:

  • quarkus-hibernate-panache-nextquarkus-data-hibernate

  • quarkus-hibernate-panache-next-deploymentquarkus-data-hibernate-deployment

  • quarkus-hibernate-panache-next-parentquarkus-data-hibernate-parent

Dev Services

Database Dev Services

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. See this section of the documentation for more information.

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.

Migration guides

Current version


LTS versions


Next version in 3.x


Next version in main


Clone this wiki locally