Swagger-core 1.5.3 Released!
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