openapi-processor-spring 2021.6 #8
hauner
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
openapi-processor/openapi-processor-spring#133, improved error reporting
Sometimes parsing errors of the OpenAPI description were not be properly reported (e.g. by the maven plugin). Parsing/validation errors are now handled and reported at the processor level and reporting no longer depends on the plugin that calls the processor (gradle/maven).
openapi-processor/openapi-processor-spring#134, nested oneOf & anyOf
if an
oneOf
/anyOf
was used in a schema property the processor generated code that used a non-existing class as java type for the property.dependency updates
This discussion was created from the release 2021.6.
Beta Was this translation helpful? Give feedback.
All reactions