Skip to content

Migration Guide 1.6

Guillaume Smet edited this page May 26, 2020 · 4 revisions

Hibernate ORM

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.

Current Version

Migration Guide 3.16

Next Version

Migration Guide 3.17

Clone this wiki locally