You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-2241 - Never return null for empty collections.
There could be the case that for collections instead of an empty
instance, SDN would return null.
This was because the value were never touched for setting.
Also this was not deterministic because it was depending on the
random order the properties of an entity were processed.
Closes#2241
0 commit comments