-
Notifications
You must be signed in to change notification settings - Fork 96
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
Add support generating Deprecated annotations and docs #1788
Add support generating Deprecated annotations and docs #1788
Conversation
84a3265
to
3181e4f
Compare
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.
removing swagger 1 annotations is a breaking change.
Why are we mixing this removal with a PR to add Deprecated annotations?
@@ -37,7 +37,7 @@ protected String generateFiles(MicronautCodeGenerator<?> codegen, String configP | |||
} catch (IOException e) { | |||
fail("Unable to create temporary directory for output"); | |||
} | |||
output.deleteOnExit(); | |||
// output.deleteOnExit(); |
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.
// output.deleteOnExit(); | |
output.deleteOnExit(); |
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.
fixed
3181e4f
to
ee7e552
Compare
In fact, this is just garbage that was left after moving the generator to this repository and this code was only in templates. By the way, in the generator for Kotlin, which I already wrote myself, there was no support for the first swagger. I just removed the extra garbage, and this will not affect the previously generated code in any way. |
ee7e552
to
7b8ba83
Compare
please resolve the conflicts |
Removed support swagger1 annotations
7b8ba83
to
a12b097
Compare
@graemerocher done |
Removed support swagger1 annotations for java generator