1.1.0
copied from openapi-processor-core
- openapi-processor/openapi-processor-core#10, support for OpenAPI
deprecated
property at endpoint, parameter, schema and schema property level. It translates to@Deprecated
annotations - openapi-processor/openapi-processor-core#12, fix windows path/url handling, i.e.
unknown protocol: c
- fix build on windows
- new model
Endpoint
methodList<String> getConsumesContentTypes()
that provides the list of consumeable media types. Helps to fix openapi-processor/openapi-processor-micronaut#1 - support path $ref (openapi4j)
- more tolerant mapping parser
- updated openapi4j parser to 1.0.3 (was 1.0.0)
- updated swagger parse to 2.0.21 (was 2.0.20)