fabric8io / fabric8-forge

Supports JBoss Forge plugins for the Fabric8 iPaaS along with using Forge as a REST service inside Fabric8 DevOps
Apache License 2.0
11 stars 21 forks source link

Add SwaggerFeature to fabric8-forge #767

Open davsclaus opened 7 years ago

davsclaus commented 7 years ago

So the JAX-RS services can output swagger doc of their APIs.

And try to embed the swagger-ui as well, like we have done here https://github.com/apache/camel/tree/master/platforms/catalog-rest-app

davsclaus commented 7 years ago

This requires a new release of fabric8 which has updated to CXF 3.1.8 https://github.com/fabric8io/fabric8/issues/6622

davsclaus commented 7 years ago

Requires 2.2.184 or newer release of fabric8

davsclaus commented 7 years ago

This requires to update swagger as 1.5.5 is too old and dont work with CXF 3.1.9

davsclaus commented 7 years ago

A PR with a fix https://github.com/fabric8io/fabric8/pull/6650

davsclaus commented 7 years ago

So we need 2.2.185 release of fabric8 for this