Change in ovirt-engine[master]: restapi: Don't use Resteasy implementation of MultivaluedMap

Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Don't use Resteasy implementation of MultivaluedMap ...................................................................... restapi: Don't use Resteasy implementation of MultivaluedMap Currently some of the RESTAPI tests import the Resteasy implementation of the JAX-RS MultiValuedMap interface. This makes the code dependent on Resteasy, which we want to avoid. This patch replaces that implementation with a simple one included in the relevant test. Change-Id: I825dfad25536d87096b34d9b688e320fbc81006e Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/AbstractBackendBaseTest.java 1 file changed, 33 insertions(+), 2 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/43060 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I825dfad25536d87096b34d9b688e320fbc81006e Gerrit-PatchSet: 2 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: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com