We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The charset for DDL generation and SQL import files is now UTF-8 by default instead of being the system charset.
You can override it by adding quarkus.hibernate-orm.database.charset=<your charset> to your application.properties.
quarkus.hibernate-orm.database.charset=<your charset>
application.properties
Migration Guide 3.16
Migration Guide 3.17