Some minor updates in the parser to support the swagger-core 1.5.12 release.
Improvements
- Better parsing of
BodyParameter
. Support extensions #360, #381 - Update HTTP client library to more secure version #397
- Show SSL errors more gracefully #383
Fixes
- No longer converting
minimum
,maximum
,default
values to double when parsing. Now usesBigDecimal
along with a string cache to keep the original formatting without interpolation #400