Change in ovirt-engine[master]: core: temporary fix for vm deserialization

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 <ahadas@redhat.com> --- 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 <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Frank Kobzik <fkobzik@redhat.com> Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
ahadas@redhat.com