Swagger-Core 1.5.8 发布,RESTful 框架

来源:互联网 发布:娱乐圈同志名单 知乎 编辑:程序博客网 时间:2024/06/17 07:11

Swagger-Core 1.5.8 发布了,Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。总体目标是使客户端和文件系统作为服务器以同样的速度来更新。文件的方法,参数和模型紧密集成到服务器端的代码,允许API来始终保持同步。 Swagger 让部署管理和使用功能强大的API从未如此简单。

Swagger

该版本值得关注的改进有:

Notable features

  • Allow user created @PATCH@GET ...etc annotations (#1643)

  • Charset of @Produces Annotation are ignored in Accept header (#1609)

  • @ApiResponse at class level (#1382)

Notable bug fixes

  • NPE filtering not used definitions (#1707)

  • RESTEasy unable to find contextual data of type (#1691)

  • Correct consumes/produces annotation parsing (#1546)

  • nickname not parsed for path in swagger-servlet (#1546)

  • NPE in environments with no provides servletConfig (#1103)

  • Add 'title' attribute during deserialization of non-primitive properties (#1599)

  • Property example serialization (#1681)

  • Fixes ignored swagger config via context attribute (#1687)

https://github.com/swagger-api/swagger-core/releases

0 0