-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed support for Integrators and ServiceContributors in Hibernate ORM #7208
Conversation
Add Integrator tests Fixes #7189
This triggers the Integrator#disintegrate methods on shutdown
I also added the service files to be hot-reloaded (and they work like a charm!) :) |
I deleted my previous comment about Hibernate Envers, the project needs to add the |
Seems reasonable to me, but I'm going to leave it to the experts 😉 |
extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/JPAConfig.java
Show resolved
Hide resolved
looks good 👍 many thanks @gastaldi ! And I appreciate the thourough integration test. Just have a dumb question regarding the observer? |
For the record, I backported 6d1eb22 to 1.2.1.Final. |
Fixes #7189