Change in ovirt-engine[master]: core: Populate V3 product_info.version.full_version

From Juan Hernandez <juan.hernandez@redhat.com>:
Juan Hernandez has submitted this change and it was merged. Change subject: core: Populate V3 product_info.version.full_version ...................................................................... core: Populate V3 product_info.version.full_version In version 3 of the API the full version of the product is potentially available in two places: product_info.version.full_version product_info.full_version Version 3 of the engine used to populate the second one, but the version 3 compatibility layer of version 4 of the engine populates only the second. This means that clients that still use version 3 of the API won't be able to get this information. To avoid that, this patch changes the V3 compatibility layer so that it populates both places with the same value. Change-Id: If8a60ba2ef333dc87cc113959f5bdb3f35426b09 Bug-Url: https://bugzilla.redhat.com/1405386 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/adapters/V3ProductInfoOutAdapter.java 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/68596 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If8a60ba2ef333dc87cc113959f5bdb3f35426b09 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Simone Tiraboschi <stirabos@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review