Denis Magda created IGNITE-2849:
-----------------------------------
Summary: BinaryObjectBuilder doesn't properly check metadata
Key: IGNITE-2849
URL:
https://issues.apache.org/jira/browse/IGNITE-2849 Project: Ignite
Issue Type: Bug
Reporter: Denis Magda
Assignee: Denis Magda
Priority: Critical
There are several cases when {{BinaryObjectBuilder}} doesn't properly check fields metadata when {{build}} method is called.
1) Set {{builder.setField("name", null).build()}} and {{builder.setField("name", new Date()).build()}} won't check metadata allowing to serialize the object;
2) Metadata is not checked at all if new BinaryObject is assembled from the previous one {{binaries.builder(someBinaryObject).setField().build()}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)