-
-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Labels
contribution wantedthis feature is wanted but won't be implemented by core team due to limited resourcesthis feature is wanted but won't be implemented by core team due to limited resourcesfixed & releasedgood first issuenew feature
Description
On doc there is a clear explanation about the javers core auto configuration (Spring framework integration):
"Each property in the Spring application.yml file has the corresponding with*() method in the JaversBuilder."
I've tried to write the method without the "with" in snake case on my yaml as follows:
javers:
...
objectAccessHook: my.package.CustomHibernateUnproxy
But it did not work, it seems missing.
Javers version: 3.11.
Edit: Maybe a subsection to denote the transactional builder and then the parameter can be implemented:
javers:
...
transactional:
objectAccessHook: my.package.CustomHibernateUnproxy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contribution wantedthis feature is wanted but won't be implemented by core team due to limited resourcesthis feature is wanted but won't be implemented by core team due to limited resourcesfixed & releasedgood first issuenew feature