Skip to content

Swagger-core 1.5.3 Released!

Compare
Choose a tag to compare
@fehguy fehguy released this 13 Aug 18:50
· 2418 commits to master since this release

This release introduces important support for references throughout the swagger object, as well as a shift in development workflow of the swagger project. Please see here for details of that change.

Notable features

  • Updated Jackson version to 2.4.6, Guava to 18
  • Improved reference support refs in a more general fashion, included relative ref support #1271
  • Added vendor extensions to Model, Property interfaces #1350
  • Added children to ObjectProperty. This allows for nested schema support #1314
  • Migration of more tests from scala to Java #1332, #1337, #1345, #1348

Notable bug fixes

  • Fixed StringProperty.equals() #1331
  • Fixed scanning of non JAX-RS resources #1343