-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Hibernate Envers Extension #8769
Comments
thanks @KaiHawai ! |
I'm also affected - in my case its @KaiHawai did you find a workaround not involving |
Hey, no so far we use hibernate envers as it is... |
@KaiHawai Out of curiosity, can you configure hibernate envers using a "hibernate.properties" file? |
Goog question, not tried so far. |
No, sorry I've recently disabled the support for |
Finally working on this now. Related: #3894 |
Hey Quarkus Team, we are trying to get Hibernate Envers running on Quarkus. So far so good. In Hibernate Envers you can configure the Audit Strategy. We want to use the ValidityStrategy, therefore the following Configuration must be set in a persistence.xml.
(org.hibernate.envers.audit_strategy=org.hibernate.envers.strategy.ValidityAuditStrategy)
We dont have a persistence.xml and dont want to maintain one. Is there another way to set this Property??
Thanks in advance.
Sanne Grinovero17:33
hi @kai Suchomel , that's a good question, I'm afraid we don't have it now and it's not trivial to add as there isn't an "Envers extension". But one is planned :)
Please open an issue, so that we can add such configuration to the Envers extension when we make it?
The text was updated successfully, but these errors were encountered: