Allow other extensions to define Hibernate ORM configurations #9361
Labels
area/hibernate-orm
Hibernate ORM
area/persistence
OBSOLETE, DO NOT USE
kind/enhancement
New feature or request
Milestone
Description
The Keycloack team is looking to reuse the Quarkus extension to boot Hibernate ORM, but needs to configure the persistence properties in various custom ways; in particular they would like to source some selected properties from a different configuration system.
I happened to have a refactoring in process of
HibernateOrmProcessor
, which is still evolving to make it possible to fix #8932 - but I can easily extract "the good parts" so far, which would help for Keycloack and possibly others as it exposed more finegrained build items.Implementation ideas
I already have a proposal, extracted from larger work.
The text was updated successfully, but these errors were encountered: