Swagger-core 1.5.0 Released!
This is the first formal release of swagger-core with 2.0 spec support. Many thanks to the community for furthering the development of swagger.
Please note! We have repackaged the project from com.wordnik to io.swagger. The code API is the same!
Major changes
- Better generics support - #498, #1096
- No-annotations support - #978
- Support for bean validation (JSR303) - #800
- Improved composition support - #802, #852
- Support for remote references - #864
- More samples migrated to 1.5 and moved to a new repository at swagger-samples - #898,
- Added parsing of @Api/@ApiOperation#protocols() - #953
- Improved container support - #954, #955, #1032, #976
- Improved annotation inheritance support - #1072
- Added support for constructor parameter declarations - #1085
- Introduced a new annotation-based configuration method
Bug fixes
- Subresource integration fixes - #394, #942
- Fixed support for ranges in allowableValues - #892, #957
- Support for @ApiImplicitParam - #905
- Request body not being picked up - #943
- NPE when configuring swagger-core - #951
- Fixed processing of @Api/@ApiOperation#produces()/consumes() - #952
- Enum support - #1019, #1004
- File upload support for Jersey2 - #1015
- Recursive packages scanning - #1011
- Examples are now objects - #988
- Fixed authorization inheritance - #1041
- Fixed primitive support for responses - #1120