Arik Hadas has submitted this change and it was merged. Change subject: core: temporary fix for vm deserialization ......................................................................
core: temporary fix for vm deserialization The introduction of graphics-info to VM broke the deserialization of VMs using json since there is a 'getter' named 'getGraphicsInfos' without a corresponding setter. This patch makes a temporary change in order to overcome this problem by adding JsonIgnore annotation on the getGraphicsInfos method, until a proper solution will be made. Change-Id: I365000b9dd8e282af0a43932963baf29e6cad7f0 Signed-off-by: Arik Hadas <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VM.java 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Shahar Havivi: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/36233 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I365000b9dd8e282af0a43932963baf29e6cad7f0 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Frank Kobzik <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
