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(a)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:
Tal Nisan: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/45520
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia3e7b8876417e2437db8f1ddd55ea633d32ae918
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org