hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

Add support for Swagger #108

Closed BryanHunt closed 8 years ago

BryanHunt commented 8 years ago

I think Swagger would make a very nice addition to this framework. I think the main challenge is in building a wrapper to expose the JAX-RS resources to the Swagger framework since it's based on annotations.

thanhlq commented 8 years ago

+1

I have a small group in VN, when we have time we will try to study about this.

hstaudacher commented 8 years ago

every pull request is welcome ;). But please don't forget: No Tests -> No Merge ;)

hstaudacher commented 8 years ago

Will be tackled within the next 2 weeks

BryanHunt commented 8 years ago

Awesome. I started looking at this a bit this morning. If you want to collaborate, let me know.

RadicalQuiver commented 8 years ago

That's awesome ! It's been on my list of things to do for a while!

thanhlq commented 8 years ago

👍

hstaudacher commented 8 years ago

Managed to create an OSGi friendly integration. See

screen shot 2015-11-08 at 12 05 47

Needs some more love. Will push it soon and create a snapshot for you guys to test it.

hstaudacher commented 8 years ago

Swagger support is implemented. I wrote a wiki page, see https://github.com/hstaudacher/osgi-jax-rs-connector/wiki/Swagger-Integration

The integration will be part of the upcoming 5.2 release.