Change in ovirt-engine[master]: core: Close tags in OVF template writer (#832106)

Michael Kublin has submitted this change and it was merged. Change subject: core: Close tags in OVF template writer (#832106) ...................................................................... core: Close tags in OVF template writer (#832106) https://bugzilla.redhat.com/832106 One of the tags in the template writer is not closed correctly. The StAX implementation that we used in the past automatically closed tags, but the one in OpenJDK 7 doesn't, so we need to do it explicitly. Change-Id: I8d0e4ee41236fae98ccc1cccb346121260bcd75d Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfTemplateWriter.java 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Michael Kublin: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/5506 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8d0e4ee41236fae98ccc1cccb346121260bcd75d Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Michael Kublin <mkublin@redhat.com>
participants (1)
-
mkublin@redhat.com