[
https://issues.apache.org/jira/browse/CXF-5379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13817210#comment-13817210
]
Sergey Beryozkin commented on CXF-5379:
---------------------------------------
2.7.x is likely to work too; not sure about 2.6.x
> introduce cxf swagger feature
> -----------------------------
>
> Key: CXF-5379
> URL: https://issues.apache.org/jira/browse/CXF-5379
> Project: CXF
> Issue Type: New Feature
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Fix For: 3.0.0, 2.7.8, 2.6.11
>
>
> to make RESTful service support swagger, we need some configuration like the
> change here[1], as most configuration here could be fixed, so if we can
> introduce a SwaggerFeature which just put all general default value so that
> we can enable swagger just by
> {code}
> <jaxrs:features>
> <bean class="org.apache.cxf.jaxrs.swagger.SwaggerFeature"/>
> </jaxrs:features>
> {code}
> [1]http://svn.apache.org/viewvc/servicemix/smx5/trunk/examples/cxf/cxf-jaxrs-blueprint/src/main/resources/OSGI-INF/blueprint/blueprint.xml?r1=1537442&r2=1537441&pathrev=1537442
--
This message was sent by Atlassian JIRA
(v6.1#6144)