You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a breaking change because it changes the code that gets generated by default. To keep the old behavior set result-style in the mapping.yaml to all:
openapi-processor-mapping: v2options:
package-name: ...map:
result-style: all
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
openapi-processor/openapi-processor-core#68, improved response type handling
This is a breaking change because it changes the code that gets generated by default. To keep the old behavior set
result-stylein the mapping.yaml toall:See the core release notes for a detailed description of the change.
#5, annotate model classes with
@IntrospectedIf bean validation is enabled, the processor annotates each generated model class with
@Introspected.dependency updates
This discussion was created from the release 2021.3.
All reactions