Swagger-core 2.0.9 released! (swagger-gradle-plugin 2.0.9.1)
Note: swagger-gradle-plugin
version for this release is 2.0.9.1
, this is due to an issue with the publishing mechanism of gradle plugin portal
- fix DateTimeSchema example serialization by updating type to OffsetDateTime (#3273)
- refs #2340 - add JsonTypeInfo.property to schema if not existing (#3272)
- fix DateSchema and DateTimeSchema example serialization (#3271)
- refs #3197 - resolve properties within allOf for composed schemas (#3262)
- Jackson update to 2.9.9 (#3245)
- Readme Update - Security Section Added (#3216)
- Cleanup Gradle plugin buildscript classpath (#3214)
- Serialize org.joda.time.LocalDateTime as a string (#3212)
- Make parseMethod protected thus improving extensibility. (#3211)
- Do not set default type string for composed schema. (#3210)
- Respect required status of form parameters. (#3209)