Skip to content

Swagger Core 1.5.14 Released

Choose a tag to compare

@fehguy fehguy released this 13 Jun 20:53
· 1896 commits to master since this release

Looking for OpenAPI 3.0 spec support? Jump in here:

https://github.com/swagger-api/swagger-core/tree/feature/3.0.0-rc1

v1.5.14 adds a few features and fixes a few boo-boos.

New features:

  • Updated logback to 1.2.3 #2182
  • Better XML support from namespace annotation #2246
  • Support for Jackson's @JsonSerializeAs annotation #2147
  • Updated .equals and .hashcode #2168
  • Support getter-less model scanning #2251

Fixes:

  • Null check in setRequired(...) method in ModelImpl #2167
  • Null check for empty array inner properties #2214