New Features options:
- Generate Quarkus
reflection-config.json
of generated Models for library authors targeting natively compile applications - Annotate generated Models with Quarkus annoatation
@RegisterForReflection
- Generate Kotlin Enums for strings labeled
x-extensible-enum
. Useful for server-side code generation
Bug Fixes:
- Improves class names of inlined object definitions to reduce the possibility of Class collisions.
- Discriminators annotations no longer bleed between unrelated Polymorphic super types