Skip to content

Migration Guide 3.23

Guillaume Smet edited this page May 6, 2025 · 2 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.

Hibernate ORM

Schema management configuration properties ⚙️ ✅

Some properties were renamed to simplify YAML configuration and prepare for future changes:

  • quarkus.hibernate-orm.database.generationquarkus.hibernate-orm.schema-management.strategy

  • quarkus.hibernate-orm.database.generation.create-schemasquarkus.hibernate-orm.schema-management.create-schemas

  • quarkus.hibernate-orm.database.generation.halt-on-errorquarkus.hibernate-orm.schema-management.halt-on-error

The old properties are deprecated but will be honored for a few versions before being dropped. We recommend moving to the new ones when you upgrade.

Migration guides

Current version


LTS versions


Next version in main


Clone this wiki locally