openapi-processor-micronaut 2021.4 #3
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
Uh oh!
There was an error while loading. Please reload this page.
-
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/anyOfwas 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.4.
Beta Was this translation helpful? Give feedback.
All reactions