spring-attic / spring-sync

Enables efficient communication and data synchronization between clients and Spring server applications.
Apache License 2.0
107 stars 44 forks source link

Diff is not being applied to collections. #11

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi, It seems that Diff is not being applied to collections. Is this the normal behavior or is there any other way to enable. Details can be got from the screen shot. It can be seen that the size of organizationUnits of 'modified' is 1, even after the application of diff the size of organizationUnits of 'original' is still 0 and the patch tells that size of operations is 0. organizationUnits is a java.util.Set spring_sync_issue

mdoninger commented 9 years ago

It is fixed in the current Snapshot (but not in 1.0.0.M1, if you're using that version).