Skip to content

2023.5

Compare
Choose a tag to compare
@hauner hauner released this 22 Oct 16:20

#59 (new) support primitive types

it is now possible to use primitive types in mapping.yaml:

openapi-processor-mapping: v4

options:
  package-name: generated

map:
  types:
    - type: string:binary => byte[]

dependency updates

  • updated (internal) OpenAPI parser to 2023.5 (was 2023.4)
  • updated swagger parser to 2.1.18 (was 2.1.16)