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

tnisan at redhat.com tnisan at redhat.com
Mon Aug 31 09:21:55 UTC 2015


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 at 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 at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan at redhat.com>
Gerrit-Reviewer: automation at ovirt.org



More information about the Engine-commits mailing list