AmitKumarDas / metac

It is metacontroller and more
Apache License 2.0
57 stars 16 forks source link

fix: [#152] - use a.isEqual check instead of calling DeepEqual again #153

Open adwski opened 3 years ago

adwski commented 3 years ago

I propose to check for changes in merged child object without considering lastApplied annotation. It seems that it is not guaranteed to be exactly the same after child is observed.

grzesuav commented 3 years ago

does it touched only lastApplied... or all fields ? Because I see you changed generic equal method