reta commented on a change in pull request #507: CXF-7957: Swagger2Feature
Doesn't Work With Swagger Versions Above 1.…
URL: https://github.com/apache/cxf/pull/507#discussion_r252333525
##########
File path:
rt/rs/description-swagger/src/main/java/org/apache/cxf/jaxrs/swagger/Swagger2Feature.java
##########
@@ -151,6 +152,8 @@ protected void addSwaggerResource(Server server, Bus bus) {
swaggerResources.add(apiListingResource);
List<Object> providers = new ArrayList<>();
+ providers.add(new SwaggerSerializers());
Review comment:
:+1:, we could also get rid of some code in `3.1.x` I think
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services