Skip to content

Migration Guide 2.12

Yoann Rodière edited this page Jul 26, 2022 · 7 revisions

quarkus.hibernate-search-orm.enabled was renamed to quarkus.hibernate-search-orm.active

If you were previously using the configuration property quarkus.hibernate-search-orm.enabled to enable/disable Hibernate Search at runtime (by setting the config in deployment configuration files, environment variables or commandline parameters), then you should use the configuration property quarkus.hibernate-search-orm.active instead.

quarkus.hibernate-search-orm.enabled is now aligned with Quarkus conventions and disables the extension at build time, which cannot be reverted at runtime.

Current Version

Migration Guide 3.16

Next Version

Migration Guide 3.17

Clone this wiki locally