Yair Zaslavsky has submitted this change and it was merged. Change subject: core: Fixing JSON derialization of VM ......................................................................
core: Fixing JSON derialization of VM Adding another JsonIgnore to JsonVmMixIn. Apararently @JsonIgnore annotation directly on the getter at Vm class does not work. This still needs to be investigated, but for now we should not block this fix, as the exception causes tasks to remain in DB after creating a snapshot. Change-Id: I1cb86a047d8516fba7c45177bebb83490389e9da Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/serialization/json/JsonVmMixIn.java 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Yair Zaslavsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/16405 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1cb86a047d8516fba7c45177bebb83490389e9da Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
