I have a requirement where I want to audit records only on change of Status field. I\'ve followed documentation chapter tutorial \"15.8. Conditional auditing\".
Step
@ComponentScan(basePackages = {"com.example.demo"}, lazyInit = true)
Adding lazyInit = true, triggered the custom integrator for me.