and ofc, after 1hr looking into the problem I deci...
# spring
t
and ofc, after 1hr looking into the problem I decide to ask and immediately found the solution. the problem is
@Embedded var auditable: Auditable = BaseAuditable()
, changing to
@Embedded var auditable: BaseAuditable = BaseAuditable()
makes auditing ok