You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2019/01/30 13:52:35 UTC

[GitHub] jwcarman opened a new pull request #507: CXF-7957: Swagger2Feature Doesn't Work With Swagger Versions Above 1.…

jwcarman opened a new pull request #507: CXF-7957: Swagger2Feature Doesn't Work With Swagger Versions Above 1.…
URL: https://github.com/apache/cxf/pull/507
 
 
   This patch compensates for the Swagger library's change in behavior.  They are now using a Swagger object as the entity in their responses and relying upon the SwaggerSerializers (a MessageBodyWriter<Swagger>) to take care of the serialization (they were previously just converting to a JSON string and using that as the entity).  The JSON serialization causes there to be null values in the JSON, which was breaking our SwaggerParseUtils method (there's an included test case for it).  

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services