Skip to content

Auto Configuration missing ObjectAccessHook parameter (yml) #708

@duayres

Description

@duayres

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions