Change in ovirt-engine[ovirt-engine-3.6]: restapi: Remove @Path from storage connection extension impl...

Tal Nisan has submitted this change and it was merged. Change subject: restapi: Remove @Path from storage connection extension implementation ...................................................................... restapi: Remove @Path from storage connection extension implementation Currently the implementation of the connection extension resource contains a @Path annotation. This annotation is incorrect, as this kind of annotation should go only in the interface, not in the implementation. In addition the annotation value is "/whatever" and that is incorrect as well because this isn't a top level resource. This incorrect annotation induces an error in the version of Resteasy included in JBoss EAP. This patch removes the annotation. Change-Id: Ia3e7b8876417e2437db8f1ddd55ea633d32ae918 Bug-Url: https://bugzilla.redhat.com/1258247 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendStorageServerConnectionExtensionsResource.java 1 file changed, 0 insertions(+), 2 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/45523 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia3e7b8876417e2437db8f1ddd55ea633d32ae918 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
tnisan@redhat.com