Swagger-core 1.5.19 released!
Notable features
- JsonView support (#2681, #2079)
- new
ApiModelPropertyfieldaccessModewhich replacesreadOnly(deprecated) to allow setting readOnly both astrueandfalseinApiModelPropertyannotation. (#2379)
Current behaviour (without usage ofaccessMode) is left unaltered to maintain backward compatibility.
See this test for a usage example.
Bug fixes
- Fix CVE-2018-7489 - jackson version 2.9.5 (#2756)
- Improve support for #2635
- Fix newline errors for tests on Windows (#2702)
- Path in Class level removed for subresources (#2632)
- Inner properties may have XML declared (#2316)
- Relocate Parameter allowEmptyValue (#2492)
- Move xml schema property to AbstractModel (#2669)
- Avoid duplicated
operationId(#2433)