Itamar Heim has submitted this change and it was merged.
Change subject: restapi: Move JAXB global bindings to external file
......................................................................
restapi: Move JAXB global bindings to external file
These bindings aren't part of the specification of the API, but of the
implementation, so there is no reason to show them to the users. In
addition they cause issues in the generator of the Java SDK, as it tries
to use type converters that aren't available there.
Change-Id: I0c79ae190d3c811c7d225ff5a293e14c541e688d
Bug-Url:
https://bugzilla.redhat.com/1063443
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A backend/manager/modules/restapi/interface/definition/src/main/resources/api.xjb
M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
2 files changed, 32 insertions(+), 30 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/24292
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0c79ae190d3c811c7d225ff5a293e14c541e688d
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server