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 <yzaslavs(a)redhat.com>
---
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 <yzaslavs(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server