I’m trying to setup a swagger2 (v.1.5.3) endpoint in CXF 3.1.3 using Swagger2Feature and blueprint based configuration. I managed to get swagger up & running in OSGi with all its deps and somehow the Swagger2Feature is also active and associated with the endpoint, but I cannot get the expected swagger json.
My endpoint is published at /*http://localhost:8081/rest/users* /and its wadl is The endpoint implementor is annotated with swagger annotations: And the blueprint to bootstrap the endpoint is the following: Unfortunately I cannot get the expected api listing when I invoke */http://localhost:8081/rest/users/swagger.json/*; actually what I get is the following: As you can see, it contains generic info and does not contain APIs details. Could anyone spot what is missing here? Thanks a lot. ----- matteo -- View this message in context: http://cxf.547215.n5.nabble.com/Swagger2Feature-via-blueprint-config-does-not-produce-the-expected-results-tp5761841.html Sent from the cxf-user mailing list archive at Nabble.com.
