I've been trying to get some meaningful JSON out of the Swagger2Feature in OSGi, but it keeps coming out rather "vanilla". It doesn't show any operations. When I start it up using Spring, it works fine. I can run the Swagger OSGi example just fine after building 3.2.0-SNAPSHOT locally and I see nice JSON there. It must be something with the way I'm setting up my server, which is manual:
https://github.com/Microbule/microbule/blob/master/core/src/main/java/org/microbule/core/DefaultJaxrsServerFactory.java Any pointers would be greatly appreciated :) Thanks, James
