-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Migration Guide 3.23
Guillaume Smet edited this page May 6, 2025
·
2 revisions
Table of Contents
Note
|
We highly recommend the use of Items marked below with ⚙️ ✅ are automatically handled by |
Some properties were renamed to simplify YAML configuration and prepare for future changes:
-
quarkus.hibernate-orm.database.generation
→quarkus.hibernate-orm.schema-management.strategy
-
quarkus.hibernate-orm.database.generation.create-schemas
→quarkus.hibernate-orm.schema-management.create-schemas
-
quarkus.hibernate-orm.database.generation.halt-on-error
→quarkus.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.