
Tal Nisan has submitted this change and it was merged. Change subject: restapi: Don't generate streaming support code ...................................................................... restapi: Don't generate streaming support code When version 4 of the API was planned it was decided to introduce support for streaming results. This required the introduction of streaming XML and JSON parsing and rendering code, automatically generated from the model. But this code isn't currently used, and generating increases the compilation time and incorrectly reduces the percentage of coverage reported by some tools. To avoid those inconveniences this patch removes the generation of this code from the bulid process. This will be reintroduced later, when the streaming support is completed. Change-Id: Iff09f64dc755493facaa4c9b7e457860c4982f18 Bug-Url: https://bugzilla.redhat.com/1367398 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> (cherry picked from commit fc6d358b24514e01cea90d20a1d8051c7b6822c5) --- M backend/manager/modules/restapi/interface/definition/pom.xml 1 file changed, 0 insertions(+), 21 deletions(-) Approvals: Tal Nisan: Passed CI tests Juan Hernandez: Verified; Looks good to me, approved Objections: Jenkins CI: Failed CI tests -- To view, visit https://gerrit.ovirt.org/62385 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iff09f64dc755493facaa4c9b7e457860c4982f18 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.0 Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>