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
ReferencingObjectAttribute of cached MetaObjects from intraObjectCacheEnabled-CidsBeanJsonDeserializer point to the wrong parent ObjectAttribute => array hierarchy traversal may fail! See also CidsBeanSerialisationTest fails under Java 1.7 #178
implicit requirement on ordering of properties in CidsBean JSON in CidsBeanJsonDeserializer: If JSON contains normalised entities ($ref"), CidsBeanJsonDeserializer processes only the first occurrence of the entity if intraObjectCache is enabled. CidsBeanJsonDeserializer does not check if the first occurrence is a complete entity ($self) or just a reference ($ref)!
if CidsBeanJsonDeserializer intraObjectCache is disabled but CidsBean JSON contains normalised entities ($ref"), those entities will be created as empty objects!
objects with recursive structures (parent object contains itself as child object) are created twice: the child object is created before the parent object is created -> self-cycle is (unintentionally?) avoided
Status of Dummy Array Objects is not reset -> Status of Objects is NEW.
The text was updated successfully, but these errors were encountered: