Hmm is it somehow related to that Swagger related issue ? The interface annotation inheritance works just fine in CXF as far as I know, as far as enabling JAX-RS endpoints is concerned

Note we've seen users reporting Swagger2feature can not handle it but a user has just confirmed that it worked fine in the end - we have another pending issue with Swagger not handling multi-bundle case well, but that is another story

Sergey
On 17/08/16 18:23, J. Fiala wrote:
Currently annotations in the interface are not parsed by CXF (e.g.
@Path, @GET, @Produces, @Consumes etc.), it will only read from the
implementing API class.

This is especially annoying if wadl2java is used to generate the API
interfaces automatically.
To make it work, one has to manually add the JAXRS-annotations to each
implementing class.

It would be nice if CXF would read the annotations in the interface in
the future as well.

Best regards,
Johannes




--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Reply via email to