Skip to:
The Java generator now correctly supports the const keyword in OpenAPI specifications.
const
With this update, we can:
Remove the existing workarounds for Exception... classes in code generation.
Exception...
Remove manual validation for reportId and release, as they are now validated during deserialization.
reportId
release
The Java generator now correctly supports the
const
keyword in OpenAPI specifications.With this update, we can:
Remove the existing workarounds for
Exception...
classes in code generation.Remove manual validation for
reportId
andrelease
, as they are now validated during deserialization.