-
Notifications
You must be signed in to change notification settings - Fork 422
fix(spec): update OAD to match core rules #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(spec): update OAD to match core rules #169
Conversation
char0n
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
frantuma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes to the definitions look ok, but src/main/webapp/code-first/openapi.json and src/main/webapp/code-first/openapi.yaml are generated/overwritten during build). It is generated by having Swagger Core resolve the definition from code + annotations. Such code should be updated to have the specs generated similarly to the "design first".
running mvn package triggers the spec generation
No description provided.