[ https://issues.apache.org/jira/browse/CXF-5379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp updated CXF-5379: ----------------------------- Fix Version/s: (was: 2.6.11) > 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-milestone1, 2.7.8 > > > 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)